lcgamboa

Results 50 comments of lcgamboa

I did a test using an LCD diplay and it worked without problems. It would be nice if there was a cursor in the C source code to follow the...

>That looks very good - what's the 'clock rate' you achieve when running the processor in the above program? Or more specifically, how bad is the overhead of the external...

I made the optimizations in PICSimLab. I tested it with a program that only writes to the peripheral (one writing and 6 readings actually) Without connection the program runs in...

There are still some crash issues when one of the programs finishes without disconnecting. As soon as I solve this I'll let you know.

@mortbopet I did several tests and got some random crashes, maybe your review will help.

Hi @mortbopet , I added in the PICSimLab examples two code examples to use the Ripes integration with PICSimLab [(here)](https://lcgamboa.github.io/picsimlab_examples/board_Remote_TCP.html) An example of LCD in C and a simple to...

I had the same problem in Debian unstable, if the system's riscv64-unknown-gcc toolchain is installed, the other riscv64 compilers compiled from source or installed directly do not work in Ripes....

> 1. Timing seems to be at least 10-40 times slower (`delay(100);` takes about 4 seconds, `delay(1000);` > almost a minute instead of a second) I solved this problem in...

In my modification I only call the `gdb_network_handler` function when the simulation state is stopped and not in each iteration of the `avr_callback_run_gdb` function as in the original code, which...

Hi @WGH- I have applied your fix suggestion to my simavr fork and now I can use WDT and Arduino_freeRTOS without any problems. I recommend you do a PR. Thanks...