Replies: 2 comments
-
Did it! Arduino15/packages/adafruit/hardware/nrf52/1.4.0/variants/feather_nef52832/variant.h Change:
to:
To use internal oscillator instead of 32.768 external xtal. Then flash another time the bootloader, an then flash the .hex sketch file |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm using an generica nrf52 board to flash adafruit nef52832 bootloader and then flash my arduino bluefruit code.
One board it goes ok, because flashing previous SoftDevice, the board has an 32k Crystal Oscillator.
The another board does not have this oscillator. If I flash the softDevice (with RC oscillator) it goes ok, but when flash the adrafruit bootloader and next the bluefruit code it not works (only works with BlePeripheral code)
There's a way to generate adrafruti nrf52832 feather bootloader with RC oscillator, instead with the external 32k?
If yes, how?
Beta Was this translation helpful? Give feedback.
All reactions