Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

SIMDE VER 100RC2R1007. ATTINY-84 impossible to use.

2 posters

Go down  Message [Page 1 of 1]

Defran

Defran

Hi,

When I tray to use Tiny-84, the following banner appears:
"Cannot set file DomDocument: ... /data/AVR/tinyx4/tinyx4_regs.xml"
and nothing more.



Last edited by arcachofo on Mon Mar 21, 2022 11:17 pm; edited 1 time in total (Reason for editing : Marked as solved (green color).)

arcachofo

arcachofo

Thanks.

There is a typo in tinyx4_regs.xml line 93.
You can solve it by editing the file and removing the last "b":
Code:
line 93:
    <register  name="OCR0A"   addr="0x0036" b/>

Change to this:
    <register  name="OCR0A"   addr="0x0036" />

The line number and error is reported in the bottom panel:
Code:
Line 93 ils.cpp
"unexpected character"



Last edited by arcachofo on Tue Mar 22, 2022 3:30 am; edited 1 time in total (Reason for editing : typo)

Defran

Defran

It works now, thank you very much. I take note of the reporting line.

arcachofo likes this post

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum