SLAAEQ6 March 2025 MSPM0G3519
startup_<device>.c from the
SDK) instead of IAR’s startup_<device>.s.Update interrupt
vector tables to match TI’s syntax (for example, #pragma
DATA_SECTION for vectors).
__packed becomes
__attribute__((packed))).| IAR EW | CCS |
|---|---|
| #pragma asm MOV R0, #0x10 #pragma endasm |
__asm(" MOV R0, #0x10 "); |