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 first2) Then I would have to include the correct QSPI driver in the "qspi.c" file.3) Provide the correct ".stldr" external loader f...