STM32 MCUs Other solutions

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CRC injection calculation failure

Hi,I'm implementing the X-CUBE-STL flash test in a project on a STM32F0 device and using STM32_Programmer_CLI.exe to inject CRCs after compilations to the binary. Compilation runs without any errors/warnings. Running the flash test on the device caus...

JTres.2 by Associate II
  • 989 Views
  • 8 replies
  • 0 kudos

How to check if ROM is okay on STM32F030

ROM Check on STM32F030I have an STM32F030 where my product has a requirement to do a ROM check before performing any task. How can I do it? Is there any API which returns the result of ROM check done in bootloader? What’s the easiest way of achieving...