2019-06-10 08:18 AM
Hello,
we are working with a STM32F469I-DISCO board and the new STM32CubeIDE.
We have followed some discussion in the community (mainly for the STM32F746).
The board seems configured correctly, after the command:
otm8009a.c
/* Send Command Display On */
DSI_IO_WriteCmd(0, (uint8_t *)ShortRegData44);
otm8009a.h
const uint8_t ShortRegData44[] = {OTM8009A_CMD_DISPON, 0x00};
the display shows the following image:
But then we couldn't see our UI, it seems that the OS is stopped after the entryEvent of the GUI:
void TGFX_GuiTask(void * argument)
{
touchgfx::HAL::getInstance()->taskEntry();
}
2019-06-17 02:19 AM
Hello,
I have exactly the same problem.
Keep me updated please :)
Thanks
Sam