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).
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
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.