Skip to main content
rbenv.3
Associate III
April 25, 2019
Question

STM32 Cube Programmer API

  • April 25, 2019
  • 2 replies
  • 758 views

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

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
April 25, 2019

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 VenmoUp vote any posts that you find helpful, it shows what's working..
rbenv.3
rbenv.3Author
Associate III
April 26, 2019

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.