simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Simulavr-devel] attiny85 - external interrupt support (INT0/PCINT)


From: Klaus Rudolph
Subject: Re: [Simulavr-devel] attiny85 - external interrupt support (INT0/PCINT)
Date: Thu, 4 Feb 2016 08:12:02 +0100

Hi,

> WARNING: file rwmem.cpp: line 222: Invalid read access from IO[0x5b],
> PC=0x80
> WARNING: file rwmem.cpp: line 231: Invalid write access to IO[0x5b]=0x40,
> PC=0x84
> WARNING: file rwmem.cpp: line 222: Invalid read access from IO[0x55],
> PC=0x86
> WARNING: file rwmem.cpp: line 231: Invalid write access to IO[0x55]=0x3,
> PC=0x8a
> 
> 
> Does this just mean this feature is not available to simulate on this MCU?
> Or am I missing something fundamental?

A short view in the source: src/attiny25_45_85.cpp:

131     //rw[0x5c] reserved
132     //rw[0x5b] reserved
133     //rw[0x5a] reserved
134     rw[0x59]= & timer01irq->timsk_reg;
135     rw[0x58]= & timer01irq->tifr_reg;
136     //rw[0x57] reserved
137     //rw[0x56] reserved
138     //rw[0x55] reserved
139     //rw[0x54] reserved

Sorry, currently not supported.

Regards
 Klaus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]