Hi Team:
I tried to run a simple program to turn off the red LED, but I get this error. What could it be from? I also tried loading the file into JLink using loadfile and then go, but nothing happens.
I am using RDDRONE-FMUK66, JLINK EDU Mini, and the connections are like in the picture.
It appears in the debug for JLink, but not in the run.
Solved! Go to Solution.
Hello @Minodora27 ,
I will be patient and help you. The SDK for the K6* chip can be obtained in the following way.
After the SDK is downloaded, it can be imported into MCUXpresso by dragging.
The led_blinky demo can be found in the following way.
Through the example of this demo, you can see its control over the LED GPIO. You can compile this project and try to burn it to see if there are still any problems.
I hope the above information is useful to you. If you still have questions, please feel free to contact me.
Best Regards,
Celeste
Hello @Minodora27 ,
Thank you for contacting NXP Technical Support. Please let us know whether you are using a custom development board or an FRDM reference board. Also, is this program written by you personally? To troubleshoot possible hardware issues, you can try the led_blinky example program in our SDK. The SDK download link is: MCUXpresso SDK Builder. It is recommended that you operate according to the instructions in /doc/readme.txt.
At the same time, you can also use a multimeter to measure the level of the GPIO pin to determine whether it is driven.
Best Regards,
Celeste
Hello @Minodora27 ,
I will be patient and help you. The SDK for the K6* chip can be obtained in the following way.
After the SDK is downloaded, it can be imported into MCUXpresso by dragging.
The led_blinky demo can be found in the following way.
Through the example of this demo, you can see its control over the LED GPIO. You can compile this project and try to burn it to see if there are still any problems.
I hope the above information is useful to you. If you still have questions, please feel free to contact me.
Best Regards,
Celeste