2015-04-14 02:46 AM
Hi Guys,
Does anyone know how to use STM32CubeF4 with STM32F4 Discovery board ? Is it similar like using Keil ? Any clues please ? Thanks2015-04-14 04:33 AM
Hi, STM32Cube contains:
- STM32CubeMX - graphical software to design of microcontroller configuration and generating initialization code, it´s very useful for me in order wide application. For Win you can install STM32CubeMX and under Linux there is Eclipse plugin. - STM32Cube HAL - it´s new abstraction layer, ensuring portability across STM32 portfolio. Latest microcontrollers are not supported in STM Standard Peripheral Library and you have to use HAL ''library''2015-04-14 02:44 PM
How can I initialize and use Ethernet (ETH): media access control (MAC) with
DMA controller on STM32F407 Discovery ? I can't find any examples on STM32F4 Cube and if I want to initialize myself, I tried following STM32F4 cube manual, document name : DM00107720.pdf page 16, am I on the right track ? Thanks2015-04-14 11:59 PM
I have no experience with stm32f4 and ETH but tool STM32CubeMX generate initialization code for all peripherals that you want to.
There is window in CubeMX with ETH setting2015-04-15 02:32 PM
Where can you find this tool STM32CubeMX?
STM32Cube_FW_F4_V1.5.0\Utilities\ ?2015-04-15 05:06 PM
Where can you find this tool STM32CubeMX?
Tried Google?2015-04-16 05:44 AM
http://www.st.com/st-web-ui/static/active/cn/resource/technical/document/user_manual/DM00104712.pdf
2015-04-16 06:41 AM
Hi h.rick,
These are some helpful links containing packages to be used besides to required documentation:- STM32CubeMX: http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1533/PF259242- STM32CubeF4: http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/LN1897/PF259243Some Ethernet examples are available in the package STM32CubeF4 under STM32Cube_FW_F4_V1.5.0\Projects\STM324x9I_EVAL\Applications.-Mayla-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.
2015-04-17 06:28 AM
Ok,
Thanks for the links... Is this the application ?2015-04-19 11:22 PM
Yes :)