...
This means that you can add or change features included in the generated HAL code by simply opening SimplePublish.ioc in STMCubeMX, make the necessary changes and generate new code.
Absolute Path Issue
There are 3 paths saved in the above STM32CubeMX files that are saved as absolute paths:
- ProjectManager.ToolChainLocation in SimplePublish.ioc
- HeaderPath andSourcePath in .mxproject
These have been manually changed to relative paths, which allows you to run them from wherever you extracted the repository. However, whenever you generate code, the paths will be resolved to absolute paths again and saved to the fi
Change Toolchain/IDE
Anchor | ||||
---|---|---|---|---|
|
...