Hi all.
Please tell me the number of bits array per address.
See p8 of swru038.
Fig3 shows address area in CC2430.
I don't know how many bits (width) exists per address.
Best regards.
kami
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Memory in the CC2430 is byte addressable, i.e. there are 8 bits per byte. Note that the 8051 processor has a special addressing mode which allows bit addressable memory in selected byte addresses of the data and SFR memory sections. See the compiler reference guide located in the help menu of the IAR IDE.
Jim Noxon