ATtiny1627 vs ATtiny1626 #607
Unanswered
GeorgeIoak
asked this question in
Q&A
Replies: 2 comments 8 replies
-
What is the behavior on the Curiosity Nano, and how does it differ from the 1626? Can you please post code that reproduces this issue? I can't comment further without looking over the code. |
Beta Was this translation helpful? Give feedback.
3 replies
-
If you don't want it public, you can make a private repo and give me access, too. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had someone create some test code on the ATtiny1627 Nano Board using Microchip Studio. I have a raw ATtiny1626 chip soldered on a breakout board which I've been experimenting on with Arduino and MTC. I have burned the Bootloader onto this chip.
This code runs fine on the Nano board but for some reason on my 1626 board when PB1 touches GND to LED signal gets a repeating low pulse of ~50ms at ~1.5Hz. The LED's cathode is connected to PB0 so a high turns it OFF.
All the experimenting I did in Arduino with other code seemed to work as expected and the chip doesn't appear to be damaged.
Maybe the chip is internally resetting for some reason and when it does PB0 goes low for 50ms? Not sure why that would happen but the only thing I can think of is that something I did when I burned the bootloader or assigned reset on PB4 is interfering with the code that Microchip Studio created?
I don't have Microchip Studio loaded on my PC so I can't run it and poke around registers to see what's happening and the chip resetting is only a thought on my part. I just thought I'd ask to see if anyone had any ideas. Short of removing the 1626 from the breakout board and replacing it is there a way to reset everything in the chip to see if somehow this is not a hardware problem?
Beta Was this translation helpful? Give feedback.
All reactions