How to enable DCDCEN in the NCS1.8.0 SDK

Dear ,

How do I enable DCDCEN mode if I am using NCS1.8.0 SDK? Is there any Kconfig setting I need to perform to make this available?

Thanks and regards, Kevin

Parents
  • Hi,

    It is enabled by default in the board files for the nRF52840 DK. This is done in zephyr/boards/arm/nrf52840dk_nrf52840/Kconfig. You can try setting CONFIG_BOARD_ENABLE_DCDC=y

    If you are using custom board files, it can be enabled with CONFIG_SOC_DCDC_NRF52X.

  • Dear ,

    Thanks for your prompt reply.

    Yes, I am using a custom board. But instead of creating a custom board files, I use nrf52840dk_nrf52840.overlay to make the configurations the same as my custom board.

    Can I do this? Are there any drawbacks of doing this?

    In fact, I am currently experiencing some issues with implementing the USB mass storage example using 4GB SD card on my custom board. The host computer can see the drive in the file explorer when plugging in but can't open the drive and keep asking for inserting the SD card. I even soldered the SD card to the desired pins to eliminate any contact issues but still with no luck. Therefore, I am trying figure out if there is any other issues.

    Thanks and kind regards, Kevin

Reply
  • Dear ,

    Thanks for your prompt reply.

    Yes, I am using a custom board. But instead of creating a custom board files, I use nrf52840dk_nrf52840.overlay to make the configurations the same as my custom board.

    Can I do this? Are there any drawbacks of doing this?

    In fact, I am currently experiencing some issues with implementing the USB mass storage example using 4GB SD card on my custom board. The host computer can see the drive in the file explorer when plugging in but can't open the drive and keep asking for inserting the SD card. I even soldered the SD card to the desired pins to eliminate any contact issues but still with no luck. Therefore, I am trying figure out if there is any other issues.

    Thanks and kind regards, Kevin

Children
Related