I'm using DSP/BIOS 5.33.06 and CCS 3.3.
I have a MEM section configured in the TCF (DSP/BIOS visual configuration). I want to use the base address and size of this MEM section in the code.
I do not want to have to edit the values once in the TCF (visually) and again in the code.
Is this possible? Is there any way of reading the MEM section base addresses and sizes in the code.
I know that I can obtain the address of a heap but this is not what I want: I'm burning a factory image from a MEM section (loaded via CCS) into flash. I want the flash burner software to pick up the MEM base address and size automatically otherwise there is a maintainance nightmare - someone in future may change the MEM section location and size in the TCF but not realize that change is necessary in the code. Then we get incomplete images and time wasted on debugging.