Discussion Title | Created date |
---|---|
Getting Code::Blocks to work with Ubuntu 10.04/10.10 AMD64 Hi I hope this info will useful to someone. Environment : AVR GCC 4.3.4, Code::Blocks 10.05, Ubuntu 10.04 Lucid & 10.10 Maverick AMD64 When I tried to compile a simple AVR... |
Tuesday, 5 July 2011 - 16:52 |
XMega current consumption confusion Hi I have been battling with a the XMega 128A1 devices and their current consumption. Here is a very simple test I did. Setup: STK600 + ATXMEGA128A1, no cables connected to any... |
Wednesday, 5 May 2010 - 10:17 |
jtagiceii.exe (ver 1.2.11) problems with Xmega PDI mode Hi I have been having a lot of trouble with the jtagiceii.exe (1.2.11) command line tool that is part of the AVR Studio 4 package (4.17b666). When I try a chip erase the Xmega... |
Saturday, 28 November 2009 - 19:05 |
Addressing SRAM beyond 64K in AVR Hi I an using WinAVR (with GCC compiler) for my development. I have an Xmega128A1 with 128KByte memory using 3 port SRAM mode. I cannot access beyond 64K memory address due to the... |
Thursday, 3 September 2009 - 13:51 |
AVR Dragon and AVARICE Hi I am trying to get the AVARICE utility to recognize my Dragon board in MS Windows. So far I have read articles and posts on working with Linux but not Windows or working with... |
Tuesday, 21 October 2008 - 21:55 |
Ouput of files to a new folder Hi I want to be able to generate all the output files such as .o, .hex, .lss etc. to a subfolder of my project called "output". I am using the example makefile from the WinAVR... |
Tuesday, 15 April 2008 - 09:33 |
Adding assembly file not working Hi I cannot get AVR Studio to compile the attached project. Nothing compiles when I try to compile using the AVR Studio generated Makefile. I get an error : gcc plug-in:... |
Thursday, 10 April 2008 - 13:07 |
Jump to bootloader from app - help needed Hi I am using an ATmega88P. Bootloader fuse set to 1024 words(ie. boot address is 0x1800) I want to always run the application code without starting up in bootloader. Only when a... |
Wednesday, 5 March 2008 - 12:50 |
Error with library files in Avr Studio 4.13SP1Build557 Hi I might have found an error with selecting of libraries in Avr Studio ver 4.13SP1Build557. I noticed the problem when I tried making GCC projects with the IDE and I needed to... |
Saturday, 27 October 2007 - 20:52 |
GCC generates an unwanted CLI instruction Hi I have come across something that is odd and need some help with it. I have made a simple program (AVR Studio project attached) as follows : //----------------------------- #... |
Sunday, 4 June 2006 - 21:50 |
Variable sit in EEPROM memory at address 10 Hi I would like to have a variable sit in EEPROM memory but have it at say EEPROM memory location 10. At the same time I need to initialise the variable to decimal 200 and this... |
Monday, 24 April 2006 - 21:21 |