cancel
Showing results for 
Search instead for 
Did you mean: 

I'm using STM32F0303 module for my project and using flash in that, while using flash i'm facing issue where i'm unable to write in flash for the first time when i run my program and after some iterations it's writing in flash, what could be the problem?

Vraju.1
Associate
 
1 REPLY 1

Instrument the code so it reports status and error conditions and progress.

Clear any pending errors when you start initially.

Make sure the addresses you write too are empty/blank.

Erase sectors before you write to them.​

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..