nrf52840 Vbus supply and supplying external components with 3.3v

I am using the nrf52840 on the Raytac MDBT50Q-1MV2 module. (https://www.raytac.com/product/ins.php?index_id=24)

I am supplying the module with 5v USB power to the VBUS pin. I need a standard 3v3 output from the module to power external components and I am using VDD for this purpose. However, when I provide power to the chip the VDD is not outputting 3v3. What setup do I need in order to get a 3v3 output from the module/chip in order to supply external components?

Thank you.

Parents Reply
  • To use VDD for external supply you would have to configure the nRF52840 in High Voltage mode. HVM is configured by supplying the nRF52840 only through VDDH. VBUS does not supply the nRF52840, it only supplies the USB interface which has its own power domain. If power is only connected trough the VBUS then you'll have to tie VDDH and VBUS together so VDDH is also supplied. See this section in the product specification.

    regards

    Jared 

Children
Related