Why does LPCXpresso default to M0 for LPC11U68 projects?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Why does LPCXpresso default to M0 for LPC11U68 projects?

1,502 次查看
muis
Contributor II

I noticed that projects created for LPC11U68 default to Cortex M0 (instead of Cortex M0+).

Even if I change it manually to M0+ everywhere, the value is resetted to M0 after saving.

Is there a reason behind this? Because as far as I'm aware the LPC11U68 contains the M0+?

标签 (2)
0 项奖励
回复
1 回复

1,315 次查看
lpcxpresso_supp
NXP Employee
NXP Employee

This is really just for legacy reasons, related to us starting to support Cortex-M0+ parts before GCC had an explicit Cortex-M0+ option. But is actually doesn't matter because for GCC from a target cpu viewpoint CM0 and CM0+ are currently the same.

Regards,

LPCXpresso Support

0 项奖励
回复