Discussion Title | Created date |
---|---|
ATTINY414 - Routing PWM outputs from timer TCA to ports I think I understand how the timer works and have that programmed, but I'm struggling on how to route the compare channel outputs to the Ports. There's a table that... |
Sunday, 24 February 2019 - 11:36 |
Do all new ATTINYs have TEMPSENSE on the ADC ? Hoping an Atmel/Microchip person can help here. The datasheets for the ATTINY414 through ATTINY1616 all mention that writing 0x1E to ADC.MUXPOS selects an internal... |
Wednesday, 30 January 2019 - 21:06 |
PORTx.OUTSET vs PORTx_OUTSET I would have expected these to produce the same code, but having just changed a few PORTx.OUTSETs to PORTX_OUTSETs I seem to have saved memory. New to Atmel Studio so... |
Monday, 14 January 2019 - 01:30 |
Programming the USERROW without resetting the processor ? Is it possible to reprogram the USERROW without resetting the processor ? Some of the Microchip bumpf seems to imply you can, but the datasheet says to write to the... |
Sunday, 13 January 2019 - 22:58 |
Problem with ATTiny861 using ATTinyCore I have been using an ATTiny85 using the ATTiny board manager at http://drazzy.com/package_drazzy... It I select Board -> ATTiny25/45/85 this works fine. ... |
Sunday, 28 October 2018 - 23:16 |
Fast Port writing problem on ATTiny45 Programming an ATTiny45 via Arduino and USBasp. Key part of the code is this unrolled loop where I'm writing to the port B as fast as possible : ... |
Saturday, 27 October 2018 - 10:38 |