I am still a beginner in microcontroller development and have so far developed small projects with the Arduino framework. I now want to try out a Teensy board, but a few things are still unclear to me.
In Arduino I once had the problem that I had accidentally overwritten the bootloader. I was able to fix this with a programmer (e.g. AVRISP MKII, Atmel ICE, ...) and the correct bootloader code.
I wonder how I could do these things with the Teensy in case I break something. I know that the bootloader cannot be overwritten. That's good news for me. But what do I need to bear in mind during development? Are there ways to make the Teensy unusable?
In Arduino I once had the problem that I had accidentally overwritten the bootloader. I was able to fix this with a programmer (e.g. AVRISP MKII, Atmel ICE, ...) and the correct bootloader code.
I wonder how I could do these things with the Teensy in case I break something. I know that the bootloader cannot be overwritten. That's good news for me. But what do I need to bear in mind during development? Are there ways to make the Teensy unusable?
Last edited: