-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New CMSIS Directory Structure #17
Comments
@Rahulelectobuddy , that makes sense. I've used both CubeMx 5 and STM32CubeIDE and in both of them, the Application Structure is greyed out (like you have on the screenshot) and I'm not sure how to turn it on. Can you help? Thanks. |
@tiazahmd, you can change application structure to advance or basic without changing any setting (default). Try creating a new project and then changing structure. |
For an already existing project, if the option to change application structure is greyed out simply "Save As..." under the same project name/directory (effectively overwriting the project with itself). The option to change application structure will then become available again. |
According to the book (and the script), there are changes to the directory structure that is not compatible anymore. The book and the script used the following directory structure:
The new directory structure for CubeMX is as follows:
I've seen this structure with Nucleo F411RE. I'm not sure if it's a universal directory structure change, or is only applicable for this board. If it's a universal change, I modified the script to make sure it runs properly.
If the directory structure has changed universally, is it okay for me to submit a pull request for this?
The text was updated successfully, but these errors were encountered: