This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSPM0H3216: Migrate MSPM0H3216 project from GCC to IAR.

Part Number: MSPM0H3216

Tool/software:

Dear TI support,

 I am working on basic software part of MSPM0H3216 controller. I copied the drivers of example project from Code composer studio. SDK version: mspm0_sdk_2_06_00_05

Assembly code of dl_common.c file is causing the following compilation issue, when I am using IAR compiler.

"%=: \n\t"
^
"D:\Workset\TI_MSPM0H3216_BSW\01_SrcCode_MC1\appl\BSW\ti\driverlib\dl_common.c",56 Error[Be030]: unsupported inline ass
embler argument reference: operand index missing

"BHS %=b;" /* branches back to the label defined above if number > 0 */..
^
"D:\Workset\TI_MSPM0H3216_BSW\01_SrcCode_MC1\appl\BSW\ti\driverlib\dl_common.c",59 Error[Be030]: unsupported inline ass
embler argument reference: operand index missing

Do you have any alternative solution to make this assembly code compatible to IAR compiler?