2016-04-01 04:49 PM
Please point me in the right direction. I am attempting to allocate a large amount of FLASH memory for data. I am using IAR and have the STARM32F0308 (64k flash). Want to allocate dedicate address from 0x0800400 ~ 0x0800FFFF as DATA for DATALOGGING. I can read/write to this space and it works okay, however want to make sure code doesn't overlap this space I have done much reading but the only memory allocation functions I have found is for RAM.
I thank you in advance for any advise or direction that can be provided. Rick #flash #stm32f #allocation