Hi,
We have custom board with SAMD21J18A, we tried to install sodaq autonomo bootloader.
But its unable to install.
Please give some suggestion for the same.
Hi,
We have custom board with SAMD21J18A, we tried to install sodaq autonomo bootloader.
But its unable to install.
Please give some suggestion for the same.
How, with that little information?
What exact command are you executiong or what button are you pressing in which IDE, causing which error message to occur?
Thank you Maximilian,
Sorry for the incomplete data.
The procedure which i have followed for the microcontroller SAMD21J18A in VS code UI is
I think after the bootloader is burned you at least have to upload a sketch that opens the SerialUSB port.
Do you mean to upload any sketch like configuring any GPIO and try? If it like so then i have uploaded one sketch.
No I mean a sketch doing at least
#include <Arduino.h>
void setup() {
SerialUSB.begin();
}
void loop(){}
You might also want to open an issue at Issues · SodaqMoja/SodaqCore-samd · GitHub as the people who wrote the core should have a better understanding of the bootloader and USB.
Hi
Yes we have tried .
Individual it is working.
But when i will add marlin firmware and also include sodaq bootloader, then sodaq bootloader won’t work.
So in that case, what can be the cause?