Hi,
I am trying to build my own project from the project example setup_m3 and cpu_timers_c28
So i create two new projects, then I create identically the new file and copy / paste the source code for both of my project.
This work perfectly for the C28 project but not for the m3 project
I get these mistakes :
"C:\temp\0522810", ERROR! at line 105: [E0002] Invalid mnemonic specification
mrs r0, PRIMASK
"C:\temp\0522810", ERROR! at line 106: [E0002] Invalid mnemonic specification
cpsid i
"C:\temp\0522810", ERROR! at line 107: [E0002] Invalid mnemonic specification
bx lr
"C:\temp\0522810", ERROR! at line 154: [E0002] Invalid mnemonic specification
mrs r0, PRIMASK
"C:\temp\0522810", ERROR! at line 155: [E0002] Invalid mnemonic specification
bx lr
... 10 other mistakes
I precise that the example works fine I can build and load the program on my c2000 without any problem.
And it is not an assembly project.
Could you help me please ?
Thanks in advance
Regards