Dear all,
I read from your site (https://www.nxp.com/document/guide/getting-started-with-the-mcu-link:GS-MCU-LINK ) that MCU LINK debugger can be used with Teraterm/Putty terminal emulator.
1) Is there any documentation about this feature ?
2) Can I use MCU LINK in my lab to upgrade the firmware of my project that use LPC5526 processor without using MCUXpresso IDE ?
Thank you very much for your help and cooperation
regards
解決済! 解決策の投稿を見る。
Hi @_Ferrari_
The MCU-Link provides USB VCOM support. There is not to much to talk about this feature, it works as a traditional USB to serial adapter.
The simplest way to upload FW is using a USB to serial adapter and setting the MCU into ISP mode, you do not even require a MCU-Link this way. After you generate your hex, bin image, you can use several tools to load the image over UART, like the MCUXpresso Secure Provisioning tool, MCU Boot Utility, Flash Magic.Or even direct BLHOST commands.
The MCU-Link probes, as other probes like the LPC-Link 2, enable you to debug over SWD/JTAG. Currently we do not have a standalone SWD/JTAG GUI programmer tool. There is GUI Flash tool , but it is integrated in the IDE. But, If you buy the MCU-link PRO , you can install to it Segger FW, and get access to Segger programming tools, like the J-Link commander.
All the best,
Diego
Hi @_Ferrari_
The MCU-Link provides USB VCOM support. There is not to much to talk about this feature, it works as a traditional USB to serial adapter.
The simplest way to upload FW is using a USB to serial adapter and setting the MCU into ISP mode, you do not even require a MCU-Link this way. After you generate your hex, bin image, you can use several tools to load the image over UART, like the MCUXpresso Secure Provisioning tool, MCU Boot Utility, Flash Magic.Or even direct BLHOST commands.
The MCU-Link probes, as other probes like the LPC-Link 2, enable you to debug over SWD/JTAG. Currently we do not have a standalone SWD/JTAG GUI programmer tool. There is GUI Flash tool , but it is integrated in the IDE. But, If you buy the MCU-link PRO , you can install to it Segger FW, and get access to Segger programming tools, like the J-Link commander.
All the best,
Diego