Whats the procedure to change the HAL library that the CubeMX tool within the IDE is using ?
fatal error: stm32f1xx_hal_exti.h: No such file or directory
I now get the above error from a previously working project. After accepting the offer to upgrade from CubeIDE version 1.0.1 to 1.0.2. It worked fine initially but then I needed to regenerate the files as I tweaked the application's FreeRTOS usage & configuration settings. I now get the above error, looking for a header file that until this point has never existed.
From another similar post on this subject, it seems that the problem lies in the HAL library been used. The project settings within CubeMX are.
I haven't had any prompts about the incompatibility. But on reading the for mentioned post have done a manual download of the latest V1.8.0 F1 firmware package. ( the release notes on this list addition of new HAL EXTI driver).
So the remaining problem now just boils down to , how do you get the project it re-generate the code using the V 1.8.0 HAL version rather than the V 1.7.0 ?. accepting the fact the HAL usage within this development project will need to reviewed.
