2020-11-02 12:50 PM
Getting started...
I've installed STM32Cube MX 6.0.1 and IDE 1.4.2,
and STM32L476 Package has been downloaded/installed (stm32cube_fw_l4_v1160.zip).
When I go into the project examples in the package and try to open them they:
1) have EWARM and MDK-ARM folders that aren't for MX/IDE
2) have SW4STM32 folder that sort of works with IDE, but doesn't have ioc file for mx
3) convert when I open .project file implying they are created with something other than latest IDE
Questions:
a) Are there any examples actually created in recent STM32CubeMX/STM32CubeMX?
b) If not how can I create .ioc file from the project examples that do exist, so I can evaluate the configuration settings, check/modify pinouts, and otherwise usefully mess with the examples.
Paul
Solved! Go to Solution.
2020-11-09 07:49 AM
FYI: I've found these 3 links, and found that for me the "Education" link has the most complete tutorials.
** "STM32 Education":https://www.st.com/content/st_com/en/support/learning/stm32-education.html
** "ST Getting Started":https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:STM32_step_by_step_overview
** "ST Development Zone":https://wiki.st.com/stm32mcu/wiki/Development_zone
2020-11-02 04:46 PM
> a) Are there any examples actually created in recent STM32CubeMX/STM32CubeMX?
No
> b) If not how can I create .ioc file from the project examples that do exist, so I can evaluate the configuration settings, check/modify pinouts, and otherwise usefully mess with the examples.
You can't. You can only go IOC -> code.
You can modify the code directly if you want to mess with it.
2020-11-03 04:01 AM
That's disappointing, but not totally unexpected.
Is there a place with a cache of tutorials that would show how to setup similar projects (UART, SD Card, USB Host, ADC's, etc.) ?
There are an awful lot of settings in the Pinout&Config that I've not come across before, and they differ greatly between STM32 lines so the few tutorials and examples I've found don't really help.
Paul
2020-11-03 06:04 AM
Found these:
Also found this but appears incomplete/incorrect so above may be better
Paul
2020-11-09 07:49 AM
FYI: I've found these 3 links, and found that for me the "Education" link has the most complete tutorials.
** "STM32 Education":https://www.st.com/content/st_com/en/support/learning/stm32-education.html
** "ST Getting Started":https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:STM32_step_by_step_overview
** "ST Development Zone":https://wiki.st.com/stm32mcu/wiki/Development_zone