2020-03-27 07:46 AM
Hi All, I have a project that uses code generated from TouchGFX. I have sucessfully imported this into CubeIDE. Now I want to try CubeMonitor, so I am following this video https://www.youtube.com/watch?v=eIrTYMl7fD0 to see if I can get it to workwith my project. In the video He says to link the variables node to the .axf file (to produce a drop down list of available vars). My project is created from Touch GFX (using FreeRTOS) and I don;t think it has a .AFX file (I can't seem to find one). How do I get CubeMonitor to pick-up my variable list??
Cheers
Michael
2020-03-31 08:27 AM
afx files are produced by MDK-ARM (Keil).
/Martin
2020-03-31 08:38 AM
Hi Michael,
STM32Cubemonitor can extract variables from files with .elf, .out or .axf extension present in the defined folder.
Landry