Where is the Linker/Target tab in MCUXpresso?

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

Where is the Linker/Target tab in MCUXpresso?

跳至解决方案
1,011 次查看
anon-92c7959f22
Contributor I

In FAQ LPC43xx Cortex-M4 / M0 Multicore Applications 

is an example to setup the Slave Application. Can someone tell me where to find this "Linker/Target tab"??????????

It must be a drop down field with

  • None: This application is not going to be used in a Multicore system
  • M0APP: This application is going to run in the M0 Slave "Application" core of the LPC43xx MCU
  • M0SUB: This application is going to run in the "Subsystem" core of the LPC4370 MCU

Thx

0 项奖励
回复
1 解答
816 次查看
lpcxpresso_supp
NXP Employee
NXP Employee

In the first place you probably want to check out the MCUXpresso IDE documentation - in particular chapter 17, "Multicore Projects", of the MCUXpresso IDE v10.2 User Guide (rather than the old LPCXpresso IDE FAQ).

But that aside, Project -> Properties -> C/C++ Build -> Settings -> Tools Settings -> MCU Linker -> Multicore

You do need to make sure that you create your project using the multicore version of the LPC43xx new project wizard though.

Regards,

MCUXpresso IDE Support

在原帖中查看解决方案

0 项奖励
回复
1 回复
817 次查看
lpcxpresso_supp
NXP Employee
NXP Employee

In the first place you probably want to check out the MCUXpresso IDE documentation - in particular chapter 17, "Multicore Projects", of the MCUXpresso IDE v10.2 User Guide (rather than the old LPCXpresso IDE FAQ).

But that aside, Project -> Properties -> C/C++ Build -> Settings -> Tools Settings -> MCU Linker -> Multicore

You do need to make sure that you create your project using the multicore version of the LPC43xx new project wizard though.

Regards,

MCUXpresso IDE Support

0 项奖励
回复