Missing MPU initialization function
Hi there!
I just would like to report that enabling the MPU for the M7 core on my NUCLEO-H755ZI-Q, CubeMX (6.9.2, with H7 package version 1.11.1) generates 2 functions:
MPU_Initialize() and
MPU_Config().
While the second one is declared and defined in the main.c; the first one is just declared and never defined nor used generating a compiler warning.
It's simple to fix it by cancelling the useless declaration, but the warning com back any time the code is re-generated...
iTTy
Edit: Edited by ST Moderator to add right Label "STM32CubeMX"
