Hi,
I have two boards, one is LPC55S28-EVK, the other has LPC5526JBD64E on it.
I downloaded SDK_2_7_0_LPCXpresso55S28, then imported the hello world demo application.
I try to develop more functions based on the demo application.
I found the output debug message from the UART port(PIO0_29/PIO0_30) on LPC55S28-EVK, however, no message on my board with LPC5526JBD64E MCU...
I was wondering could you tell me how I should modify the demo application to make it run successfully on LPC5526JBD64E?
It is my way to download the image into MCU on-chip flash.
- Enter ISP mode.
- Download the image by tool Flash Magic.
- Change to passive mode.
- Power on the board.
BR,
carter