External loader for SPI Flash for STM32WL - Fail to Init
I have a STM32WLE5 custom board with MX25L4006E SPI Flash.
I created an external loader with CubeIDE based on the article - "How to add your SPI flash into the STM32CubeProgrammer’s external loader"
The result stldr does not work and when I tried to debug it I realize the Init function does not called. I removed all the SPI Flash parts from it and left only a blinking of a led and a printout to the UART I have on board but I did not see any change in the led or the printout data on the terminal.
How can I continue from that point?
Attached is the linker file I sued.
