Greetings!
I'm in the process of designing my first LPC55S28 board with fairly modest goals, as follows:
Here is the schematic, and I would appreciate your review comments - it would be great to have the board working "right in the first pass" as NXP doc says.
I have two follow-up questions:
Thanks much in advance!
Solved! Go to Solution.
Hi @steve5528,
1. Technically you would not need ISP support, but it is highly recommended to include it for anything that might go wrong while programming the MCU.
2. You could use LinkFlash, which is a GUI based on LinkServer to flash NXP devices, which is based on command line. If you have the latest version of MCUXpresso installed (v24.12.148), you should also have LinkFlash v24.12.21 installed already.
BR,
Edwin.
Hi @steve5528,
1. Technically you would not need ISP support, but it is highly recommended to include it for anything that might go wrong while programming the MCU.
2. You could use LinkFlash, which is a GUI based on LinkServer to flash NXP devices, which is based on command line. If you have the latest version of MCUXpresso installed (v24.12.148), you should also have LinkFlash v24.12.21 installed already.
BR,
Edwin.
Hello @EdwinHz
Great. I will incorporate the ISP into schematics. Need to upgrade IDE so linkflash is installed.
Hopefully you or someone at NXP can comment on the schematics as well.
Hi @EdwinHz Thank you.