cancel
Showing results for 
Search instead for 
Did you mean: 

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

Fhu.1
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
3 REPLIES 3
stephane.legargeant
ST Employee

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

Thank you very much for your answer! I have found the Flow of the system。

Best regards!