2023-11-07 06:41 AM
Hello everyone,
I'm trying to compile the code wich is give at this address on STM32CubeIDE and I have some problems when I want to compile the code. CubeIDE choose automaticalement the wrong "stm32l4xx_hal.h" and don't bring the one wich is in my workspace. It seams that CubeIDE include an external "stm32l4xx_hal.h". Do you know what handling I have to do it to include the good .h ?
Best regards.
Paul
Solved! Go to Solution.
2023-11-07 09:07 AM
You'll probably want to double check the Include Paths settings and ordering. Change so it points to the version you want to use.
2023-11-07 09:07 AM
You'll probably want to double check the Include Paths settings and ordering. Change so it points to the version you want to use.