Discussion Title | Created date |
---|---|
Different size elements in same structs? Is there any way to dynamically allocate memory to elements of structures |
Monday, 2 July 2007 - 03:18 |
Reading Port Pins Sorry for asking such a question. |
Friday, 6 January 2006 - 07:46 |
error in AVRStudio but not in KAMAVR, (same program) I have a project that requires the use. |
Tuesday, 29 November 2005 - 17:21 |
More servo resolution using 8 bit PWM Using the Clear Timer on Compare or Phase Correct PWM to control a servo; I'm only able to get 4 bits of resolution. |
Saturday, 13 August 2005 - 17:37 |
operating on unsigned long(32bit) is only good up to 16bits? I'm using var = unsigned long (32bits), but I am only able to operate on var up to 16bits. I can explicitly make var = 2147483648 (same as 2^31) and it keeps and prints the... |
Thursday, 9 June 2005 - 16:52 |
printf not working (newbie) I just switched from iccavr to winavr compiler. On one program, printf works when compiled with iccavr, but does not work when compiled with winavr. I don't know much about using... |
Wednesday, 8 June 2005 - 03:54 |
working on long bit array I need to convert an array of bytes into an integer. The problem is that the MSB of each byte needs to be removed before converting to int. I am using ICCAVR. |
Tuesday, 7 June 2005 - 15:26 |
ADC 10Hz 3 channel scan {Solved} Device: ATMEGA32 I've been through the doc many times but find the section on ADC to be pulling in all directions. |
Wednesday, 25 May 2005 - 08:25 |