2025-03-11 4:22 PM
Hello, hello.
In the STM32CubeH7 Firmware Package V1.12.0 and earlier is a demo application
under Projects/STM32H747I-DISCO/Applications/FPU/FPU_Fractal.
The app waits in an endless loop in line 252:
while(pending_buffer != 0)
{
}
A breakpoint in the callback function
void HAL_DSI_EndOfRefreshCallback(DSI_HandleTypeDef *hdsi)
{
...
}
is never reached where pending_buffer should be set to 0.
I also flashed CM4 and CM7 code. I did not test every example, some work.
Board version is: MB1248-H747I-D03
Did anyone try this example?
2025-04-21 7:39 AM
Hello @Joerg Wagner ;
First of all I apologize for my late reply.
Thank you for bringing this issue to our attention.
I reported this issue internally.
Thank you for your contribution in ST Community.
Internal ticket number: 208213 (This is an internal tracking number and is not accessible or usable by customers)
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.