Skip to content
View G1lbermg's full-sized avatar

Block or report G1lbermg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. STM32_NUCLEO_C031C6_Blinky_Baremetal STM32_NUCLEO_C031C6_Blinky_Baremetal Public

    Bare-metal C implementation for LED blink on STM32C031C6. Uses CubeMX and low level drivers for SWD/debug, clock initialization, and to generate a delay using SysTick. All GPIO configuration and to…

    C

  2. STM32_NUCLEO_C031C6_ButtonDebouncing_Baremetal STM32_NUCLEO_C031C6_ButtonDebouncing_Baremetal Public

    Minimal C implementation for button debouncing on STM32C031C6. Uses CubeMX only for SWD/debug and clock initialization. All GPIO configuration and toggling is done via direct memory-mapped register…

    C

  3. STM32_NUCLEO_C031C6_PWM_Baremetal STM32_NUCLEO_C031C6_PWM_Baremetal Public

    Baremetal C implementation for pulse width modulation on STM32C031C6. Uses CubeMX only for SWD/debug and clock initialization. All GPIO, timer, USART, and ADC manipulation is done via direct memory…

    C

  4. STM32C031C6_Arduino_I2C_Baremetal STM32C031C6_Arduino_I2C_Baremetal Public

    Bare-metal C implementation for I2C communication between a Nucleo-C031C6 and Arduino Uno R3 board.

    C

  5. STM32C031C6_Arduino_SPI_Baremetal STM32C031C6_Arduino_SPI_Baremetal Public

    Bare-metal C implementation for SPI communication between a Nucleo-C031C6 and Arduino Uno R3 board.

    C