This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FVP model fails with error code 0xC0000005

I installed the 30-day trial version of ARM Development Studio Gold on Windows 10 and followed the tutorial "Creating a new project from a software pack - Arm Developer".
When trying to connect to the FVP model of Cortex-M33, the model fails with error code -1073741819 (0xC0000005).
What could be wrong? Is the FVP licence not included in the DS trial version?
Running DS as Administrator makes no difference.

The complete error message is:
"The script file ( rtsm_launcher.py ) failed during execution:
 Failed to launch model FVP_MPS2_Cortex-M33.exe. Command:
   C:\Program Files\Arm\Development Studio 2020.0\sw\..\bin\FVP_MPS2_Cortex-M33.exe --cadi-server --print-port-number -C fvp_mps2.DISABLE_GATING=1 --version --plugin C:\Program Files\Arm\Development Studio 2020.0\sw\..\sw\models\bin\MTS.dll
 exited with error code: -1073741819

Parents
  • Hi Ronan,

    --version is not the issue.

    I'm sorry, this was on of the options I tried while debugging the issue. However, the original command line without "--version" shows the same result.

    When I invoke

    "C:\Program Files\Arm\Development Studio 2020.0\bin\FVP_MPS2_Cortex-M33.exe" --cadi-server --print-port-number -C fvp_mps2.DISABLE_GATING=1 --plugin "C:\Program Files\Arm\Development Studio 2020.0\sw\models\bin\MTS.dll"

    from the command prompt, I get:

    Fast Models v11.10.23 MTS trace server
    Fast Models Trace: Listening on:0.0.0.0 port:31628
    telnetterminal0: Listening for serial connection on port 5000
    telnetterminal1: Listening for serial connection on port 5001
    telnetterminal2: Listening for serial connection on port 5002

    In the Windows Task Manager, I don't see the FVP model, so I assume it has failed.

    I see the same behavior, when trying to load an application:

    "C:\Program Files\Arm\Development Studio 2020.0\bin\FVP_MPS2_Cortex-M33.exe" -C fvp_mps2.DISABLE_GATING=1 -a Second.axf

Reply
  • Hi Ronan,

    --version is not the issue.

    I'm sorry, this was on of the options I tried while debugging the issue. However, the original command line without "--version" shows the same result.

    When I invoke

    "C:\Program Files\Arm\Development Studio 2020.0\bin\FVP_MPS2_Cortex-M33.exe" --cadi-server --print-port-number -C fvp_mps2.DISABLE_GATING=1 --plugin "C:\Program Files\Arm\Development Studio 2020.0\sw\models\bin\MTS.dll"

    from the command prompt, I get:

    Fast Models v11.10.23 MTS trace server
    Fast Models Trace: Listening on:0.0.0.0 port:31628
    telnetterminal0: Listening for serial connection on port 5000
    telnetterminal1: Listening for serial connection on port 5001
    telnetterminal2: Listening for serial connection on port 5002

    In the Windows Task Manager, I don't see the FVP model, so I assume it has failed.

    I see the same behavior, when trying to load an application:

    "C:\Program Files\Arm\Development Studio 2020.0\bin\FVP_MPS2_Cortex-M33.exe" -C fvp_mps2.DISABLE_GATING=1 -a Second.axf

Children