This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Reading suggestions to start programming with STM32H747 like mcu, especially with GCC

I'm starting my studies on programming for Single Chip MCU with multicore, and I'm having a little trouble finding material on this topic.

I read a post here in the community about the NXP's LPC4300 which is a Cortex-M4 + M0, which was very instructive, but I am focusing my studies on the STM32H747, a Cortex-M7 + M4 dualcore, since it is used in the Arduino line which is base of my work.

Could you please indicate readings, books, appnotes that will lead me to success in compiling code for this chip and the like, especially using GCC, or only with the native ST compiler?

thanks.

Parents
  • Well, I think I was not very clear with my text.

    I am already studying the specific material of ST, and the Arduino that I have been working with for 10 years with technology

    When I said I was starting my studies, I was talking specifically about the use of MCU with multi-cores and specifically with the GCC.

Reply
  • Well, I think I was not very clear with my text.

    I am already studying the specific material of ST, and the Arduino that I have been working with for 10 years with technology

    When I said I was starting my studies, I was talking specifically about the use of MCU with multi-cores and specifically with the GCC.

Children