2019-02-28 06:13 AM
The current Flash Loader does not support the STMH32H7XX family, can we hope to have support soon? The PID is 450 , It is relatively easy to fabricate a .STMAP but the option bits need to be somehow supported by the application
2019-02-28 07:24 AM
The software is deprecated, use the STM32 Cube Programmer, it supports serial/USART connectivity.
It's part of the Green New Deal, all code must be written in Java by people with no embedded or user interface experience.
2019-03-08 08:17 AM
Hello, was trying to use CubeProgrammer_API.dll that is part of STM32 Cube Programmer but apparently the DLL is not a valid Win32 binary file. Tried to call LoadLibrary (returns null), then GetLastError (returns 193, ERROR_BAD_EXE_FORMAT).
Anyone knows where to get a valid CubeProgrammer_API.dll file?
Thanks.