2026-03-31 4:49 AM
Hello everyone,
I want to share some issues and their fixes when migrating the .ioc file that was created for the Riverdi 10" STM32 display with template 4.1.0 to the newer version of CubeMX ver 1.16.0, STM32Cube FW_H7 V1.13.0.
My environment is:
Target: Riverdi STM32 10" Display RVT101HVSNWC00-B
TouchGFX 4.26.0, CubeMX ver 1.16.0 STM32Cube FW_H7 V1.13.0, CubeIDE ver. 1.19.0
void vApplicationStackOverflowHook(xTaskHandle xTask, signed char *pcTaskName)
FIX: Setting line 105 to void vApplicationStackOverflowHook(xTaskHandle xTask, char *pcTaskName) (remove the "signed") fixes the problem permanently.
Solved! Go to Solution.
2026-03-31 4:55 AM
Welcome @LT64, to the community!
thank you very much for your contribution!
Since you did not ask a question and it apparently concerns the solution to a problem, your post cannot be marked as the Accepted Solution. Therefore, I will take the liberty of marking my post as the solution instead, but I kindly ask all readers who come here to read @LT64's post as the actual answer.
Regards
/Peter
2026-03-31 4:55 AM
Welcome @LT64, to the community!
thank you very much for your contribution!
Since you did not ask a question and it apparently concerns the solution to a problem, your post cannot be marked as the Accepted Solution. Therefore, I will take the liberty of marking my post as the solution instead, but I kindly ask all readers who come here to read @LT64's post as the actual answer.
Regards
/Peter
2026-03-31 6:33 AM
Thank you, Peter
As a new member of the community, I did not know where exactly to share all these.
Thank you for making it more accessible to other users.
Regards
Lazaros