cancel
Showing results for 
Search instead for 
Did you mean: 

STVP programming toolkit

nebojsa
Associate
Posted on October 26, 2016 at 16:53

Hi all.

I'm using functions from  STVP programming toolkit to implement STM32F051C8 programming in my C# application. I need a command for microcontroller reset after programming. Before I used command EVerifyAll from eprcore60.dll and this command verified content and restarted microcontroller. Now I'm using readout protection and verify command is not starting uC. It seams that it starts uC just to activate readout protection, and after this it is stopped. Is there any function from dlls provided with STVP which can be used for uC restart. Thank you in advance.
2 REPLIES 2
Posted on October 26, 2016 at 17:55

That would tend to be the goal of read-out protection...

Consider if you can code your device so it recognizes if it is locked or not, and lock itself when it is not secure.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
nebojsa
Associate
Posted on October 27, 2016 at 08:58

Thank you for your answer clive1.

I understand what's the goal of the read-out protection and I don't expect to read something or verify, I just used verify command because it was restarting uC. When I use ST-LINK Utility for programing the same file, after programming uC is restarted. So there has to be some command which is sent at the end.