Skip to content
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

New .hex file with clock source from internal RC (not XTAL!) #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

New .hex file with clock source from internal RC (not XTAL!) #14

wants to merge 1 commit into from

Conversation

import-tiago
Copy link

The only change in the DFU firmware was made at the source of the clock for the SoftDevice application, from XTAL (32.768 kHz) to internal RC. With the original, custom boards without the 32.768 crystal could not use the pre-compiled Sparfun bootloader available.

The "nRF52832 Breakout Board Hookup Guide" induces to understand that it could be without:
"The nRF52832 Breakout equips the chip with a 32.768kHz crystal -- connected to GPIO pins 0 and 1. Unfortunately, those pins make up a quarter of the available ADC inputs. So, if your application doesn't require an RTC -- and you need those pins to for another purpose -- grab a hobby knife and cut the two traces between their pads to disconnect the crystal."

The only change in the DFU firmware was made at the source of the clock for the SoftDevice application. With the original, custom boards without the 32.768 crystal could not use the pre-compiled Sparfun bootloader available.

The "nRF52832 Breakout Board Hookup Guide" induces to understand that it could be without:

"The nRF52832 Breakout equips the chip with a 32.768kHz crystal -- connected to GPIO pins 0 and 1. Unfortunately, those pins make up a quarter of the available ADC inputs. So, if your application doesn't require an RTC -- and you need those pins to for another purpose -- grab a hobby knife and cut the two traces between their pads to disconnect the crystal."
@import-tiago import-tiago changed the title New .hex file with clock source from internal RC (not XTAL) New .hex file with clock source from internal RC (not XTAL!) Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant