User Activity

I have created a bootloader for my STM32F0 chip, and it will boot my firmware just fine, given one condition. I have followed the advice of many here, and I think I've gotten it working the way it is intended to work (set the ROM starting addresses a...
I can find examples in the STMF0 Cube folders for wakeup from STOP for various peripherals; however, I cannot find any examples of address mark detection wakeup for USART.I have attempted to implement the address mark detection wakeup via the descrip...
All of the examples of usage that I have seen for the LSM6DSL have been with the STM32 Cortex-M3 and -M4 microcontrollers. I assume that is due to the library calculations that must be made in the support library for this accelerometer/gyro.Is it pos...
I would like to be able to use USART2 in RX mode only, but even configuring it as Receive only still takes over the SYS_SWCLK pin (with alternate function USART2 TX). I am never going to use the TX pin, and I'd like to use SYS_SWCLK for flashing and ...