hi,I am trying to build my own STLDR file with STM32H723ZGT6 + w25q128.I could able to build the stldr file STLDR creation with Separate Project 1 but it's not working with external loader project 2 it's giving down load error while program download...
hi,I am trying to external loader connect with stm32h723zgt6 + w25q128 .before loading the stldr file into debugger i need know why cube ide not compiling the data into qspi location ? In the main.c file constant data has been declared as below .c...
hi ,Aiming to have few minutes power back up for STM32 mcu with SD card incase main supply 5v goes OFF condition . Timer added for capacitor charging time since initial current is will be little high .The above is setup enough ? or something s...
hi,I need to make a database storage ( 20GB ) place using FatFs So, stored data's will be retained from the storage place and stored data's will come to display when necessary . 1. Full Speed USB Flash Drive as Storage - Decent Speed but most of ...
hi,I have successfully connected LTDC display(480x272) with STM32H723ZGT6 - RGB565 mode .I could able to image file from internal Flash Memory .I could able to Load Perfect colour from DMA2D by using. framebuffer in global level .uint16_t framebuffer...
hi, i have enabled HSI (64 MHz) with single quad spi in octo mode and made many attempt to successes but nothing happen !. I have attached the stldr creation project (zip). Please give me the idea about what is missing ? . The exact error message a...
hi, @unsigned_char_array , @SofLit sincere many thanks :) for your deep finding .finally problem solved by using external flash constant data declared and used inside the code ! .Initially i was struggled to setup stldr file that's what i have went d...
hi @unsigned_char_array @SofLit const uint8_t buff[] __attribute__((section(".extFlash"))) = "Hello world from H723 QSPI";I have declared constant data only as above , not used Since this constant data to suppose to write in external flash. I do agre...
hi,i have modified constant as below const uint8_t buff[] __attribute__((section(".extFlash"))) = "Hello world from H723 QSPI"; i have refreshed many times and build the project many times but problem is same as continues.