Other Parts Discussed in Thread: CC2541
Hi,
I have a big array and i need to store around 30Kbyte data in flash and it should be modifiable. Right now i am using "const" keyword to store data in flash but problem is that i can't modify this data since it is constant and read only. Can anyone please suggest me how can i store such long data in flash which can be modifiable? I am using 256Kbyte cc2541 module.
In response to above doubt i had got following suggestion but i don't know how can i implement it.
"If you want to record more, you will need to modify the linker file so that one or two or more banks are not used by IAR, and then manually take control of these pages/banks using HalFlashRead/HalFlashWrite. You can then not access/read the arrays in the same manner as a const array."
My doubt is how can i modify linker file so that one or two bank will not be used by IAR while compiling.
Will i be able to store modifiable variable in that case?
