MCUXpresso Beginner's question about the IDE without MCU target.

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

MCUXpresso Beginner's question about the IDE without MCU target.

1,135 Views
upstate
Contributor III

I'm working on a LPC5516 development team and we are waiting for our Baremetal C boards from manufacturing.  While we wait, I would like to begin writing C code, independent of the Hardware.  Is it possible to build and "run" raw C in the IDE without the hardware? Can I "printf" to the console without having the target MCU built up?

I'm sure there is a simple answer, but I can't find it here.  A primer perhaps?

Thanks

0 Kudos
Reply
3 Replies

1,131 Views
ErichStyger
Specialist I

You certainly could use another board or even the LPC55S16 EVK to get startet, but yes, this means some hardware.

Of course you could develop the application logic and run it on the host, but then you need to use the gcc for your host system. You would have to add it to your system as it the host compiler does not come with the MCUXpresso IDE.

Another option would be to use a simulator like QEMU, see https://eclipse-embed-cdt.github.io/ which you can install in addition to the IDE plugins.

I would recommend to use the EVK route if possible.

I hope this helps,

Erich

0 Kudos
Reply

1,114 Views
upstate
Contributor III

I am now using the EVK and when I set-up my C program, the IDE with EVK adds quite a few additional drivers.  Is this normal?

0 Kudos
Reply

1,129 Views
upstate
Contributor III

Excellent.  Thank you for the suggestions

0 Kudos
Reply