Hi guys,
I have a custom board containing a Raytac nRf52840 module running the Arduino core. The Arduino core configures the nRf52 to expect a 32K crystal on the xtal input pins by default. However, I applied a rail-to-rail 3.3v 32K oscillator to the nRf52 with this configuration active. BLE does not function and USB CDC behavior is somewhat erratic.
I replaced the rail-to-rail oscillator with a crystal and BLE continues to not function. I see the voltage rating for the xtal pins in xtal mode (< 1000mV swing) - can I expect the inputs to be damaged now? If I configure the core to use the internal LF oscillator, can I expect BLE to work?
Thanks!