← index #4277Issue #2488
Off-topic · high · value 0.200
QUERY · ISSUE

NRF - Disable DCDC?

openby edwiosopened 2018-10-28updated 2024-09-29
port-nrf

Is there a way to enable/disable the internal DCDC converter, like
sd_power_dcdc_mode_set(NRF_POWER_DCDC_DISABLE) ?

There are boards that may not come with the external components for dcdc, and I couldn't find from the existing python API anything to deal with this.

CANDIDATE · ISSUE

stmhal: Easy way how to disable internal Flash and/or SD card storage

closedby prusnakopened 2016-10-07updated 2021-04-30
port-stm32

I would like to have an easy mechanism (build-time option) to disable internal Flash storage so CCM RAM could be used for something else, I'd like to keep SD card storage working.

Thinking more about this I think there could be 3 options altogether:

  • (default) both /flash and /sd storages are enabled
  • just /sd storage is enabled, CCM RAM could be used for something else
  • both /flash and /sd storages are disabled, one has to freeze the modules and compile them into firmware in order to use them (saving lots of space, as filesystem related stuff can be removed from the firmware completely)

Ideas? Thoughts? Pointers how to do this?

Keyboard

j / / n
next pair
k / / p
previous pair
1 / / h
show query pane
2 / / l
show candidate pane
c
copy suggested comment
r
toggle reasoning
g i
go to index
?
show this help
esc
close overlays

press ? or esc to close

copied