Gabriel Wang

Results 100 comments of Gabriel Wang

By the way, using Corstone-300-FVP is the ONLY FREE solution in MDK to emulate a Cortex-M development board that has an LCD.

@kisvegabor are there any suggestions?

To be honest, Corstone-300-FVP is not designed for performance evaluation, and Arm always suggests that performance data should be derived from real hardware, i.e. here MPS3 + AN547 FPGA image....

Furthermore, the Corstone-300-FVP supports command line mode and built-in semihoting. That means **_in command-line mode_** (**NOT** inside MDK), you can use almost all stdio.h features to access host PC file...

``` Usage: FVP_Corstone_SSE-300_Ethos-U55.exe [OPTION]... [APPLICATION]... -L, --cadi-log log all CADI calls into an XML logfile -S, --cadi-server start CADI server allowing debuggers to connect to targets in the simulation -I,...

@kisvegabor Usage One: ```c #include "perf_counter.h" __cycleof__(__STRING) { /* Your code block here */ } ``` Usage Two: ```c #include "perf_counter.h" int32_t iCycleResult = 0; /* measure cycles and store...

I have added an FVP configuration file for the command line mode, and the following option is used to disable popup window. https://github.com/lvgl/lv_port_mps3_an547_cm55/blob/5f3ce4a69cc6d58db796099525a0df6664589e6b/fvp_cfg.txt#L1692 The key to using semihosting in FVP...

> Awesome, thank you! > > One more question: any chance to run it on Linux? Yes, there is a Linux version: https://developer.arm.com/-/media/Arm%20Developer%20Community/Downloads/OSS/FVP/Corstone-300/FVP_Corstone_SSE-300_11.16_26.tgz

If you have MDK and open the project, you should be able to find a very useful option “Create Batch File” ![image](https://user-images.githubusercontent.com/13148491/151661929-52cbb1e1-fa51-48f2-b31c-9cbafe2090b6.png) Once you select this option, after a successful...

Let me reopen this discussion.