Skip to main content
Graduate
March 12, 2021
Question

Why does the example application FreeRTOS_ThreadCreation_CM4 not load like the OpenAMP_TTY_echo?

  • March 12, 2021
  • 1 reply
  • 848 views

Using STM32CubeIDE Version: 1.6.0 on Linux I am able to follow the wiki to import, build, load and modify the OpenAMP_tty_echo application example. However, when I follow the same steps to import the FreeRTOS_ThreadCreation_CM4 application the program will not load to the target. I have compared the Debug configurations between the two examples and they are identical except where they need to differ with respect to program and path locations. The terminal is closed prior to loading as expected but then the terminal does not start back up with the GDB info that I normally see and then a "Problem Occurred" dialog box shows up with the Details:

Error if final launch sequence:

Failed pre launch

Failed pre launch

Firmware remoteproc load failed!

This leaves little to go on to debug the issue.

Any ideas?

    This topic has been closed for replies.

    1 reply

    GreenGuyAuthor
    Graduate
    March 12, 2021

    Never mind. I deleted the project, re-imported, re-compiled, and launched the debugger successfully.

    No idea why it is different as I did not change how I did the process.