-
-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use NRF_LF_SRC_SYNTH as 32k clock source #509
base: main
Are you sure you want to change the base?
Conversation
Nina 01B ship without the 32k onboard and are otherwise indistinguishable from 00B modules. Don't merge this patch before running extensive tests on low power and BLE performance. We can use the bootloader glitch (NRF_CLOCK_INT_LF_STARTED interrupt enabled and firing as soon as the USB starts, fixed in variant.cpp) to discriminate the boards if really needed.
Memory usage change @ 32b77fb
Click for full report table
Click for full report CSV
|
Memory usage change @ fa5a1e1
Click for full report table
Click for full report CSV
|
Dear @facchinm thank you for providing some solution to this issue. I have the same issue as #498 I have followed the steps suggestions there by recompliling the board by running I'm running that command becuase when I run
Moving on, this is my current mbed_app.json
I'm now able to load the code as you can see in the output
However when I open the serial console. There is nothing happening, so I'm not sure how to proceed. Any help will be appreciated. I'm doing this in my Ubuntu machine |
@gbernal regarding the |
Nina 01B ship without the 32k onboard and are otherwise indistinguishable from 00B modules.
Don't merge this patch before running extensive tests on low power and BLE performance.
We can use the bootloader glitch (NRF_CLOCK_INT_LF_STARTED interrupt enabled and firing as soon as the USB starts, fixed in variant.cpp) to discriminate the boards if really needed.
Fixes #498