simavr
simavr copied to clipboard
simavr is a lean, mean and hackable AVR simulator for linux & OSX
Hi, I found this simulator very useful, but I couldn't figure out a way to send/receive data via the UART from the host computer to the microcontroller. Is there a...
Hey, have a look at the following code. Allows using the "simduinio" pty-interface selectively for a given number of uarts. Carefull, this PR changes the meaning of "SIMAVR_UART_XTERM" envvar.... So...
Hi, Just checking: does simavr handle the USI overflow interrupt on ATtiny85? My code below never blinks... thanks! ``` #include #include #define F_CPU 8000000 #include "avr_mcu_section.h" AVR_MCU(F_CPU, "attiny85"); const struct...
it looks like that simavr does not recognize/accept a vcd input file OR the layout/structure of the vcd input file is not well documented. I try to stimulate PB2 as...
Hi, I'd like to be able to simulate an Attiny4/5/9/10 for a project, but this core is not currently supported by simavr (or any other FOSS simulator). A [datasheet](http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8127-AVR-8-bit-Microcontroller-ATtiny4-ATtiny5-ATtiny9-ATtiny10_Datasheet.pdf) is...
Useful for test log files.
I figured I would mention it here in case people are looking for examples: - http://blog.oddbit.com/2019/01/22/debugging-attiny-code-pt-1/ - http://blog.oddbit.com/2019/01/22/debugging-attiny-code-pt-2/ - http://blog.oddbit.com/2019/01/22/debugging-attiny-code-pt-3/
Hi Took some time, last time we talked (chatted) is more than one year. I decided to start my pull request to start discussion about my additional changes, not implemented...
I am trying to get 9N1 to work. [1] Modifying the uart-loop-testcode to use the parity bit does not work. On sending, TXB8 will be set. Inspecting the gtkwave file,...
This allows to simulate a 'real' signal time patterns on SPI interface related MCU pins and communicate with diverse devices over it. Should also fix #222.