Yao ZHANG

Results 27 comments of Yao ZHANG

HI @bo-dani , Sorry for our late reply, and we found the current version of profiler has lots of problems, so we are rewriting a new version, which should be...

Hi @fernandoFernandeSantos and @aqqz Fyi, execution time not = real time on chip. The simulator doesn't work in real-time, it simulate how many CYCLES an application running on the target....

@fernandoFernandeSantos unfortunately yes, it's due to the printf via JTAG -> usb, which is very slow. One way to optimize it is using io=uart to have the printf via uart.

@aqqz can you please describe a bit more about how you run it? What you mean first time and next? you have put a loop inside? or just rerun it...

Hi @MaoPann For the sdk you are using, since there's no submodule, you don't need to execute the 1st command (submodule update). For your problem, it's because the package "configparser"...

Hi @hovavalon Thanks a lot for reporting this problem, we will take a look. Could you copy the warning messages here to help us resolve it? Don't hesitate to push...

Hi, I see the problem, sorry for that. We will fix it soon. BTW, since the doc is also integrated in gap_sdk/doc, you can run command: `make all` to compile...

Hi @Gualor First of all, thanks for your comments, but "I read on some forum that freeRTOS is not as optimized as PULP OS for GAP8 in terms of memory...

Hi, Sorry for late reply, we don't have enough resources to answer all the tickets in real time, sorry about this. I saw you have closed this, but also noticed...

Sure, you can write your questions here? Or you want to have a mail channel? BTW, in your GAP8.md, this is not necessary: `git clone https://github.com/GreenWaves-Technologies/gap8_openocd.git cd gap8_openocd ./bootstrap ./configure...