Device architecture in startup

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

Device architecture in startup

跳至解决方案
657 次查看
darnaiadam
Contributor III

Hi everyone,

I'd like to make my own bootloader for frdmk64 dev. board, and I saw that in the SDK startup, that is take place in /platform/devices/MK64F12/GCC/, the architecture is defined as ARMV7-M instead of ARMV7E-M. I'm not really sure about the effects but if I'm right, the ARMV7-M is for Cortex-M3 core and ARMV7E-M is for Cortex-m4. Can you please tell my the difference between them, and the reason, why is the wrong architecture included?

0 项奖励
回复
1 解答
578 次查看
jeremyzhou
NXP Employee
NXP Employee

Hi,

The Cortex -M3 and Cortex-M4 processors are two of the products in the ARM  Cortex-M processor family. The whole Cortex-M processor family is shown in following figure.
The Cortex-M3 and Cortex-M4 processors are based on ARMv7-M architecture.
So the startup files is suit for the K64.

2016-09-28_11-26-46.jpg

Have a great day,
Ping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

1 回复
579 次查看
jeremyzhou
NXP Employee
NXP Employee

Hi,

The Cortex -M3 and Cortex-M4 processors are two of the products in the ARM  Cortex-M processor family. The whole Cortex-M processor family is shown in following figure.
The Cortex-M3 and Cortex-M4 processors are based on ARMv7-M architecture.
So the startup files is suit for the K64.

2016-09-28_11-26-46.jpg

Have a great day,
Ping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------