Hello,
I have lpcxpresso54608 evaluation board. I decided to use lpc54608 in future. I am using Mcuxpresso Ide. I want to know how can I program this mcu ? Is there any hardware example to make my own programmer ?
Hello,
I have lpcxpresso54608 evaluation board. I decided to use lpc54608 in future. I am using Mcuxpresso Ide. I want to know how can I program this mcu ? Is there any hardware example to make my own programmer ?
How about reading the user manual for the LPC54608 board (chapter 3.1)
https://www.nxp.com/docs/en/user-guide/UM11035.pdf
and the user manual for the LPC54608 in chapter 5.
For example,
http://s3.amazonaws.com/emimg/Products/NN-99/USER%20MANUAL.PDF
Here is an example device to program some nxp devices. But this does not support to program LPC546.
In both manuals I provided in the links above the following methods are described:
Both methods work in combination with a PC, either by using the USB port or a serial connection.
For the mass storage method you don't need any tool on the PC, your operating system provides all required tools for that. You see the LPC546xx as a mass storage device (like a USB stick) and you simply drag & drop your firmware binary into it.
For the serial method you can take this tool: Flash Magic - Welcome
Both methodes are clearly explained in the user manual of the LPC54608 board in chapter 3. The USB mass storage mode is well explained there and the Flash Magic tool is mentioned.
In both manuals I provided in the links above the following methods are described:
Both methods work in combination with a PC, either by using the USB port or a serial connection.
For the mass storage method you don't need any tool on the PC, your operating system provides all required tools for that. You see the LPC546xx as a mass storage device (like a USB stick) and you simply drag & drop your firmware binary into it.
For the serial method you can take this tool: Flash Magic - Welcome
Both methodes are clearly explained in the user manual of the LPC54608 board in chapter 3. The USB mass storage mode is well explained there and the Flash Magic tool is mentioned.