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

Corstone SSE-300 FVP simulator does not work on ARM Dev Studio

Hi.

I use the ARM Development Studio. And I tried to run the Corstone SSE-300 (MPS3) simulator on the Cortex-M55 but an error occurs.

Blog where possible hints would not open yet (community.arm.com/.../software-development-for-corstone-300

Possible problems: maybe I use the wrong model parameters
I tried "-C fvp_mps2.DISABLE_GATING=1 -C cpu0.FPU=1 -C cpu0.MVE=2"

or

"-C cpu0.enable_helium_extension=1 -C cpu0.vfp-present=1 -C cpu0.vfp-enable_at_reset=1".

Who managed to run the simulator? Please help me if it is possible to run the simulator?

Thanks!

Parents
  • Hi Ronan,

    When I add the "-C cpu0.semihosting-enable=1" to the model parameters, the "printf" function does not print any text to the console.

    I have tried "fwrite(..., stdout)" and the output to the console appeared.

    Are there any other ways to output text to the console?

    Thanks.

Reply
  • Hi Ronan,

    When I add the "-C cpu0.semihosting-enable=1" to the model parameters, the "printf" function does not print any text to the console.

    I have tried "fwrite(..., stdout)" and the output to the console appeared.

    Are there any other ways to output text to the console?

    Thanks.

Children