STM32 Cube Programmer API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-25 12:45 PM
Besides function "downloadFile", is there a way of program flash using a buffer ?
The use case is not to have a firmware file, protecting the programming phase on third parties (assembly lines, testing).
- Labels:
-
STM32CubeProgrammer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-25 12:59 PM
Where would that come from? And how would it be protected if pulled into a PC?
Check Segger's stand-alone programmers
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-04-26 10:09 AM
The idea is to receive the firmware file encrypted from ethernet, decrypt in RAM and flash it. If I have to maintain a file,
this is a little less secure. I'm also verifying the possibility of running the STM Cube Programmer on linux (Raspberry PI) and, so
I can protect it to physical access from users.
