Flashing and debugging of externally compiled program
Thank you very much for quick reply.
I followed your guide step by step and get this error message at the end (launching the debug session).
OpenOCD Script not found (or not support yet): C:\Ac6\SystemWorkbench\plugins\fr.ac6.mcu.debug_1.6.0.201512071631\resources\openocd\scripts\st_board
I created my board configuration using STM32F103VC. I think the error is occured because there is no OpenOCD script for STM32F103VC in st_board directory.
I tried to create new project (compiled by SW) for STM32L Disovery and it was working (compilation and debugging).