Question
Issue with STM32CubeIDE - Import STM32Cube Example. After importing it compiles, when doing simple HW change in CubeMX there are many compilation errors.
Here is what I try to do:
- Imported SubGHz_Phy_PingPong to my workspace.
- Double click on IOC to launch CubeMX and do simple HW change, in my case enabling EXTIO interrupts
- After code generation there are many compilation errors
- Can be reproduced with other examples too.
Errors are related to multiple definitions of many functions. I have noticed that additional lines were automatically added to makefile (-include Application/User/*) which probably causes this issue. Please suggest workaround.