Hi everyone, I have a FRDM-KL46Z board that I'm using for a college project. The thing is, I've been trying to setup UART functionality and tried a few of the SDK examples (which worked).
When I tried to write my own program and run it, the board suddenly stopped responding, and after trying to debug again I see this error message:

The thing is, I've searched for this issue and already updated the firmware but the issue still remains. I also tried with two computers where this board worked before and I'm getting the same error.
- Bootloader Version: 1.11
- App Version: 1.18
Could this be an issue with the UART configuration still messing with the OpenSDA ? Is the program still running even though I updated the firmware?
For reference, what I did to update the firmware was:
- Start the board in BOOTLOADER mode by holding the switch next to the USB port.
- Download the P&E Micro bootloader files from their site (listed in the SDA_INFO file)
- Drag & drop the SDA file corresponding to this board (MSD-DEBUG-FRDM-KL46Z48M_Pemicro_v118.SDA)
- Unplug and plug the USB cable from my PC (without pressing the switch).
The MSD is being recognized (not in bootloader mode) AND when trying to upload the board is recognized as a P&E Micro probe, but then the error above mentioned appears.
Hopefully I haven't bricked my board... Thanks in advance.