lpc1768 mbed & MCUxpresso

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

lpc1768 mbed & MCUxpresso

1,228件の閲覧回数
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 件の賞賛
3 返答(返信)

1,223件の閲覧回数
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 件の賞賛

1,219件の閲覧回数
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 件の賞賛

1,216件の閲覧回数
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 件の賞賛