2025-01-21 01:49 AM - last edited on 2025-01-21 01:56 AM by Andrew Neil
Dear Support Team,
I am encountering an issue while building my project for the STM32F746ZGT7 in STM32CubeIDE version 1.16.0.And I'm working to "DISPLAY BOARD BRING - UP" During the linking process, I receive the following error message:
The error appears to be related to an invalid or forward reference address expression in the linker script STM32F746ZGTX_FLASH.ld at line 184. I have already checked the linker script for any invalid address or section definitions, but the issue persists
Could you kindly provide guidance on how to resolve this issue? Any assistance would be greatly appreciated
2025-01-21 02:54 AM
2025-01-21 02:59 AM
Linker Script not attached..
2025-01-21 10:54 PM
"Display Bring-up Issue on Custom STM32F746ZGT7 Board"
Hello,
I am working on bringing up a custom board with the STM32F746ZGT7 microcontroller and a TFT display (800x480 resolution, parallel interface). However, I am encountering an issue where the display is not showing any output. I would appreciate assistance with properly configuring and initializing the display for this custom setup.
Could you please assist in troubleshooting this issue? I would appreciate any guidance on the following:
Thank you!
2025-01-24 03:42 AM
@Aashritha_Vuda How cubeMX 5.6.1(This older version) version is supportting touchgfx 4.24.2 (This latest Version).?
by the way .. similar kind of issue i also faced on my custom board... i resovled it by correcting QUADSPI, FMC and SDRAM configuration.
if you thing you have configured these peripherals properly then try to read and write some array of data to SDRAM and QUAD SPI or Other external storage your using.