After watching ARM webinar https://youtu.be/ODG_FEeCYtc, I tried to setup latest version of FVP model
installed latest version FVP_Corstone_SSE-300_Ethos-U55_11.14_24 for keil mdk v5.35.0.0 and try to run the example project provided in the keil website: https://www.keil.com/-r22, It gives me following error messages when I try to launch the simulation model:
Any suggestion or instruction to run this example successfully on keil mdk?
Have you checked the tutorial video "Simulation of Cortex-M55" listed on https://www2.keil.com/video ?
Hi, Yes I did exactly as per the "Simulation of Cortex-M55" tutorial. However I am getting the same error
Have you enabled the telnet in your windows? e.g. by following this page social.technet.microsoft.com/.../38433.windows-10-enabling-telnet-client.aspx
Yes, I enabled telnet according to the link. However, the same problem persists. What I feel is that in the tutorial by Arm for "Simulation of Cortex-M55", the .exe files for different to what arm provides now in the Corstone 300 package. I have attached the video in which the .exe files are for the Ethos U55 & U65, unlike in the tutorial. This is really frustrating :(
It looks as the model configuration file is outdated when using the latest FVP models. Actually the configuration file is most likely not even needed.
Change the setup to not use the configuration file.
Go to Options for Target - Debug tab - Settings for Models and remove the Configuration File (leave empty)
I tried the example project downloaded from https://www.keil.com/-r22 based on the tutorial video "Simulation of Cortex-M55" and I can indeed reproduce the errors you got. It seems that the config.txt file included in the example project folder is out-of-date.
As a workaround solution for now, you can remove the config.txt completely in Options for Target - Debug - Settings - Configuration file and leave it empty, so that the FVP model can be started with the example program loaded.
I will report to our team to fix the issue of config.txt for that example project