2020-07-15 03:25 AM
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?
Solved! Go to Solution.
2020-07-20 05:33 AM
There are also information in the wiki : https://wiki.st.com/stm32mcu/wiki/STM32CubeMonitor:STM32CubeMonitor_overview
2020-07-20 05:14 AM
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:
Then, build the program, import the elf in STM32CubeMonitor as described in the video, and it is done.
Best regards
Stephane
2020-07-20 05:33 AM
There are also information in the wiki : https://wiki.st.com/stm32mcu/wiki/STM32CubeMonitor:STM32CubeMonitor_overview
2020-08-04 02:52 AM
Thank you very much for your answer! I have found the Flow of the system。
Best regards!