Where is the Linker/Target tab in MCUXpresso?

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

Where is the Linker/Target tab in MCUXpresso?

Jump to solution
846 Views
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 Kudos
1 Solution
651 Views
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

View solution in original post

0 Kudos
1 Reply
652 Views
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 Kudos