Hello I'm jeonghan
I have a question about device integration.
we are using stm32h750, stm32cubeIDE & embedded wizard with small business.
we are trying to display our data on GUI, and we already read the article named "Integrating device".
as our understanding of article, we create a new DeviceClass variable and combine that using EwGetAutoObject with GUI, so that we can use GUI method (e.g. updateXXX ....) in our freeRTOS task code.
but problem is that our task is blocked because of EwGetAutoObject code.

is this a right way to combine GUI and C code ?
or is there another way to access GUI property variables or method from our C code ?