Discussion Title | Created date |
---|---|
selecting the clock source (here: atmega162) Hi all, if I interprete the manuals correctly, the CPU clock source is exclusivly determined by the fuses, i.e. if the controller starts with the internal oscillator, it is not... |
Monday, 28 February 2005 - 10:20 |
update AVRStudio 4.09 -> 4.11 good morning all, I would like to update my AVRStudio. Is it still neccessary to uninstall 4.09 before installing 4.11 ? sincerely Jens |
Wednesday, 2 February 2005 - 07:03 |
C function located at 0000 Hello AVR freaks, When I look into my disassembly window, I see that one of my ordinary C functions (named "TelegramControl") is located at the beginning of the interrupt vector... |
Thursday, 2 September 2004 - 11:53 |
#define + macro Hello, maybe this isn't a GCC specific question, but it's about C and hopefully easy to answer and thus not too annoying: I have some status bytes and bits defined as #define... |
Tuesday, 31 August 2004 - 13:28 |
Breakpoints in AVRStudio 4.10 Hi AVRFreaks, I have a problem debugging my code compiled by GCC 3.41 (yes, I posted my problem already in the AVR-GCC forum, but I'm still stuck) My basic problem is that my code... |
Sunday, 22 August 2004 - 17:43 |
WinAVR + AVRStudio 4.10 Hello AVRFreaks, I'm stuck in the attempt to emulate my code after compiling it with the WinAVR GCC. (It runs well when compiled with ICC) I have the GCC 3.41, and I feed it with... |
Friday, 20 August 2004 - 15:47 |
defines in Makefile Hello all, shure this isn't a GCC specific question, but maybe someone can tell me what line of code I have to add to my Makefile to get a global definition for the compiler ? I'd... |
Saturday, 14 August 2004 - 13:03 |
Dealing with 9th UART bit on AVR (here ATmega162) hi, can anybody give me a hint for using the TXB8 / RXB8 bits ? I wrote a piece of code which sends bytes with alternating 9th bit (TXB8 = 0), then (TXB8 = 1) That works fine, as... |
Sunday, 1 August 2004 - 10:53 |
AVRStudio4 and C structures If I use C data structures ("struct {}") in my code and add them to the watch list while simulating in AVRStudio4, their value is always "not in scope". Simple data or arrays are... |
Thursday, 15 July 2004 - 21:21 |
STK500 + AVRmega162 Hallo, can anybody tell me in which socket I have to put the AVRmega162 ? The STK500 manual sais: ATmega161 : SCKT3000D3 ATmega163 : SCKT3000A3 (ATmega162 is not listed.) thanks a... |
Monday, 21 June 2004 - 11:10 |
Using the stack in Studio 4.09 and ATJTAGICE mkII I just started to work with Studio 4.09 and ATJTAGICE mkII + ICCAvr Compiler Demo Version + ATmega128 Debugging works fine so far, as long as I don't use subroutine calls, because... |
Friday, 18 June 2004 - 22:42 |