STM32 Flash Loader Demonstrator - Support for STM32H7X3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-28 6: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
- Labels:
-
FlashLoader
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-28 7: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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-08 8: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.
