2023-09-15 02:04 AM
I want to setup an system with 4.3" 480x272 LCD Working with LTDC with external flash (External Flash Loader)
Can we directly interface an existing QSPI Loader if yes, Then Which one.
Solved! Go to Solution.
2023-09-15 01:06 PM
I have a number of loaders for different STM32, QUAD/OCTO SPI devices, and pin combinations
https://github.com/cturvey/stm32extldr
2023-09-15 03:51 AM
The pins and the NOR Flash device will dictate which loader would be workable. You don't describe either.
For truly custom configurations you'd need to implement an External Loader reflective of your design choices.
Want to use an existing one, then copy the design related to pins and parts.
2023-09-15 06:20 AM
I am planing on using STM32H750VBT6 So which external loader will be compatible?
2023-09-15 12:24 PM
You've already stated that, but it's other factors that determine the usability.
The QUADSPI memory make/model, and the pins you connect it with on the STM32 side will dictate this.
2023-09-15 01:06 PM
I have a number of loaders for different STM32, QUAD/OCTO SPI devices, and pin combinations
https://github.com/cturvey/stm32extldr
2023-09-26 03:35 AM - edited 2023-10-03 01:44 AM
Thanks