Question
How to use a custom board ?
Hi,
I have already used the STM32F746G-DISCO board in order to check different functionalities :
- Custom screen (7.0" TFT LCD 800x480) with capacitive touch
- TouchGFX
- QSPI
- I2C / Serial
- ... Its works fine !
Currently, I want to use a custom board provided by the supplier based on the following MCU : STM32F746BGTx.
He assured me that the operation is the same as the processor of the demoboard.
I added different features but I have a problem...
- Custom screen (7.0" TFT LCD 800x480) with capacitive touch : colors and touchscreen is not ok
- QSPI : error when starting debugging
Erasing memory corresponding to segment 0:
Erasing internal memory sectors [0 4]
Erasing memory corresponding to segment 1:
Erasing external memory sectors [0 1]
Download in Progress:
File download complete
Time elapsed during download operation: 00:00:50.605
Verifying ...
Error: Data mismatch found at address 0x90000000 (byte = 0x99 instead of 0x00)
Error: Download verification failed- I2C / Serial is working
- GPIOs : some GPIOs don't work if I have the MX_TouchGFX_Init(); line. If I remove this line, all GPIOs working fine.
Do you have any idea about my problems ?
This is my first implementation on a custom board...
Best regards
