Discussion Title | Created date |
---|---|
New reference docuement for AvrX on YahooGroups I've compiled/edited an AvrX reference document based on several separate documents and with some clarifications. Expert user input re errors/ambiguities welcomed. AvrX is... |
Saturday, 19 April 2008 - 17:21 |
Question For a Rowley CrossWorks user I am evaluating Crossworks for AVR. Looks very good so far, e.g., click on function name in edit, jumps to that file and line. I have a lot of WinAVR (GCC) code to migrate. I see... |
Saturday, 19 April 2008 - 05:37 |
Q on JTAG JTAG novice here... Just built an NKC Electronics JTAG board; mega16-based clone, it says. I wired up a cable to connect it to the ETT mega128 "stamp" (futurlec.com). Check,... |
Monday, 14 April 2008 - 04:07 |
flash partial erase question If one wishes to put code and code-related constants like strings in area A of flash, and large amounts of text like HTML in area B of flash, are the following correct? 1) Using... |
Thursday, 3 April 2008 - 07:14 |
studio close all windows WinAVR and Studio Each time I run AVRstudio, it opens the 15 or so source code files for whom the windows were not all closed when last I exited Studio. Is there a way to either... |
Wednesday, 2 April 2008 - 05:56 |
long long types and libc any support in vprintf for 64bit long long? |
Wednesday, 5 March 2008 - 02:48 |
Q: GCC w/Studio- Include file directories I'm confused about how GCC with the Studio IDE handles include file directories. The IDE provides a means to input via a window form, a list of include file directories. If I do... |
Saturday, 1 March 2008 - 23:58 |
WinAVR with Studio - IDE startup My IDE for WinAVR with AVR Studio launches a C project by opening one window for every single-wingle C and H file. In cascade. I've fiddled, but cannot figure out how to config... |
Thursday, 21 February 2008 - 03:49 |
array of pointers to strings in flash- how to code? How do I code an array containing pointers to strings in flash? Something like: PGM_P alpha[] = { PSTR("line 1"), PSTR("line 2"), 0 }; Which isn't correct, but gives the... |
Monday, 18 February 2008 - 01:22 |
BLIPS 4.0 bug in EEPROM loading Regarding BLIPS, a universal bootloader PC side GUI program plus the AVR side code in asm, fitting in 512 bytes... it is in the projects section here... an EEPROM data file that... |
Wednesday, 23 January 2008 - 01:20 |
Ethernet WizNet Wiz810MJ to AVR - collaboration Anyone else working to get the Wiz810MJ ethernet interface module to integrate with an AVR? I know of the Arduino effort. However, my use case needs more FLASH and RAM. At this... |
Wednesday, 16 January 2008 - 20:39 |
BLIPS v4 uploaded. BLIPS v4 uploaded to Projects section here. Minor change to PC side. https://www.avrfreaks.net/index.p... |
Tuesday, 27 November 2007 - 06:32 |