Discussion Title | Created date |
---|---|
GCC 4.7.2 EEMEM storage Hi all, I switched to GCC 4.7.2 compiler and noticed that the EEMEM variables are stored in reverse order. Example if I declared two variables as shown below char EEMEM ch1; char... |
Tuesday, 7 April 2015 - 07:55 |
ATMEGA168PA USART problem Hi all, We have been using ATMEGA168A devices in one of our products and recently the supplier sent ATMEGA168PA devices. When we tried a simple USART program the baud rates are... |
Sunday, 7 September 2014 - 05:04 |
Creating a memory section not loadable Hell all, I have created an external EXEEPROM section as shown below #define EXEEPROM _attribute__((section(".exeeprom"))) and in makefile LDFLAGS += -Wl,--section-start=.... |
Sunday, 30 March 2014 - 17:39 |
Debugger showing archive source Hello all, I created an archive (lib) file using avr-ar utility, by adding two .o files in a folder. The original sources were compiled using Winavr, makefile and PN. I created a... |
Sunday, 10 March 2013 - 15:30 |
timer.h seems to have vanished in the new release!!! Hello all, Felt very happy :D to note the release of newer version of WinAvr. Downloaded and thought I will just check out , loaded an existing project and tried to compile. CBU... |
Wednesday, 16 February 2005 - 01:47 |
Help TWI interface problem Hello all, I am using a Mega8 as TWI master and connected 4 EEPROM devices as slaves. The first slave address (in write mode) is 0xa0, the second 0xa2, the third 0xa4 and the... |
Wednesday, 3 November 2004 - 14:21 |
AVR ISP problem Hello everybody, I was using studio 3.65 and an AVRISP device to programme my Mega8. I upgraded to studio 4.10 and when I tried to prgramme, a pop up showed that the firmware is... |
Monday, 11 October 2004 - 18:14 |
compiler behaves erratic Hello all, I am using WinAvr by creating projects and writing code with out any problems. Yesturday I created a new project and wrote some code and tried to compile and I got... |
Sunday, 26 September 2004 - 05:40 |
PN2 problem Hello all, I am using the newest PN2. I am used to a particular layout of the editor (the default). ie. project window on left vertical, output window at the bottom and all the... |
Saturday, 28 August 2004 - 02:53 |
how to invoke c++ compiler Hello all, I had been using 'C' compiler for some time. I now intend using C++. How do I invoke the C++ compiler? Do I need to make changes to the Make file? Thank you. |
Saturday, 14 August 2004 - 02:37 |
Help on bootloader Hello all, I want to develop a 'C' code which I would like to load as boot loader (higher address). Upon reset this code will be executed by the processor, which will sample an... |
Friday, 25 June 2004 - 11:05 |
winavr problem? Helllo all, I have a peculiar problem with winavr/gcc. I created one project and am adding 'C' code and compiling it with no problems what so ever. Recently I created a new... |
Monday, 14 June 2004 - 17:52 |