Discussion Title | Created date |
---|---|
USART stk500 terminal issues DARN DARN DARN! I spent way to much of my afternoon trying to lick this one and am submitting it to yall out of frustration.... I'm getting the relatively common bad output usart... |
Tuesday, 12 February 2008 - 03:47 |
my atmega 128 wont sleep!! so I have a function that attempts to implement an idle sleep...Im watching it hit the code, but it dosen't sleep...i see see leds, and it pluggs along ..As it looks in the... |
Friday, 7 December 2007 - 06:25 |
the debugger vexes me! First off let me say I really love avr studio. The visual studio esque layout is pretty helpful, and Ive grown accustomed to it. Though I was always a commandline, gcc, emacs kind... |
Thursday, 29 November 2007 - 20:38 |
load capacitence atmega 128 or any really So I ordered a few external oclliators for my atmega 128. The datasheet said load capacitence Cl should be within 6pf and 22pf So my question: If i bought a resonator with a load... |
Thursday, 22 November 2007 - 03:31 |
Another Usart problem so I have seen a number of threads with usart problems, but nne are helping me iron out alittle bug. I am trying to implement a wireless device. My wireless modules work. I am... |
Tuesday, 20 November 2007 - 17:37 |
My first shot at the ol LED PWM --what did I do wrong atmega128 stk500 As soon as ocr1a sets..the debugger hangs and wont advance to the next function. The device hangs too. Thing is I'm not sure right. I read the datasheet and... |
Friday, 16 November 2007 - 19:28 |
timing registers in atmega128 unreconized in compiler I'm running into another hurdle google is not fixing.. I am trying to call timing registers. Specifically: CLKPR=(1<<CLKPS1)|(1<<CLKPS0)); TIMSK0=(1<<OCIE0A... |
Thursday, 15 November 2007 - 01:49 |
This must be a timing issue I can't seem to get around to the main event of actually debugging my program because of some wierdness with the LEDs. When I run avr studio's debugger I can watch my code put... |
Wednesday, 14 November 2007 - 18:52 |
debugging terminal output library Does there exisit a solid debugging terminal library? I mean I know there is just straight output terminal libraries. The smiley micros one is the one I'm using atm. BUT it would... |
Wednesday, 14 November 2007 - 17:11 |
am I using delay wrong? Hi all my code has no other error than one that happens for each instance of calling delay ive tried utils/delay.h and delay_x i set the compiler optimization i dunno what it... |
Monday, 12 November 2007 - 22:45 |
passing a pin to a function what data type is a pin being passed to a function kinda embarrasing to ask...but really i googled for 20 min, got frustrated, and realized yall could tell me in 2 secs:-P Im just... |
Monday, 12 November 2007 - 19:33 |
RF troubles Hi all! Been a long time lurker, and the site has helped me through some major obsticles in my projects. But now after a few hours of research and forum whoreing I feel I cannot... |
Friday, 9 November 2007 - 00:07 |