We are upgrading one of our products from a F2812 to a F28335 processor, both running DSP/BIOS 5.41.
I have noticed that each has the same global symbols listed in the map file at identical physical addresses.
0000bb7f CLK_PRD
0000bb7f _CLK_PRD
0000bb80 CLK_COUNTSPMS
0000bb80 CLK_HTIMEPERLTIME
0000bb80 GBL_CLKIN
0000bb80 _CLK_COUNTSPMS
This is not a problem in the F2812 as this range of addresses is reserved and not used by our code, but in the F28335 this is located in L3 SARAM, which is being used.
I have tried various settings in DSP/BIOS to move them and they always exist where they are.
Can anyone explain what is happening? Is this normal behavior?
Thanks,
Mark