Hello fellow users,
I recently started using the FRDM-KE02Z40M with Codewarrior and PE for a low budget solution, my intentions are to use the KE02Z on a custom board in the future.
However, after creating a simple program just to toggle a led using an event based PIT I run into problems. The program works fine during debug but fails during run and thus also fails when downloading the srec image to the MSD.
Could this be a OpenSDA issue?
Could it be a clock issue, I'm neglecting the 10Mhz crystal and use the internal ~32Khz clock only for core clk generation.
I'm quite new to OpenSDA and haven't seen this issue before on other dev-boards.
I have attached the project.
Thanks for any input.
Best regards,
Sebastian
Original Attachment has been moved to: export.zip
Solved! Go to Solution.
Hello sebastian fant:
This must be caused by the I/O library selection. See the answer in the next thread, change the setting and rebuild your project:
Regards!,
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello sebastian fant:
This must be caused by the I/O library selection. See the answer in the next thread, change the setting and rebuild your project:
Regards!,
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
You sir, are the man!