‎2022-02-21 07:53 AM
Hi to all,
I'm new in stm32 and I have stm32F469i-DISCO board.
Factory demo worked well on it.
Then I've started to exploring examples from STM32CubeIDE (New -> STM32 project -> Examples -> filtered by board)
Last couple of tries was LCD_DSI_CmdMode_DoubleBuffering, LCD_Paint, TouchGFX
Just create new project - build and Run
And here example what I can see on the LCD
Then I'm taking compiled demo binaries from official page and program it using STM32CubeProgrammer
If I leave board without power for some time, 10 - 15 mins, this white lines gone and image became good. But this not work with examples - they didn't work after board "rest".
Also tried to program binaries compiled by STM32CubeIDE with STM32CubeProgrammer - the same but with some verification errors.
And official demo binaries also says verification errors.
Is it some hardware issue on my board and I need new one?
Any ideas?
‎2022-02-21 08:16 AM
Your board equip too external QSPI memory and you need manage it.
Error on image is about it.
‎2022-03-03 12:21 PM
Hello.
Change project settings: [c/c++]>[patch and symbols]>[symbols]
delete USE_STM32469I_DISCO_REVC
add USE_STM32469I_DISCO_REVA
‎2022-03-03 12:23 PM
like this :)
‎2022-09-02 11:01 PM
Depending on the version of the board:
USE_STM32469I_DISCO_REVA (25Mhz external osc)
USE_STM32469I_DISCO_REVB (8Mhz external osc)
USE_STM32469I_DISCO_REVC (NT35510 lcd driver)
;)
‎2022-09-03 07:06 AM
There also look to be a couple of External Loaders
MT25QL128A_STM32F469I-DK
N25Q128A_STM32469I-DISCO