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
Hello,Yes, the FVPs supplied with Arm DS are supported with the license. Looking at the script above, is the issue that you have --version in the command line?RegardsRonan