lcgamboa

Results 67 comments of lcgamboa

Hi @Rameshkumar9159, apparently you are trying to load an unsigned module with secure boot enabled. Either you turn off the secure boot or you sign the module. The module signature...

Hi @d-graz , This problem is caused by some limitations of the PWM implementation in [simavr](https://github.com/buserror/simavr) (used by PICSimLab to simulate AVRs). The wobble in position is caused by calling...

Hi @d-graz , PICSimLab currently uses a [fork of simavr ](https://github.com/lcgamboa/simavr) with some modifications compared to [the original](https://github.com/buserror/simavr). In the future (when I have time) I intend to use the...

Hi @Kabak85 , Currently, when a new .hex file is loaded, the simulation [ends](https://github.com/lcgamboa/picsimlab/blob/829fff566cfdbf79cd52ee56ad9b679b7d70ffa7/src/lib/picsimlab.cc#L1149) and a new one starts. I was unable to reproduce this issue. What microcontroller did you...

I have updated PICSimLab to use the last gpsim version 0.32.1.

Hi @rtek1000 , Technically adding the PIC18F87J60 to PICSimLab is not very complicated and I can implement it. But implementing the ethernet controller would require more time, which I currently...

I have added the PIC18F67J60 (low-pin version of PIC18F87J60 ) in the last [build version](https://github.com/lcgamboa/picsimlab/releases/tag/latestbuild), without ethernet support for now.