User Activity

I have been looking for a working project external loader in Keil or CubeIDEfor some of the discovery boards I haveThe only projects I see are in EWARMhttps://github.com/STMicroelectronics/stm32-external-loader I do not know why STM did this only in ...
here is the application note from Keilhttps://developer.arm.com/documentation/kan333/latest/ but it refers to QSPII wonder if it would be the same to follow and make external loader in Keil for OSPI (this is the memory chip MX25LM51245GMI00)the first...
I see that Keil is using .FLMand .stldr looks like CubeIDE are those the same ?can I change the extension from .stldr to .FLM and load using Keil and vice versa ?also any idea how to add the loader to keil ?I see that Keil has a lot pre defined loade...
I fount this page, ready to gohttps://github.com/cturvey/stm32extldr/tree/main/h7_mt25q128 I do have STM32H743BIT6 and MT25QL128the pins are different, I wonder if it can be opened in something and change pins. 
Those are the setting for STM32H7A3IIT6Q ?  (there is AN5050 where they show but DMA setting only)I am trying to useHAL_OSPI_Transmit_DMA(&hospi2, aTxBuffer)(I have this chip working in interrupt mode fine , HAL_OSPI_Transmit_IT(&hospi2, aTxBuffer) b...