PE generates wrong code for KL15

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

PE generates wrong code for KL15

408 Views
markosiponen
Contributor III

PE generates wrong code for KL15.

When I configure PE to generate code for VLLS0 it generates the following wrong code:

      /* SMC_STOPCTRL: PSTOPO=0,PORPO=0,??=0,??=0,VLLSM=0 */

      SMC_STOPCTRL = (SMC_STOPCTRL_PSTOPO(0x00) | SMC_STOPCTRL_VLLSM(0x00));        

There is no PSTOPO bit in the KL15 and the VLLSM bit is in VLLSCTRL, not in STOPCTRL

Tags (2)
0 Kudos
1 Reply

311 Views
vfilip
NXP Employee
NXP Employee

Hello,

could you please provide more details about this problem? I was not able to reproduce it in Cw V10.4. Could you please provide version of CW you use and ProcessorExpert.pe file from your project in order to reproduce it on our side?

Best regards

Vojtech Filip

Processor Expert Support Team


0 Kudos