cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate a variable list for programs generated from TouchGFX (FreeRtos) with no .axf file ?

Michael Dalby
Associate II

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

2 REPLIES 2
Martin KJELDSEN
Chief III

afx files are produced by MDK-ARM (Keil).

/Martin

Landry
Senior

Hi Michael,

STM32Cubemonitor can extract variables from files with .elf, .out or .axf extension present in the defined folder.

Landry