2018-07-10 10:52 PM
Hi, I am very new to MCU programming. I am starting a project with STM32H753. I need to interface eMMC card to this MCU. How do I start programming using available HAL drivers? Also how do I program for USB interface? Which software is best to program with this MCU?Please reply ASAP
#stm32h7Solved! Go to Solution.
2018-07-11 01:44 AM
Dear Kavana shree,
I, like most people, am quite new to this micro controller too.
What helped me so far:
1. Get a Nucleo board, very cheap with attached ST-link, it has a STM32H743 on it, it is missing crypto/hash processor of the STM32H753 but has the same peripherals.
2. ST has bought TrueStudio, you can use that for free.
3. Use STM32CubeMx to generate a code skeleton (HAL drivers) and that you can open in TrueStudio.
4. Reference the
https://www.st.com/resource/en/user_manual/dm00392525.pdf
5. Reference the
6. Download
https://www.st.com/en/embedded-software/stm32cubeh7.html
it contains examples that you can run on the Nucleo board7. Google
Good luck!
Martin
Note: Added some references
2018-07-11 01:44 AM
Dear Kavana shree,
I, like most people, am quite new to this micro controller too.
What helped me so far:
1. Get a Nucleo board, very cheap with attached ST-link, it has a STM32H743 on it, it is missing crypto/hash processor of the STM32H753 but has the same peripherals.
2. ST has bought TrueStudio, you can use that for free.
3. Use STM32CubeMx to generate a code skeleton (HAL drivers) and that you can open in TrueStudio.
4. Reference the
https://www.st.com/resource/en/user_manual/dm00392525.pdf
5. Reference the
6. Download
https://www.st.com/en/embedded-software/stm32cubeh7.html
it contains examples that you can run on the Nucleo board7. Google
Good luck!
Martin
Note: Added some references
2018-07-11 08:07 AM
I have eMMC working on the platform, ported functionality to NUCLEO-H743ZI boards via microSD socket, and also eMMC dongle. I can provide consulting on this if needed.
2018-07-12 04:58 AM
Yeah please guide me from the beginning on how to interface eMMC with STM32H753 MCU. Also programming.
2018-07-14 02:02 AM
How did you start programming for USB and eMMC? Please guide me.