Juraj Andrássy
Juraj Andrássy
https://github.com/sandeepmistry/arduino-nRF5/issues/395
I guess it is a problem in your sketch
the arduinoOTA upload tool finishes without error but the update is not applied?
try the GitHub version. there is a fix but I didn't create a release yet
did you copy the new platform.local.txt?
sorry but how should I know you use SAMD? AVR is updated. but not the fake programmer I see now. I think programmers didn't work in IDE 2 when I...
it is a bug in IDE 2. upload with fake programmer works as it is for custom boards definitions in hardware folder (my_boards), but it ends with error "Property 'program.tool.serial'...
best example of flash operations is for any MCU architecture the eeprom emulation library. https://github.com/PhiJu5/DueFlashStorage details are in the datasheet of the MCU. https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-11057-32-bit-Cortex-M3-Microcontroller-SAM3X-SAM3A_Datasheet.pdf InternalStorage.cpp should be enhanced for ARM...
for Arduino IDE setup arduinoOTA in platform.local.txt similar to this https://github.com/jandrassy/ArduinoOTA/blob/master/extras/avr/platform.local.txt
what networking library?