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.

Accessing Flash memory

Part Number: TMS320F28035

Tool/software: TI C/C++ Compiler

Hi, 

I have custom bootloader implemented in 28035. Now I have one value defined in my Application code at some predefined Flash memory location.

Now I want to access the same memory location and assign the value to some other variable in my bootloader code.

How to achieve this?