Discussion Title | Created date |
---|---|
Timers with mega Hello, I am trying to get a 109 hz signal of a mega103 with a 4 mhz clock, and using the 16 bit timers. I believe I am missing something, here is what I have .. OCR1AL = 0x59;... |
Sunday, 1 December 2002 - 21:57 |
ISP in WinXP Hello, I am having prooblems doing ISP in windows XP, has anyone had this problem before. It is pretty much the same as windows 2k, is there anything special that I need to do.... |
Saturday, 25 May 2002 - 02:21 |
External Memory Hello, I was wandering about the EMIF. If I enable external memory, would I make a pointo a piece of memory ? like: var* = 0xC0A0; assign to mem address C0A0 then var = 0x0a;... |
Thursday, 23 May 2002 - 19:05 |
Mega memory interface I am working with LCD's on the atmega, and just had a few questions. I enebale the exernal memory interface, and attach the lcd to the appropiate connections. Now whenever I write... |
Wednesday, 27 February 2002 - 07:29 |
playing with strings I am just playing around with assembly trying to get familier with strings. I am trying to determine the length of the string, here is kinda how I started, but I need some help as... |
Sunday, 24 February 2002 - 08:21 |
Assembly Interrupts Why is that when you are declaring the first bits of the program, and you are declaring interrupts, that you have to put somthing inthe missing address: Example in 8515's the... |
Thursday, 21 February 2002 - 07:14 |
Dongle problem with XP For some reason, ISP has a problem keeping track of the dongle. One minute it says it there, and then after I laod a file it says cant find dongle. Actually after I do anything,... |
Wednesday, 20 February 2002 - 09:18 |
Assembler Tutor Can anyone point me to a good assembly tutor, taking it from the beginning. I have always been a 'c' person, and would like to learn assembly. Thanks! |
Wednesday, 20 February 2002 - 06:21 |
PWM Atmego103 In reading the datasheet, it looks like just setting the registers will cause the pwm to operate, do I need to write code that acts out of interrupts, such as compare = .. ? I... |
Sunday, 17 February 2002 - 08:33 |