This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cortex M0+ on teensy LC, USB not working.

TLC uses MKL26Z64VFT4 processor. And MKL02 bootloader. To upload code to MKL26, a program button on TLC is pressed. On pressing the button MKL02 resets MKL26 and uploads bootloader to the RAM of MKL26.

I was uploading code to TLC using Arduino IDE with teensyduino installed. While compiling, my build options were set to Arduino Nano board, during compilation I realised my mistake and changed the build options to TLC. The code which compiled for Arduino Nano got uploaded to TLC. Since then TLC is not showing up in USB devices. I want to know what might be the problem.

And I had unplugged TLC before entire wrong code was uploaded.