Discussion Title | Created date |
---|---|
Very odd input failure using VPorts. A little forward... I do a lot of AVR assembly, some for fun, and some for commercial products now. Have been doing so for 10 years now, and for me it is like a second (and... |
Saturday, 20 July 2019 - 22:02 |
Tiny85 and XMega384 -> going extinct? Looking throught the parametric searches, both of my favorute AVRs seem to be absent. Here, ATTiny-85 and ATXMega-384 are both missing... https://www.microchip.com/... |
Wednesday, 21 November 2018 - 15:10 |
Found a bug using included files Studio 7.0.1645 This is an odd one that had me clawing what was left of my hair out! I have this assembly file included in my program... // INCLUDE USER CODE... |
Wednesday, 7 March 2018 - 19:41 |
Impossible Graphics Power from an ATiny85! Impossible only if you are afraid to hit the bare metal with assembly programming! Behold what an ATTiny-85 can do with a bit of old school assembly... https://youtu.be/... |
Tuesday, 6 March 2018 - 00:46 |
ATTiny85 Internal Pullup on B.5? This is going to be an odd question, but those are the only kind I know how to ask.... Is the internal mechanism to enable or disable the internal pull-ups still available... |
Thursday, 1 March 2018 - 22:19 |
High Voltage Programming Protocol Question Greets! I am working up a project that has a built in ATTiny fuse reset function, and have a question on the HVSP as per Atmel's information... 1. Set... |
Tuesday, 14 June 2016 - 14:04 |
AVR324 Doing 720x480 VGA with only Logic Chips. Long story condensed... I am building a full featured 8 channel synthesizer with a built in operating system, tracking software, 40KHz sampling rate, waveform generator, and live... |
Thursday, 2 June 2016 - 12:17 |
ATiny Liberation!... Self Replicating Boot Unloader. In a recent ATiny project I have been working on, I find the need to use all 6 IO Pins. For those that are familiar with the Tiny devices, you know that it only has 5 usable IO... |
Sunday, 17 January 2016 - 18:44 |
.ORG using GCC GAS Hello Freaks! I have noticed than when using GCC-GAS, the .ORG directive does not put code where you want, but instead puts it "close" - give or take anywhere between 30-50... |
Tuesday, 12 January 2016 - 15:33 |
AS7 : Cannot View Project Properties As of this morning, Project Properties is no longer available. Either from the menu or from ALT+F7. It flashes quickly, and then vanishes. Same computer, same... |
Thursday, 7 January 2016 - 14:11 |
Quark-328 - A Single Chip 184x160 VGA Game System for ATMega-328. Continuing the development of my new "Quark" Video Driver, I have now ported it to an ATMega-328. Even though this 28 PIN DIP Processor only has 2K of SRAM, it can perform the... |
Tuesday, 29 December 2015 - 01:30 |
Odd included file behavior. Since upgrading to AS7, I have noticed some odd handling of files included in a project. Both were assembly files, a "Driver" file with my Video Driver Interrupt, and a "User File... |
Friday, 11 December 2015 - 13:23 |