Part Number: MSPM0G3519
Hi guys,
I am working with mspm0g3519 controler i want to build two different files with different load address. and for that i have done change in .cmd file. using #ifdef-#else-#endif i am selecting load address. MACRO use in .cmd file is set in Makefile. but that selection not working, as for both file load address remain same. is there any other way to implement this conditional code selection in linker file. because standard condiftional compilers ( c ) not usefull here.