TouchGFX Performance Measurement GPIO pins not working as expected
Hi,
We are trying to setup the GPIO pins for measuring TouchGFX performance. We have defined user labels to GPIO pins as instructed in TouchGFX documentation: https://support.touchgfx.com/docs/development/touchgfx-hal-development/scenarios/scenarios-measure-performance. But so far the only GPIO that is doing anything is the RENDER_TIME signal. The rest of the signals are at 0V. I verified with the debugger that the only pin that is being driven is the RENDER_TIME GPIO in the file TouchGFXGPIO.cpp in the function void GPIO::set(GPIO_ID id). This function is only called with the GPIO_ID of GPIO::RENDER_TIME.
What are we missing in the configuration? We are using freertos in this system.
