nrf51 chip not booting when bluetooth stack added #15204
Unanswered
ThinkTransit
asked this question in
nRF
Replies: 1 comment 3 replies
-
Double check the 32KHz crystal build settings, I ran into that in the past a fair bit on why the SD can cause lockups at boot. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have some bluetooth modules I got from aliexpress that have a NRF51822 chip inside.
Because they have different pins exposed to existing boards I have a custom board definition that defines the repl.
When I build the firmware with the following command, everything works as expected, I can access the repl through pins 12/13
However when I download the BT stack and compile with
It get nothing on the serial pins.
Not sure if adding the SD param is interfering with my custom repl pins or it's just not booting for some other reason.
Any ideas? I'm using an STLINK and openocd to "halt" "program" "reset" if that makes a difference!
Beta Was this translation helpful? Give feedback.
All reactions