2024-03-15 07:31 PM
Hello Everyone,
I have 24 bit Display having 800 x 480 resolution.
Also,
I have fmc interface having stm32h753bit6 microcontroller with nor flash mt28ew128aba1lpc of 16MB and external sdram of 8MB .
External SDRAM is working fine with touchgfx as double frame buffer config.
I want to store touchgfx images in this nor flash using fmc interface.
Can anyone help me in how to interface nor flash using fmc?
Solved! Go to Solution.
2024-03-27 03:42 AM - edited 2024-03-27 04:18 AM
Hello @alister ,
Yes, sorry, I mixed different subjects.
You do not need quad spi or octo spi for memory.
Quad and octo spi are used to send more data to the screen while FMC is used to get data from the memory and is fast enough.
I do not know about your calculations but the memory performance seems great.
Quad or octo SPI have better performances than regular SPI, basically able to transfer more data per cycle.
Regards,
2024-03-27 03:43 AM
Hello @Shashikant_Hiremath ,
If you flash assets without TouchGFX then use TouchGFX, TouchGFX won't know where the assets are located.
I am afraid flashing the assets using Segger then using TouchGFX is not posisble.
Can I ask you why you want to do such manipualtion?
Regards,
2024-03-27 04:03 AM
Wouldn't NOR Flash on the FMC be directly readable in the 0x60000000 type range? Surely shouldn't be materially different from data in QSPI NOR in the 0x90000000 range.
Should be able to construct .ELF and
BIN or .HEX from that.
J-Flash tool should be able to write to NOR, although configuration of pins and interface will be non-trivial.
Or an ST-LINK, STM32 Cube Programmer and an External Loader customized for the board could also deliver content.
2024-04-16 02:08 AM
Hello @Shashikant_Hiremath ,
It has been a long time.
Were you able to move forward and solve your issue?
Regards,