Hi,
I have been trying to change my resetVectorAddress in .cfg file as per my build configuration but I can only keep the value as absolute number.
For example I want:
Build Config 1 : resetVectorAddress = 0x00000000
Build Config 2 : resetVectorAddress = 0x00008000
Build Config 3 : resetVectorAddress = 0x00078000
I was able to implement the change in .cmd file using #ifdefine but when I build in config 1 or 2 I get this error:
error #10264: DEFAULT memory range overlaps existing memory range FLASH
I got from a TI support post that I need to make changes for resetVectorAddress in .cgf file but it's taking only absolute value.
Is there any way to achieve this?
Regards,
Deepak