Hi all,
I was wondering if anyone happened to have any issues with connecting with the board itself. I am using a FRDM-KL25Z board and the most recent version of KDS. In addition I have already done all the software updates through the IDE. I am using a Windows 10 PC if that matters. All I have attempted to do so far is run a sample "Hello World" project that was included in the SDK package that I downloaded from the website. In order to run this project I followed the steps laid out in http://cache.nxp.com/files/soft_dev_tools/doc/support_info/KSDK13GSUG.pdf?fsrch=1&sr=1&pageNum=1. This is the "Getting Started with Kinetis SDK (KSDK) v.1.3 document. After following all of the steps very carefully, I get the following issues when trying to run the debugger.
I have read that this may be an issue with out-dated firmware? I am not sure. Here is the information regarding what is currently on my board.
In addition, the power indicator LED flashes when it is plugged in rather than a solid color. Any help anyone could send my way to fix this issue would be greatly appreciated.
E.J.
Solved! Go to Solution.
Hello Edward Franskevicz:
As shown in your information picture your board only has an MSD bootloader firmware (Mass Storage App):
What you need is either a Debug firmware or the combined MSD + Debug firmware.
Please carefully read all the next tutorial by colleague Erich Styger:
And about Windows 10, it indeed matters. You may need a Windows 7 machine to update the bootloader from version 1.09 to 1.11.
Best Regards!
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello Edward Franskevicz:
As shown in your information picture your board only has an MSD bootloader firmware (Mass Storage App):
What you need is either a Debug firmware or the combined MSD + Debug firmware.
Please carefully read all the next tutorial by colleague Erich Styger:
And about Windows 10, it indeed matters. You may need a Windows 7 machine to update the bootloader from version 1.09 to 1.11.
Best Regards!
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thank you very much Jorge. This did the trick. Extremely helpful.
I am glad to know Edward, you are very welcome. Kudos are for Erich above for his very useful blog.
Regards!
Jorge Gonzalez
If usinig a Windows 8/10 machine, the following article might be helpful:
The problem is that Windows tries to write files to FRDM board which screws the board firmware.
Diasabling this in the Windows settings should help (I have not tried that myself, but others indicate that this helps).
In the worst case, you need a Windows 7 machine somewhere to make the bootloader update.
I hope this helps,
Erich