2021-12-30 05:12 AM
I have a custom board with stm32L496ZG similar to stm32L496G-disco evaluation board.
only the CLK and CS for quad spi are different. I want to use the programmer to check the functionality of the external flash that is connected with quad spi. I have to set the proper CLK and CS to the other gpio lines for this. can I do that for the programmer ? how ?
thanks.
2021-12-30 12:56 PM
For connectivity via an ST-LINK you'd need to code an External Loader, or modify an existing one to account for the pin changes.
Enumerate the pins and the memory part used.
2022-01-10 05:47 AM
I need the file stm32l496g_discovery_qspi.c to make external loader in IAR and can't find this file ! it was not included in the project downloaded.
please help ! thanks.