Skip to main content
Fhu.1
Associate II
July 15, 2020
Solved

Where Can I download the sample project of online embedded event webinar

  • July 15, 2020
  • 1 reply
  • 1179 views

Hi everyone,

Now it is very difficult to find the learning materials about cudemonitor, so can we download the project(cudeIDE prj, cudemonitor_orj,cudeMX prj) of the online embedded event webinar?0693W000001suS3QAI.png0693W000001suSDQAY.png

This topic has been closed for replies.
Best answer by stephane.legargeant

There are also information in the wiki : https://wiki.st.com/stm32mcu/wiki/STM32CubeMonitor:STM32CubeMonitor_overview

1 reply

stephane.legargeant
ST Employee
July 20, 2020

Hello

If you want to start with CubeMonitor, you can watch the "gettingStarted" video : https://www.youtube.com/watch?v=bTJhqHWniZE&feature=youtu.be

The flow is simple and based on the reference flow already included in the application (menu/import/Library/STM32CubeMonitor_BasicFlow.json)

For the application on the STM32, it is dependent of the board/STM32 that you are using. You can easily build a test binary : create a project for your board and add:

  • the variable declaration : "static volatile long counter;" (you can add many variables)
  • increase the counter in the main loop : counter++; (or do what you want)

Then, build the program, import the elf in STM32CubeMonitor as described in the video, and it is done.

Best regards

Stephane

stephane.legargeant
ST Employee
July 20, 2020