I intend to use Arduino IDE (high level C++), Zerynth (Python) and Atmel Studio (low level C++, i.e. without Arduino layer, and assembler). This means 2 different bootloaders and no bootloader at all.
All this on the same MKR1000 board. I apparently managed to burn bootloaders without the need of ISP, probably works only or MKR boards (cf this thread). I write "apparently" because I'm only 99% sure of what happened, and I want to reproduce what I did to be completely sure.
Whatever, here are my questions :
- Is the bootloader in the same memory than the sketches?
- If no, how many times may we reflash a bootloader?
I think that the answer to (1) is "yes" and the answer to (2) is thus "a lot", but I'm a newbie in the field, so I'd rather know what I'm walking into.