Load external flash from command line
I have an STM32H7B31-EVAL board setup with TouchGFX. I am able to compile and load a project using STM32CubeIDE. I would like to be able to do the same from the command line. I found this document that gives a very basic outline of the STM32_Programmer_CLI program. I am able to load the MCU portion of the program this way, but I can't find any documentation on how to use it to load the external flash. In CubeIDE, I have an external loader selected (MX25LM51245G_STM32H7B3I-EVAL-REVB.stldr). I'm not sure how to use this setup from the command line. Links to documentation or existing solutions would be appreciated.
