2023-04-27 10:00 PM - edited 2023-11-20 06:54 AM
Hello everyone ,
I am Yugenthar
Right now i am working in embedded development platform . So i have one doubt guys.I have using stm32f746-disco board.
I am displaying one image in LCD screen (800x760)so pixel size is incresing.
my code is runing in flash memory
my compiler is show one error "your flash is overflow"
then I have decided move to SDRAM and store my code
But I have not perfect in SDRAM so any one give the sollution any material or tutorial link
2023-05-05 05:19 AM
BRO.....the error showing on your project is not SDRAM, this I don't know how to use but if it is "FLASH" error... this person will help you "(1) QSPI in STM32 || Boot from EXT Memory || XIP || N25Q - YouTube " by the way please watch the video carefully because I made a mistake in the loader part at first.
or you can use touch gfx, it will create functions like SDRAM, QSPI for you :beaming_face_with_smiling_eyes: :beaming_face_with_smiling_eyes: :beaming_face_with_smiling_eyes:
2023-05-05 09:17 PM
okay brother."thank you"
I will watch this video then any doubt I have ask to you
Bro Actual right now working Show the image to LCD display..size is 800x700 Using lcd image convertor application image is convert to to c file I thing array size is so big .
2023-05-05 09:25 PM
Bro I know this is not SDRAM error actual this indication is "flash overflow" so I will move the SDRAM concept.
My Doubt:
Actual STM32 is available on internal SDRAM
2023-05-09 03:52 AM - edited 2023-11-20 06:54 AM
do you want to use sdram to put that image on screen, or use external flash to save it??
i just found a nice example, that can use both external flash and sdram, but it is stm32f7508 dk same as my board, hope it helps you
put the image here and try to compile it
Mula-Gabriel/STM32F7508-DK-LVGL-AzureRtos-Template (github.com)