Skip to main content
Eblec.1
Associate III
December 30, 2021
Question

how to adjust the programmer for a different pin out ?

  • December 30, 2021
  • 2 replies
  • 841 views

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.

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
December 30, 2021

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.​

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Eblec.1
Eblec.1Author
Associate III
January 10, 2022

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.