Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

System Workbench for STM32


You are viewing a reply to Error in final launch sequence  

Error in final launch sequence

I’ve just checked with another project and it’s working. Here is the output:

14:22:40 **** Programming project emct_display_stm32f303 on chip ****
“D:\Ac6\SystemWorkbench\plugins\fr.ac6.mcu.externaltools.openocd.win32_1.15.0.201707031232\tools\openocd\bin\openocd.exe” -f stm32.flash.2486974616704452420.cfg -s “D:\Projects\ac6_workspace\emct_display_stm32f303” -s “D:\Ac6\SystemWorkbench\plugins\fr.ac6.mcu.debug_2.1.0.201707031232\resources\openocd\scripts” -c “program Debug/emct_display_stm32f303.elf verify exit”
Open On-Chip Debugger 0.10.0-dev-00302-gc211ca5-dirty (2017-07-03-10:41)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
adapter speed: 1000 kHz
adapter_nsrst_delay: 100
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
srst_only separate srst_nogate srst_open_drain connect_assert_srst
srst_only separate srst_nogate srst_open_drain connect_assert_srst
Info : clock speed 1000 kHz
Info : STLINK v2 JTAG v28 API v2 SWIM v0 VID 0x0483 PID 0x3748
Info : using stlink api v2
Info : Target voltage: 2.877732
Info : Unable to match requested speed 1000 kHz, using 950 kHz
Info : STM32F303VETx.cpu: hardware has 6 breakpoints, 4 watchpoints
Info : Unable to match requested speed 1000 kHz, using 950 kHz
Info : Unable to match requested speed 1000 kHz, using 950 kHz
adapter speed: 950 kHz
STM32F303VETx.cpu: target state: halted
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x0801be98 msp: 0x20010000
Info : Unable to match requested speed 8000 kHz, using 4000 kHz
Info : Unable to match requested speed 8000 kHz, using 4000 kHz
adapter speed: 4000 kHz

    • Programming Started **

auto erase enabled
Info : device id = 0x10036446
Info : flash size = 512kbytes
STM32F303VETx.cpu: target state: halted
target halted due to breakpoint, current mode: Thread
xPSR: 0x61000000 pc: 0x2000003a msp: 0x20010000
wrote 206848 bytes from file Debug/emct_display_stm32f303.elf in 8.406000s (24.030 KiB/s)

    • Programming Finished **
    • Verify Started **

STM32F303VETx.cpu: target state: halted
target halted due to breakpoint, current mode: Thread
xPSR: 0x61000000 pc: 0x2000002e msp: 0x20010000
STM32F303VETx.cpu: target state: halted
target halted due to breakpoint, current mode: Thread
xPSR: 0x61000000 pc: 0x2000002e msp: 0x20010000
verified 204892 bytes in 0.560000s (357.303 KiB/s)

    • Verified OK **

shutdown command invoked

14:22:49 Build Finished (took 9s.620ms)

Now the question is - how to make the original project loaded be without errors as well?