MQX 4.0 TWRK60N512 build warning

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MQX 4.0 TWRK60N512 build warning

Jump to solution
734 Views
joevignola
Contributor III


When building the MQX 4.0 libraries for the TWRK60N512 using CW 10.2, I get the following warning message:

 

Mismatch between the condition and the previous IT instruction dispatch.S /psp_twrk60n512/PSP Cortex line 849 C/C++ Problem

 

Does anyone know if this is a problem? 

 

I have attached the source code.

 

Thanks,

 

Joe.


Original Attachment has been moved to: dispatch.S.zip

0 Kudos
1 Solution
365 Views
c0170
Senior Contributor III

Hello Joe Vignola,

it's caused by workaround for CW 10.2 (I believe also for 10.1) because of non-existing store/load exclusive instructions there. By the way, CW10.3 compiler  seems to contain those instructions and the conditional directive can be removed there.

Regards,

MartinK

View solution in original post

0 Kudos
1 Reply
366 Views
c0170
Senior Contributor III

Hello Joe Vignola,

it's caused by workaround for CW 10.2 (I believe also for 10.1) because of non-existing store/load exclusive instructions there. By the way, CW10.3 compiler  seems to contain those instructions and the conditional directive can be removed there.

Regards,

MartinK

0 Kudos