Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK, TIMAC
Hey,
I assume the following is the Start and End address of the flash banks in CC2530, Bank 0 is used by Code Memory, Bank 1 is also used partly by code memory and XDATA
_BANK7_END 0003FFFF
_BANK7_START 00038000
_BANK6_END 00037FFF
_BANK6_START 00030000
_BANK5_END 0002FFFF
_BANK5_START 00028000
_BANK4_END 00027FFF
_BANK4_START 00020000
_BANK3_END 0001FFFF
_BANK3_START 00018000
_BANK2_END 00017FFF
_BANK2_START 00010000
_BANK1_END 0000FFFF
_BANK1_START 00008000
_BANK0_END 00007FFF
_BANK0_START 00000000
For my application I want to store some data once onto the flash and I want the data to be present even if the node reboots, I am having problems in writing data in bank 1 as data is overwritten with some code data. Also I am not being able to view the data from address 0x010000 onwards corresponding to bank 2. But I can still Flash Write and Flash Read from that location,
Please provide some help on which flash bank can be chosen so that I can avoid flash overwrite with code data.
Thanks,
Suhrith
