2016-10-26 07:53 AM
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.2016-10-26 08:55 AM
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.2016-10-26 11:58 PM
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.