2021-08-16 10:22 PM
Hi Team,
I am working on one of the Project where I have to update the new firmware over the UART using System bootloader without STM32CubeProgrammer tool.
So, for this I need to implement the C application using STM32CubeProgrammer API's.
Therefore, I want to know how to include the CubeProgrammer_API.dll file.
Please let me know if any one knows the solution.
Any kind of help would be appreciated.
2021-08-23 04:06 PM
I don't think CubeProgrammer_API.dll is what you want here. You need to ensure a serial link between the MCU and the PC, ensure the MCU is in bootloader mode, then communicate with it via the commands in AN3155.
There is also a command-line version of STM32CubeProgrammer which can be used.