내부 전압 변환 방식 변경 LDO -> DC-DC

- sdk_config.h: NRFX_POWER_CONFIG_DEFAULT_DCDCEN 1
- sdk_config.h: POWER_CONFIG_DEFAULT_DCDCEN 1
- 전력 소모 방지
This commit is contained in:
jhChun
2026-03-25 15:46:22 +09:00
parent 4fb463769e
commit d30e33444e
4 changed files with 12 additions and 3 deletions

View File

@@ -157,6 +157,8 @@ void app_error_log_handle(uint32_t id, uint32_t pc, uint32_t info);
/**@brief Macro for calling error handler function if supplied error code any other than NRF_SUCCESS.
*
* @param[in] ERR_CODE Error code supplied to the error handler.
*
* 시스템 에러 시 리셋(SoftDevice 초기화) 후 BLE Advertising 시작
*/
#define APP_ERROR_CHECK(ERR_CODE) \
do \