Hello @DHARSAN
If you want to program the device through ISP mode , please use Flash Magic. Below are the detailed steps:
-
Prepare the GPIO Demo:
- Import a GPIO demo from the SDK to MCUXpresso IDE.
- Build and debug the project to confirm that it works correctly on your board.
-
Convert the Binary File to Hex:
- Convert the generated binary file to a hex file.
-
Enter ISP Mode:
- Press the ISP button on the board while resetting it to put the device into ISP mode.
-
Program Using Flash Magic:
- Use Flash Magic to program the hex file into the device.
Following these steps should allow you to successfully program your device through ISP mode. After reset, gpio demo should work.
BR
Alice