lpc1768 mbed & MCUxpresso

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

lpc1768 mbed & MCUxpresso

1,190 Views
hazemselmi
Contributor II

I purchased:

https://os.mbed.com/platforms/mbed-LPC1768/

 

and I like to use it with  MCUxpresso. 

Is this possible and how?

 

I already tried but the target can not be found be MCuxpresso.

 

Thanks in advance!

0 Kudos
3 Replies

1,185 Views
converse
Senior Contributor V

Simple answer is no - there is no debug supplied on this board, and AFAIK, no way to connect a debug probe. The mbed way is to use printf debugging...

 

you could use Mcuxpresso to build an application and then download that using the built-in USB disk, but there is no advantage to that over using the mbed development environment.

 

it’s a great board for experimenting with mbed, and you can use Shiled boards to extend the functionality, but it is not like a traditional development board.

0 Kudos

1,181 Views
hazemselmi
Contributor II

Thanks for you reply.

 

My main concern is not using MCUxpresso debug.

 

My concern is to run (upload) my CMSIS codes (written using MCUxpresso) on the board.

0 Kudos

1,178 Views
converse
Senior Contributor V

You can create a program using MCUXpresso, convert it to binary, and then upload the resulting file to mbed.

See https://mcuoneclipse.com/2017/03/29/mcuxpresso-ide-s-record-intel-hex-and-binary-files/

However, if your program doesn't work, you are going to have a really tough time working out why..

0 Kudos