Question
Which configurations do I have to consider if I want to use a STM32H750B-Disco example as e.g. "TIM_TimeBase" with another board that uses a different QSPI flash memory (program code on external qspi-flash)?
Here is my approach:
1) I think I have to adjust the pin configuration in the "memory_msp.h" of the ExtMem_Boot project first
2) Then I would have to include the correct QSPI driver in the "qspi.c" file.
3) Provide the correct ".stldr" external loader file
What else do I need to consider?
- Does it need changes in the "STM32H750XBHx_FLASH.Id" file? If yes, how do I approach this?
- ...
Thank you
