Using 512K NRF52832, the code after minimum size optimization takes 255K.
Trying to add MCUBOOT, I get an error that it does not fit in flash.
I tried:
CONFIG_BOOT_SWP_USING_MOVE=y
but this did not build.
What are my options?
Thanks
Johanan
Using 512K NRF52832, the code after minimum size optimization takes 255K.
Trying to add MCUBOOT, I get an error that it does not fit in flash.
I tried:
CONFIG_BOOT_SWP_USING_MOVE=y
but this did not build.
What are my options?
Thanks
Johanan
This device is not using DCDC converter, and I assume that this is the problem. I could not find the correct config value to use the LDO.
Who to configure?
I tried:
CONFIG_DCDC_NRF52X=n
CONFIG_BOARD_ENABLE_DCDC_APP=n
both are undefined.
Thanks
This device is not using DCDC converter, and I assume that this is the problem. I could not find the correct config value to use the LDO.
Who to configure?
I tried:
CONFIG_DCDC_NRF52X=n
CONFIG_BOARD_ENABLE_DCDC_APP=n
both are undefined.
Thanks
This device is not using DCDC converter, and I assume that this is the problem. I could not find the correct config value to use the LDO.
Who to configure?
I tried:
CONFIG_DCDC_NRF52X=n
CONFIG_BOARD_ENABLE_DCDC_APP=n
both are undefined.
I guess this reply was meant to be a response to your other ticket here: NRF52832 does not start after power up.
Of course... :-0
sorry for this confusion.
Thanks