Forums Search for: AVRStudio
AVRStudio and C under W98?possible?
inHi to all, recently i went from AVRStudio 4.11 to 4.12.460.Operating system is W98 The former never had a problem compiling ans simulating...
Hi to all, recently i went from AVRStudio 4.11 to 4.12.460.Operating system is W98 The former never had a problem compiling ans simulating fo rdebug asm files. I upgraded to the newest version to have the chance of programming in C. So i installed WinAvr and later AVRStudio; now AVRStudio is finally able to compile .c files but it crashes when i try to debug. I can see the blue sta...
AVRStudio 4 and GCCAVR
inDoes anyone have a link to information on how to integrate AVRStudio 4 and GCCAVR? I've found links on avrfreaks about AVRStudio3 and GCC, but...
Does anyone have a link to information on how to integrate AVRStudio 4 and GCCAVR? I've found links on avrfreaks about AVRStudio3 and GCC, but none on AVRStudio4. I think it would help if I could find how to specify the Tools arguments in AVRStudio 4. Thanks.
Bug in Avrstudio (4.16)?
inDear all, I used ATMega88 with avrstudio (4.16) and mk2 emulator. I found that the avrstudio displays the flash memory size to be 4k rather...
Dear all, I used ATMega88 with avrstudio (4.16) and mk2 emulator. I found that the avrstudio displays the flash memory size to be 4k rather than 8k after selecting the device. I now had not enough program size which is more than 4k. Do anyone has the same experience? Or you can try it out by lanuching a project by wizard! Thanks!
Bug found in GCC-AVR/ AVRStudio
inHi, I am using WinAVR-20040720 and AVRStudio 4.10. I have global variable definitions in main.c. One of which is char...
Hi, I am using WinAVR-20040720 and AVRStudio 4.10. I have global variable definitions in main.c. One of which is char version[10]="1.0"; However, the version becomes "", i.e., version[0]=0 when the program is debugged and the variable is watched. Do anyone encounter similar problem? Thanks!
Simulatring I2C communications in AVRStudio?
inHello, I'm trying to test my I2C code in the AVR simulator in AVRStudio. Is it possible to simulate an entire I2C communications session...
Hello, I'm trying to test my I2C code in the AVR simulator in AVRStudio. Is it possible to simulate an entire I2C communications session without having to resort to setting bits in the processor registers? Any tips? TIA -=- This message was sent via two or more anonymous remailing services.
AVRStudio questions
inHello, I have some questions regarding AVR development using AVRStudio where I couldn't get answers from google and friends. - how to...
Hello, I have some questions regarding AVR development using AVRStudio where I couldn't get answers from google and friends. - how to integrate my own tools into the tools menu I want to execute things as doxygen, astyle (or indent) I need to set some parameter as: working directory to start within or the current filename from the editor as commandline parameter some "programmer edit...
AVRStudio 4 with matrix keypad
inI'd like to be able to use a virtual matrix keypad with AVRStudio 4. It's a bit awkward setting up stumuli files, since these need to be...
I'd like to be able to use a virtual matrix keypad with AVRStudio 4. It's a bit awkward setting up stumuli files, since these need to be synchronised with the keypad scanning. Has anyone got any ideas? I think it might be possible with a plugin. This guy's got a virtual LCD and LED plugin, but it didn't seem to work out of the box and may have caused my Windows Explorer to crash. http...
key steps to get c-file debugging info into AVRStudio 4
inWhat are the key steps to getting AVRStudio 4.11 to show C source file debugging info (rather than an assembly listing of the flash...
What are the key steps to getting AVRStudio 4.11 to show C source file debugging info (rather than an assembly listing of the flash memory)? I've been trying different things for hours and nothing seems to work. I have an ATmega8535. Is there any documentation that focuses on the 20% of things that 80% of users would like to do (I'm assuming this to be something like the following): ...
Stellaris development
inIs there any free IDE/compiler/JTAG for the stellaris family ? Like the AVRStudio/WINAVR package ?? thanks, hamilton
Is there any free IDE/compiler/JTAG for the stellaris family ? Like the AVRStudio/WINAVR package ?? thanks, hamilton
Nice IDE for ARM?
inHi, Are there any (preferably free and/or open-source) IDE's for the ARM processor similar to AVRStudio, for example? Guy --...
Hi, Are there any (preferably free and/or open-source) IDE's for the ARM processor similar to AVRStudio, for example? Guy -- Posted via a free Usenet account from http://www.teranews.com
AVR stack problem
inI hope this is an okay group to ask this in, if not I apologise. (and could someone point me to a better location) I just got my deign up and...
I hope this is an okay group to ask this in, if not I apologise. (and could someone point me to a better location) I just got my deign up and running using an AVR Mega128. For some odd reason it looks like my stack is disabled. Within AVRStudio the stack monitor has all of the stack entries grayed out and each is labeled "disabled". How would I fix this? thanks, nprophet www.nprop...
MISRA-C 2004 code checker
inHi, I need a tool to check C code MISRA-C 2004 compliance: as I need it for various embedded compiler (GNU-ARM, Freescale CodeWarrior and...
Hi, I need a tool to check C code MISRA-C 2004 compliance: as I need it for various embedded compiler (GNU-ARM, Freescale CodeWarrior and AVRStudio), I thought about an external code checker (like PC-Lint for example). What can I use? Thank you
AVRStudio4
inI am using the AVRStudio4 to create .hex files, but I find that it is inserting code before the object I am trying to create. I used AVRStudio...
I am using the AVRStudio4 to create .hex files, but I find that it is inserting code before the object I am trying to create. I used AVRStudio once before, but an earlier version and had great results programming with my current setup. However, the old version that worked has been lost. When I try to export, I have to use CVAVR and go into terminal mode. The files created by the new studi...
AVR s/w emulator ?
inHi, Is it possible to use the AVR s/w emulator on AVRStudio running on a PC and somehow get external control signals (serial or parallel port)...
Hi, Is it possible to use the AVR s/w emulator on AVRStudio running on a PC and somehow get external control signals (serial or parallel port) that would correspond to signals produced by an actual AVR? The reason I'm asking is that I have to design a small scale electromechanical elevator model that would be controlled by a microcontroller together with PLC units and the AVR was sugg...
atmega128 date/time management
inHi, I'm a newbie into embedded programming. The project i'm working on is based on an Atmel avr atmega128 device (with a GSM device connected...
Hi, I'm a newbie into embedded programming. The project i'm working on is based on an Atmel avr atmega128 device (with a GSM device connected to it). The environment used is IAR EW with AVRStudio. Using the time.h library, i try to get the actual time with the following code : --------------------------------------------------- time_t now; time(&now); printf("Time is %s\r\n", ctime(...
Atmega Internal clock source accuracy
inHi, I find that Atmega internal 1MHz RC clock source is inaccurate. It is about 95% of 1MHz. I used 3V. I have tried to check the...
Hi, I find that Atmega internal 1MHz RC clock source is inaccurate. It is about 95% of 1MHz. I used 3V. I have tried to check the oscillator calibration byte by AVRStudio and then load the value into OSCCAL in the beginning of the program. However, the problem is still present. Could anyone tell me how to calibrate under this condition?
Atmel Atmega128L and Macgraigor Wiggler
inWe are regularly programming an Atmeg128l board with the Atmel JTAGICE + AVRStudio with no problems, but in production it would be useful to use...
We are regularly programming an Atmeg128l board with the Atmel JTAGICE + AVRStudio with no problems, but in production it would be useful to use a MacGraigor Wiggler to program the Atmel, as we already have one in our test/programming jig. MacGraigor don't support the Atmel AVR devices, but I reckon there should be a software solution to this, does anyone know what it might look like? TIA. ...
AVR ATmega644 mysterious reset ?
Hello All, I'm having a hard time struggling with a reset of my application. The Atmega644 is used for an RFID application and handles...
Hello All, I'm having a hard time struggling with a reset of my application. The Atmega644 is used for an RFID application and handles communication + protocol and all RFID operations including an anticollision scheme. The anticollision is implemented via recursive call's. The application is written in CodeVisionAVR C compiler vers. 1.25.2. I'm debugging in AVRstudio vers. 4.12 buil...
STK500 firmware upgrade failed - Help!
inHi all, I was just trying to use an STK500 AVR development board. My version of AVR studio told me I should upgrade its firmware. I did, and...
Hi all, I was just trying to use an STK500 AVR development board. My version of AVR studio told me I should upgrade its firmware. I did, and as luck would have it the power lead came out during the upgrade. Now when I turn on the STK I only get the red power LED. No other LEDs light up, and I cannot talk to the board via AVRStudio. I need to get this board running ASAP. Is it possib...
AVRStudio School Task - Need help with ASM
inWrite a program that multiply two _unsigned_ 16bit numbers and the result is 32bit number. First number is in R9:R8, second is in R11:R10 and...
Write a program that multiply two _unsigned_ 16bit numbers and the result is 32bit number. First number is in R9:R8, second is in R11:R10 and the result is in R15:R14:R13:R12. 1st type: First number (R9:R8) shift to right and if Carry is set add second number (R11:R10) to the result. Second number multiply with 2 in every step (shift to left) 2nd type: use MUL ****************...