Hello,
I encountered an issue with my FRDM-K22F development board. After connecting the board to my Windows 10 system, it only shows as "mbed Serial Port (COM3)" in Device Manager. According to the user guide, it should also appear as a virtual serial port, but it does not. This prevents me from updating the CDC driver and running the quick demo using Tera Term. Initially, the RGB LED glows green.
I believe this problem can be resolved by updating the firmware (OpenSDA v2.1) using the drag-and-drop method. However, the board is now stuck in bootloader mode, displaying a "BOOTLOADER" drive in File Explorer. Despite attempting the following steps, it remains in bootloader mode:
The RGB LED no longer glows in bootloader mode.
I have attached the quick user guide and a screenshot of File Explorer. I am currently unable to provide a photo of Device Manager in normal mode, as the board is stuck in bootloader mode and only shows as "Portable device -> BOOTLOADER."
What I need assistance with:
Thank you for your help.
解決済! 解決策の投稿を見る。
The K22 is using the same OpenSDA v2.x as on the K64, so you could check out this: https://mcuoneclipse.com/2016/06/26/how-to-recover-the-opensda-v2-x-bootloader/ with downloading the firmware file from ttp://www.nxp.com/opensda
If you have an old board with an old bootloader, you have to update the bootloader first.
The K22 is using the same OpenSDA v2.x as on the K64, so you could check out this: https://mcuoneclipse.com/2016/06/26/how-to-recover-the-opensda-v2-x-bootloader/ with downloading the firmware file from ttp://www.nxp.com/opensda
If you have an old board with an old bootloader, you have to update the bootloader first.
Hi,
On the device manager of PC, it shows as "mbed Serial Port (COM3)", the COM3 is the virtual COM port of KE02, if you connect a Putty, and set baud rate as 15200, can you see any output?
If you want to change the firmware of the probe, pls follow up the process:
If you want for OpenSDA enters bootloader mode, It is used to place the OpenSDA circuit into Bootloader mode by holding down the RESET pushbutton while plugging the USB cable to USB connector J6. Once the OpenSDA enters bootloader mode, other OpenSDA applications such as debug application can be programmed.
Hope it can help you
BR
XiangJun Rong
Hi,
Thank you for your response. Here are my observations:
Thank you for your help.