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 Reply
  • Dear ,

    Thanks a lot for your reply.

    I've done a bit research and tests and found that -

    If I am using below command line to read the DCDCEN status, it returns 0x1 which is correct.

    nrfjprog --memrd 0x40000578

    However, if I am using below command to access the DCDCEN0 status, it always return 0x0 even after I write 1 to this reg.

    nrfjprog --memwr 0x40000580 --val 1

    I am not sure why this value seems can't be changed.

    Thanks and regards, Kevin

Children
Related