Timer programming info for DA series https://www.microchip.com/wwwpro...
click on Documents tab, look for "Getting started with TCn" notes.
If this is not your chip, select that first.
Jim
Monday, 18 January 2021 - 20:39
Timer programming info for DA series chriscalandro wrote:I'm looking through the datasheet
Which data sheet is that, there is now more then one DS, the family DS and the specific part DS.
There are also app notes and...
M328(P): Internal EEPROM Write-Only Mode Milo-D wrote: If so, isn't it in contradiction with your next sentence (It will not write any 1 bits) ?
No, it erases all zeros (so now all bits are 1's)
it then writes zeros(...
Monday, 18 January 2021 - 17:20
Looking for a stepper motor Why would it mater if it has an internal gear reduction? i.e. 16:1, just take 16 steps to have the shaft position you desire!
Jim
Monday, 18 January 2021 - 17:09
ATTINY402 and UPDI Grief -- Reads as TINY406 rowifi wrote:Now .. I suppose I have to work out how to toggle io pins using ASF4 ( < Swear> )
PORTx.toggle = (bitmap of pins to toggle) //where x = port name A,B,C,D, etc...
Monday, 18 January 2021 - 14:41
ATtiny 1604 - I2c Slave Welcome to AVRFreaks!
Well the AVR0/1 series are still pretty new, so you will not find as many examples on the net for these, as compared to the mega/tiny AVR's.
There a...
Monday, 18 January 2021 - 14:04
how to test for flaky solder connections? ralphd wrote:Perhaps an avalanche pulse generator and a high-speed scope to look for reflections?
Those tools are usually out of reach for most hobbyists, but if you have access...
Sunday, 17 January 2021 - 18:35
Atxmega256a3bu JTAG pin and GPIO? Yes, the data sheet should detail how to dis/enable JTAG, or it may be disabled using ISP.
Use some conditional coding so if you define DEBUG when compiling, then your port init...
Sunday, 17 January 2021 - 18:28
ATTINY402 and UPDI Grief -- Reads as TINY406 rowifi wrote:I have some code that I need to flash, but it uses the UPDI pin as a port
That choice can result in the "I shoot myself in the foot" now what do I do, but it's...
Sunday, 17 January 2021 - 18:19
how to test a MOSFET testdrone wrote: I hooked up the drain to 12v, and I put my multimeter between the source pin and ground
Voltage measurements are made ACROSS a device, not inline....
https://www.microchip.com/wwwpro... click on Documents tab, look for "Getting started with TCn" notes. If this is not your chip, select that first. Jim
chriscalandro wrote:I'm looking through the datasheet Which data sheet is that, there is now more then one DS, the family DS and the specific part DS. There are also app notes and...
Are you using a xtal as your clock source?
Milo-D wrote: If so, isn't it in contradiction with your next sentence (It will not write any 1 bits) ? No, it erases all zeros (so now all bits are 1's) it then writes zeros(...
Why would it mater if it has an internal gear reduction? i.e. 16:1, just take 16 steps to have the shaft position you desire! Jim
rowifi wrote:Now .. I suppose I have to work out how to toggle io pins using ASF4 ( < Swear> ) PORTx.toggle = (bitmap of pins to toggle) //where x = port name A,B,C,D, etc...
Welcome to AVRFreaks! Well the AVR0/1 series are still pretty new, so you will not find as many examples on the net for these, as compared to the mega/tiny AVR's. There a...
ralphd wrote:Perhaps an avalanche pulse generator and a high-speed scope to look for reflections? Those tools are usually out of reach for most hobbyists, but if you have access...
Yes, the data sheet should detail how to dis/enable JTAG, or it may be disabled using ISP. Use some conditional coding so if you define DEBUG when compiling, then your port init...
rowifi wrote:I have some code that I need to flash, but it uses the UPDI pin as a port That choice can result in the "I shoot myself in the foot" now what do I do, but it's...
testdrone wrote: I hooked up the drain to 12v, and I put my multimeter between the source pin and ground Voltage measurements are made ACROSS a device, not inline....
ARGGGGG! lost my last posting: I checked my computer with AS4 on it, it has AS4.18 installed along with AS4.18.sp3(716) If I recall correctly, AS419 required the...
Pages