Question
STM32MP1 (engineering mode) - How to program the cortex m4 firmware from the command line?
In engineering mode (BOOT0:off, BOOT2:On) I want to update my cortex-m4 firmware from CMD, not an IDE.
What is the command to do so?
Thank you!
Note: I tried using the STM32_Programmer_CLI executable but it keeps seeing the a7 only, I cant communicate with the m4.
Note: I think the IDE uses OpenOCD to do so but I can't find how to extract the command line it uses.
