Ryan Powell
Ryan Powell
Awesome! thanks again for the report and you're very welcome!
Hello @bitmat1, thank you for opening this issue and for providing a link to the potential solution. For testing please try removing the 3 lines from here https://github.com/h2zero/n-able-Arduino/blob/44abed5204be677725af34645da2ea6115a34556/cores/nRF5/freertos/port.c#L231 which is...
> There was an "undefined reference to `SystemInit'" in gcc_startup_nrf52810.S:308: but after removing bl SystemInit on line 308 it all works. The function systemInit is defined in system_nrf52810, is it...
@bitmat1 Support now officially added and hopefully fully functional via #46 and #54.
Thanks, I will have a look at this and update it 👍
Thank you for pointing this out and @krzysiekkajot for the potential fix. I will test the PR and make a new release if resolved.
Hello, sorry for the delay. You can enter deep sleep mode with `systemPowerOff()` normal sleep mode happens anytime you call `delay()`.
Great question, I haven't got a great answer though. I'm not familiar enough with changing adafruits bootloader over serial and I'm unsure if it would be possible without a hardware...
Hi @j45p41 I don't know of any bugs related to this. If you try the EEPROM example do you have the same result?
@ivankravets thanks for the response. That makes sense, I'm not sure how much of the platform changes I made would be PR-able since the board configs were completely reworked. Oh...