User Activity

Hello,I'm trying to control the boot behavior of my STM32L412 development board which has a floating BOOT0 hardware pin.I'm trying to clear the SWBOOT0 bit in FLASH_OPTR using firmware. So far I am able to unlock the register and clear the bit. Th...
I set up DMA for a USART transmit operation with an ST32L412. Settings are 115200 baud, 8 data bits, no parity. I thought everything was working until I noticed the third character in all my outbound data not showing up. It turns out the default BY...