Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Ubinos v3.00.13 Migration Guide


STM32 config variable 이름 변경

변경 전

UBINOS__BSP__STM32F2_RCC_HSE_CONFIG
UBINOS__BSP__STM32F2_HSE_VALUE

변경 후

UBINOS__BSP__STM32_RCC_HSE_CONFIG
UBINOS__BSP__STM32_HSE_VALUE


오류 별 해결책

Build 오류 메시지

error: 'NRFX_POWER_CONFIG_IRQ_PRIORITY' undeclared ...

해결 책

config cmake file에 다음 추가

set_cache(NRF5SDK__NRFX_POWER_ENABLED FALSE BOOL)

Build 오류 메시지

error: 'NRFX_CLOCK_CONFIG_IRQ_PRIORITY' undeclared ...

해결 책

config cmake file에 다음 추가

set_cache(NRF5SDK__NRFX_CLOCK_ENABLED FALSE BOOL)

  • No labels