Skip to main content
sina.keyvanrad
Associate
May 15, 2020
Question

i have problem with fmc in touchgfx in stm32h743bi

  • May 15, 2020
  • 2 replies
  • 813 views

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

This topic has been closed for replies.

2 replies

Alexandre RENOUX
Visitor II
May 15, 2020

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

sina.keyvanrad
Associate
May 15, 2020

Thank you very much for your help