Category Archives: STM32F0

Printf and Getchar (Inter.mode) via USART2 plus Timer in PWM mode

This example is based on NUCLEO-F030R8 and STM32CubeIDE and show how to: Redirect the printf to USART2 Getchar via USART2 in Interrupt mode Timer (TIM14) in PWM mode at 50% of duty cycle For more info see here.

Posted in STM32, STM32F0 | Comments Off on Printf and Getchar (Inter.mode) via USART2 plus Timer in PWM mode

post – EEPROM emulation on STM32F030 (all developed using CUBE & ATOLLIC)

For more info see here.

Posted in STM32, STM32F0 | Comments Off on post – EEPROM emulation on STM32F030 (all developed using CUBE & ATOLLIC)

How to implement “printf” for send message via USB on STM32 NUCLEO boards using KEIL

This example show the way to implement the printf on STM32 NUCLEO board for send data via USB to the PC. More ingo are here. –

Posted in STM32, STM32F0 | Tagged | Comments Off on How to implement “printf” for send message via USB on STM32 NUCLEO boards using KEIL