Skip to main content
Jeanne Joly
Associate
November 5, 2020
Question

[Tutorial videos in STM32CubeMX] Your ideas are welcome

  • November 5, 2020
  • 67 replies
  • 13464 views

Around 40 tutorial videos are accessible from STM32CubeMX in Help menu/Tutorial videos since STM32CubeMX 6.0.0 release.

All those videos intend to answer frequent STM32CubeMX users questions.

It deals with various subjects such as FreeRTOS, DMA, GPIO, Software packs, System view tips, Getting started with X-Cube BLE, pinout view tips…

Those videos will be available to China users in the next STM32CubeMX release (6.1.0).

If you think that some specific tips, features or complex subjects are not yet addressed with these tutorial videos, we will be glad to hear your valuable proposals.

Thanks to share your ideas with maximum of details.

This topic has been closed for replies.

67 replies

Snara.21
Senior
July 16, 2021

@Jeanne Joly_O​  possible to share the link of those videos

VVakh.1
Associate II
August 16, 2021

I would propose to first focus on keeping your current tutorials up-to-date. In particular, I am working with the STM32WB55. I am trying to modify the BLE profile, but the tutorial on this topic was written for the former revisions of STM32CubeIDE and firmware packages. It would be helpful to have it updated. Thank you.

VVakh.1
Associate II
August 16, 2021

Please, update your tutorial on BLE Custom Profile. Based on my experience and comments from other community members, this tutorial is really demanded.

AMeta
Associate II
August 17, 2021

Second this. working with Blue NRG LP and the GUI seems to export code that doesnt line up with the examples and missing functions. would be nice to have videos where they make the examples from the gui to follow the process better.

magene
Senior
August 16, 2021

There's been a lot of community input no this subject. Can we get an update on what tutorials have been added by ST Micro or ST's plans for future tutorials?

Thanks

Nawres GHARBI
ST Technical Moderator
August 31, 2021

Thanks all for your ideas.

We will process those feedbacks to decide about new videos to be created in priority.

Please be informed that first tutorial videos are coming in STM32CubeIDE by end of the year !�?

Stay tuned for more news

RFree.1
Visitor II
September 27, 2021

Tutorial videos are a great idea. 3 ideas to make them better:

1) Change cursor color to yellow to improve contrast on a mostly white screen.

2) Make cursor 25% larger so that it is easier to see.

3) Replace music sound track with a sound track in English description of the what is being done on screen. The music doesn't help us at all; but a commentary would. Most engineers understand some English.

magene
Senior
October 23, 2021

All the examples that come along with the STM Nucleo and Discovery boards that I've used are incredibly difficult to extend. For example, I can get the STM32H7B3 Discovery board FatFs example working on the STM32 Discovery board. But when I add the code from the UART_DMA example, things break and I've spent an incredible amount of time trying to figure out why, still without success. I'm guessing the issue has to do with clock set up and pin mapping.

I know this is a big ask but my suggestion is all the STM provided examples should include the .ioc file that was used to generate the example. That way, someone like me can start with the relevant example in Cube and build up a more complex project and resolve the clock and pin mapping issues. It would also provide a consistent project configuration, look and feel for all your examples.

T J
Senior III
November 10, 2021

Actually go through an Azure process, CubeMX, Compile, run

then merge Fx_ Nx_and Tx_ projects together and compile and run...

This is supposed to be simple, but I cant get any of it to work, let alone merging the projects into a usable program.

November 25, 2021

Hi:

It would be very interesting to review the audio from this list of videos:

MOOC - STM32 USB training

STMicroelectronics

Learn how to use USB Device and USB Host within STM32 based application

https://www.youtube.com/playlist?list=PLnMKNibPkDnFFRBVD206EfnnHhQZI4Hxa

Nikita91
Lead II
January 26, 2022

A video to build a NEW project on H7 with the new Ethernet HAL driver.

  • Start from CubeMX
  • Show ALL the needed steps
  • Usually the code generated by CubeMX is not working: show all necessary changes
  • Provide the source code for the working project.
  • Keep this video up to date as MX, IDE and HAL evolve further. It's a lot of work but it's the only way to have a useful video for more than a few weeks.

Ethernet over H7 has a long history of bugs and unhappy people. It's time to end this.

I'm asking for a video because it's probably going to be hard to get an accurate application note. With a video it is difficult to cheat and hide an element.

Thank you.

magene
Senior
January 26, 2022

+1 for the request for complete, start from scratch, step by step videos that show all the steps. I'm pretty sure the goal for ST investing in educational/training videos is to make it easy for new and potential developers to adoptt ST products. Having complete, step by step, comprehenisve videos or other training material for all or at least the most popular peripherals/technologies built into STM32 controllers is an obvious way to entrain new users. Comprehensive in my mind would mean the training covers all or at least most of the capability buit into the peripheral/technology. I'd vote for these basics as a start: UART/USART/LPUART, I2C, SPI, timers/lpTimers. And these more sophisticated ones: WiFi, Ethernet (with TCPIP, UDP, etc.) and low power modes.

Thank you