cancel
Showing results for 
Search instead for 
Did you mean: 

i have problem with fmc in touchgfx in stm32h743bi

sina.keyvanrad
Associate

Hello everyone

I'm trying to enable touchgfx on stm32h743bi.

I've done this before on the stm32f746 disco

This time I did exactly what I did on the disco stm322f746 but it didn't work. I think the problem is with the extra fmc settings being added to the cod.

I debugged the program and found out where the program would stop.

/ * Check this really is a semaphore, in which case the item size will be

0. * /

configASSERT (pxQueue-> uxItemSize == 0);

This code is located in the queue.c file. I don't know what this code does.

Please help me

2 REPLIES 2
Alexandre RENOUX
Principal

Hello,

You can look at the Application template STM32H743I-EVAL as a reference. It's available in TouchGFX Designer. The code works so you should be able to compare and see why it's stopping.

/Alexandre

Thank you very much for your help