Part Number: TMS570LS1227
Hello,
I have a project where I should compile my code to be deployed to existing products with a bootloader on it, but I also need to compile and debug it first on my desktop without using bootloader.
I can do it changing the mapping in sys_link.cmd file, but thinking on a more stable production process, I want to have different targets where code is compiled "for bootloader" or "for debugging".
I tried the predefined symbols, but I don't know why, the sys_link.cmd file does not see these symbols.
Is there any other strategy I could use so I can just set my target and be sure code is going to be compiled and linked as expected?
Thanks!

