Posted on May 17, 2011 at 14:32From: Trevor@saf I was wondering more where this ''flag'' exists? In RAM, battery backed RAM, flash, SPI flash etc. ? I will write the flag in ''Option Bytes'' in ''Information block'' in the STM32 flash. Since I'm wo...
Posted on May 17, 2011 at 14:32Thank you Andrew. I just found a post from Clive: ------ Reading is just like any other memory, set a pointer to it and read, nothing magic. u32 *mem = (u32 *)0x08002000; printf(''%08X\n'', *mem); Thank you all for you...
Posted on May 17, 2011 at 14:32Back ... clive .. thank you for your support. Now I can read from SPI whatever I need & write it to STM32 Flash after erasing pages.Now .. I want to read data I've wrote in STM32 Flash for validation .. How can I perfo...
Posted on May 17, 2011 at 14:32Thank you Trevor & Clive for your fast response. actually, I did 2 small applications: App1: turns LED1 on, and programmed at address 0x0800 0000 App2: turns LED2 on, and programmed at address 0x0800 6000when ...