I just got my custom board in and when the code gets to bt_enable it returns -11, but on the DK board it works fine (using the same board dts files and software for both). Trying to figure out what's wrong. My VDD is 3.3V, I have a 32MHZ crystal and 32.768khz crystal like the dk schematic with no caps on either. Havent tried UART yet but RTT logging is working.
My current guess is that the regulators arent enabled properly, I am using config 2 from the datasheet: VDD at 3.3 from external source, USB enabled, DCDC VREGMAIN and VREGRADIO
Do I need to enable vregmain and vregradio in the dts file or defconfig, if so how?
Using nrf connect in VS V2.9.1