Skip to main content
Visitor II
January 28, 2023
Question

STM32F401CC CubeIDE + X-CUBE-AZRTOS generate call to non-existing Function HAL_PWREx_EnableOverDrive() in main.c when generating code

  • January 28, 2023
  • 0 replies
  • 633 views

Hi all!

I'm working with an STMF401CC chip, and all tools up to date as of today.

Code generation calls above mentioned function in SystemClock_Config() in main.c.

In stm32f4xxhal_pwr_ex.c this function clearly is not available for STM32F401 devices, but for others.

This does not happen when not using X-CUBE-AZRTOS in the project. So i assume it is caused by X-CUBE-AZRTOS code generation.

Best regards

    This topic has been closed for replies.