undefined reference to `ExitRun0Mode'
Hi,
I've installed the CubeIDe rel 2.0.0 and the CubeMX rel 6.16.0; when I build my project this error appears: undefined reference to `ExitRun0Mode'.
May you help me ?
Thank you, CarloV
Hi,
I've installed the CubeIDe rel 2.0.0 and the CubeMX rel 6.16.0; when I build my project this error appears: undefined reference to `ExitRun0Mode'.
May you help me ?
Thank you, CarloV
I think my previous replies answer that question.
- You need to remove the old "system_stm32h7xx.c" file.
- Generate the code with CubeMx by pointing to the latest CubeH7 version: the new updated system_stm32h7xx.c containing ExitRun0Mode() will be generated and added to your project.
- Remove HAL_PWREx_ConfigSupply() if you have its call in SystemClock_Config() in your previous implementation.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.