cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 Cube Programmer API

rbenv.3
Associate II

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

2 REPLIES 2

Where would that come from? And how would it be protected if pulled into a PC?

Check Segger's stand-alone programmers

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
rbenv.3
Associate II

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.