Discussion Title | Created date |
---|---|
IDE opinion ...Eclipse or Geany I've seen a lot of talk about Eclipse being used with GCC and was wondering if anyone has used Geany also? I've used Geany under Linux and Windows but have never tried Eclipse.... |
Tuesday, 13 July 2010 - 04:03 |
Portability macros Are the portability macros (such as STORE/LOAD) distributed with WINAVR? Just wondereing if I'm just being redundant by keeping my own macro header file. Thanks, Mike |
Tuesday, 29 June 2010 - 02:10 |
Analog comparator reference selection Can someone verify if the bandgap selection bit is valid when used with the AC or is it only valid when using the AD unit? I was looking at the data sheet for the Tiny45 and it... |
Monday, 28 June 2010 - 13:22 |
Chan Fatfs I just updated my Mega2561 test program with the latest Fatfs from Chan Ver. 0.08 and noticed an odd behavior. IF I do a: di 0 = rc=0 ok fi 0 = rc=0 ok fl = rc=1 disk_err I get... |
Sunday, 6 June 2010 - 21:57 |
Acer Netbook power socket replacement I'm trying to replace the power socket in a netbook. There are 4 legs grounded to the shell and one positive leg on the connector. I've removed the positive leg and cut away most... |
Saturday, 29 May 2010 - 18:25 |
NiMH rechargeable battery pack I have a piece of test equipment that uses a battery pack that consists of 4 AA NiMH 2000ma batteries. The unit has a built in charger. The battery pack has a thermostat and what... |
Monday, 10 November 2008 - 02:06 |
PDA keyboards Anyone know if there is a standard keyboard interface/protocol used for PDAs? |
Sunday, 5 October 2008 - 11:50 |
inline assembly output In an attempt to get a grip on inline asm. I converted an .S file to a stub. Everything worked just fine, but one thing that isn't really clear still is when the output operands... |
Sunday, 21 September 2008 - 19:23 |
BASIC to C Translator interest Being an avid fan of BCX (The BASIC to C translator by Kevin Diggins) I was wondering if there would be any interest in something like this for AVRs? It can be useful to help... |
Monday, 15 September 2008 - 22:00 |
GCC support for >64K devices Is there a link that summarizes what the current support for the larger devices is? One thing that currently has me wondering is a bootloader that I'm porting for a Mega2561. I... |
Saturday, 6 September 2008 - 16:16 |
Far pointers revisited I'm aware of some of the far routines available but I would like to just get the significant high byte to a PROGMEM address. I can do this with inline asm, but was wondering if... |
Saturday, 6 September 2008 - 06:01 |
gcc argument asm macros When calling an asm routine from C the arguments are passed in r25, r24 ... Are there predefined macros in gcc for these? Seems like there would be in case the registers used ever... |
Tuesday, 26 August 2008 - 11:34 |