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.
Hello,
I'm using piccolo-b and CCS v4.0. In cmd file there is page0 for program memory and page1 for data memory.
All flash datas are paged to page0 in all of TI's example project. Isn't it necessary to page datas to page1.
Hi Ömer,
I think you missed one line... in the TI cmd files I am using, there is FLASHB paged to page1... I think this is the case in most of the examples.
Best regards
Andreas
Hi Andreas,
It's correct that flashB is paged to page1 but all of data spaces are allocated to flashA and flashA is paged to page0.
Regards;
Ömer
Ömer,
I am not sure wether I understood you correct - could you clarify which data spaces your are talking about? FLASHB is thought to store user data like, custom calibration values, logged system errors, etc.
Andreas
Andreas,
For example IQmathTables is paged to page0. Shouln't they be in data space instead of program space.
Andreas,
For example IQmathTables is paged to page0. Shouln't they be in data space instead of program space. Additionally when i create a const it will be in flashA which is paged to page0.