How do I load STM32Cube_FW_G4_V1.5.0 examples into STM32CubeIDE 1.13.1 without errors?
I have a NUCLEO-G431KB board. I just installed STM32CubeIDE 1.13.1 and loaded STM32Cube_FW_G4_V1.5.0 example projects in my workspace. When I build the projects, I get compile errors.
The first kind of error has a "no rule to make target..." and is associated with the stm32g4xx_hal.c file. I assume it has to do with relative pathways but when I tried to include these pathways manually I did not succeed.
When I just clicked on the .project file, I got different errors, this time the sysmem.c file especially (it was calling certain variables undefined, etc.).
It seems to me that compiling and running these projects onto my board is supposed to be very straightforward, so I'd appreciate detailed step-by-step instructions.
Thanks!