Tool/software:
I am migrating a project from IAR to CCS. The original project don't use many IAR functions but include some and I have replaced them as following table.
What are the some things I should watch out for when migrating IAR project to CCS and by changing IAR functions to ones defined in mspm0 sdk (following two), will it affect the project in any way?
| IAR | CCS |
| __disable_interrupt | __disable_irq |
| __enable_interrupt | __enable_irq |
Above two functions are defined here:
C:\ti\mspm0_sdk_2_01_00_03\source\third_party\CMSIS\Core\Include\cmsis_iccarm.h(575,27) [UTF-8]: #define __enable_irq __enable_interrupt
C:\ti\mspm0_sdk_2_01_00_03\source\third_party\CMSIS\Core\Include\cmsis_iccarm.h(576,27) [UTF-8]: #define __disable_irq __disable_interrupt