User Activity

I am using a STM32F031 as a SPI slave device in close proximity to some motors that can cause some noise. I believe what happens is occasionally the STM interprets noise as a SPI clock which shifts my data one or more bits off. In the event I have ...
Posted on September 09, 2017 at 00:02I have two micros communicating over SPI bus, one is a STM32F031 running application code.  I can interrogate the STM32F031 for its firmware version and if it is not the correct version I power off its 3.3 volts,...
Posted on July 13, 2017 at 18:00I am using a STM32F031 micro and app note AN3155, using the built in UART bootloader on serial pins A9 and A10.  I wish to write sixteen bytes of zeros to an address near the start of flash, 0x08000010.  Referencing p...
Posted on June 30, 2017 at 20:20I have a design where another micro is connected to the STM32F031 UART pins and I am attempting to enter the rom bootloader.  I referenced AN3155 for details on how the bootloader works, however, there is no definitio...