hi all,
i need a help here.
i'm using cc2531 and i need to store some data to flash so that i will not be erased when the power is off.
i'm using library in RemoTI software to use the flash controller, which are hal_flash.c & hal_flash.h ( i used it as it is)
i specified my storage address at 0xf000.
and I got my data is stored in memory address 0x1f000 (i guess this is bank 1 although i didn't select which bank i want to use).
so, my question is,
how can i specify the bank number ? i want to access (read, write, & eras) flash in memory address 0x2f000.
thanks.