2017-07-13 05:26 AM
Hello,
While using cube tool I got following questions. Can you please clarify them.
1. In general STM32Mx cube will generate drivers in the location where project file is there with folder structure drivers/STM32F7xx_HAL_Driver/src.
Can we configure path to the generate driver files?
Can we configure the name of the generated folder in the tool?
2. In general STM32Mx cube will generate EWARM settings as well. This is not required on every change.Can we generate only source files without settings?
3. We would like use EmbOS as part of project. We need dynamic memory allocation for graphics . Does EmbOs support for the dynamic memory allocations? Do you have any idea on this point?Thank you
2017-10-20 02:47 AM
Posted on October 20, 2017 at 11:47
Hi,
I am moving your post to the correct spacce
https://community.st.com/s/topic/0TO0X000000BSqSWAW/stm32-mcus
Submitting a post in the wrong space leads to delays to get answered.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2017-10-30 03:34 AM
Hello Amel,
first two points are related to CUBEMX tool configuration. These are related questions. Can someone answer them.
Thank you,
2018-02-08 02:58 AM
Hello
Arror.Balaraju
,Sorry for my late reply.
Regarding your 2 first points :
1. In general STM32Mx cube will generate drivers in the location where project file is there with folder structure drivers/STM32F7xx_HAL_Driver/src.
Can we configure path to the generate driver files?
Can we configure the name of the generated folder in the tool?
==> The drivers folder will always follow the structure drivers/STM32xxx_HAL_Driver/src.
However it is possible to set your own Project Name in Project/Project Settings and to choose the project location according to the path where you want to have the generated code.
2. In general STM32Mx cube will generate EWARM settings as well. This is not required on every change.Can we generate only source files without settings?
==> it is mandatory to choose a toolchain/IDE to generate the code.
furthermore, if you don't have the FW needed for the generation, it will ask you if you only want the source and header files to be generated. Then, click on yes.
For further details, you can read the
.I hope it will help you.
BR. Jeanne