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.

CCS/TMS320F2812: nPage usage in writeData and readData

Part Number: TMS320F2812


Tool/software: Code Composer Studio

Hello,

Is following a bug in CC Studio 4.2.4.00033 ?

I am using TMS320F2812 and debugging an application using DSS, I believe F2812 is a Flat memory layout but still I am able to use nPage as 0 and 1 in DSS writeData and readData commands. I have defined the Page 0 and Page 1 in my linker file but while using writeData and readData when I select Page 0 and address of Page 1 still the API writeData and readData writes/ reads to the particular address.

  • Hello,
    For targets with a flat memory system, the value of nPage parameter does not really matter (as long as a recognized value is passed in) since it will simply default to 0. Hence passing in 0, 1 or 2 should have the same effect.

    Thanks
    ki