Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx


Ads

Discussion Groups

See Also

DSPFPGAElectronics

AVRStudio

Comp.Arch.Embedded is a worldwide Usenet news group that is used to discuss various aspects of Embedded Systems development.

We found 55 threads matching "avrstudio"

You are looking at page 1 of 2.

The most relevant threads are listed first

AVRStudio 4 and GCCAVR

Joe - 2005-03-02 11:07:00
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. ...AVRStudio 4 and GCCAVR

AVRStudio and C under W98?possible?

blisca - 2008-03-03 11:47:00
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 AVRStudi...AVRStudio and C under W98?possible?

Re: Getting uisp to work in cygwin?

A. Drosos - 2005-06-04 10:50:00
Have you guys tried the latest AVRStudio 411b406SP2 with the SP2 patch? Same with latest WinAVR 20050214? I recently purchased an STK500 DevKit and am trying out some C development with WinAVR. I noticed when using the previous AVRStudio WinAVR combo that avrdude worked fine. Not any more. I now...Re: Getting uisp to work in cygwin?

AVRStudio 4 with matrix keypad

Joe Butler - 2005-03-19 20:00:00
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...AVRStudio 4 with matrix keypad

Re: Bug in Avrstudio (4.16)?

LittleAlex - 2009-04-30 11:18:00
No, not a bug. From the data sheet: "Since all AVR instructions are 16 or 32 bits wide, the Flash is organized as 4K x 16." The data sheet then goes on to describe important information about the flash memory in the device. I recommend reading it. AL On Apr 28, 9:22 am, cell wrote:...Re: Bug in Avrstudio (4.16)?

Simulatring I2C communications in AVRStudio?

Anonymous - 2006-01-31 09:14:00
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 ...Simulatring I2C communications in AVRStudio?

Re: Atmel Mega128 Tools

Sebastian Schildt - 2004-01-27 03:58:00
harshit wrote: > To add I am talking of the AVR Studio 3.5. It says on the site that it > supports assembly. > So does it support C and is it Free? > thanks AVR Studio has only the assembler integrated. With AVRStudio 4.08 it is possible to debug C Code. You have to program in another ...Re: Atmel Mega128 Tools

Bug found in GCC-AVR/ AVRStudio

2005-01-16 09:23:00
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? Than...Bug found in GCC-AVR/ AVRStudio

Re: key steps to get c-file debugging info into AVRStudio 4

Richard M. - 2005-03-15 02:30:00
Joe wrote: > 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)? > > > What compiler? If GNU C / WinAVR, can't find ya. Check out www.avrfreaks.net for info on that. If ImageCraft's ICCAVR, then...Re: key steps to get c-file debugging info into AVRStudio 4

customize tools in AVRStudio ? how to specify current file name

Adib Taraben - 2007-06-23 16:55:00
I want to integrate in AvrStudio some tools (astyle, doxygen), In the "tools"-"customize" dialog I need to specify the current editor file name and the path of that file. Are there any predefined macros for that (e.g %F for current file and %P for current path) ???? My google search gave m...customize tools in AVRStudio ? how to specify current file name

AVRStudio questions

theAdib - 2008-11-19 13:19:00
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 sta...AVRStudio questions

Nice IDE for ARM?

Guy Fawkes - 2006-08-27 04:35:00
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 ...Nice IDE for ARM?

Re: Simple bootloader for AVR?

sjohnnie - 2005-01-09 06:29:00
I found an appnote from AVR freaks that looks interesting. It says the bootloader works in combination with AVRprog (AVRstudio), but since all code is supplied, it shouldn't be hard to figure out the available functionality (and build your own update.exe ?). http://www.avrfreaks.net/Tools/showto...Re: Simple bootloader for AVR?

Re: ATTiny2313 Timer1 output compare broken in AVR Studio ?

hillsh - 2005-02-27 14:07:00
Yes, I have run across the same problem and reported it to atmel who have acknowledged that it is a bug in the simulator. avrstudio 4.09 simulates the timer 1 compare match properly, but timer0 does not seem to run properly... ...Re: ATTiny2313 Timer1 output compare broken in AVR Studio ?

Re: PIC versus AVR

FreeRTOS.org - 2006-08-04 03:54:00
> Are you forced to install in C:\Program Files, or do you mean, you must > have write permissions to the EXE host directory ? > ( which is slack of them, if true ) I have both MPLAB and AVRStudio installed in c:\devtools. Regards, Richard. http://www.FreeRTOS.org for Cortex-M3, A...Re: PIC versus AVR

AVR stack problem

2005-05-05 12:13:00
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 gr...AVR stack problem

Re: AVR studio on Win95 OSR2?

Gary Kato - 2004-07-18 22:06:00
> Since I failed to install AVRGCC on my notebook with Win98, I wouldn't > surprise that one cannot install AvrStudio on Win95. > AVRGCC is different from AVR Studio. AVR Studio 4.09 installs and works just fine under Windows 98. Well, except for that bug I reported for 4.07 that they still...Re: AVR studio on Win95 OSR2?

MISRA-C 2004 code checker

djordj - 2009-04-06 17:47:00
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 ...MISRA-C 2004 code checker

Atmega Internal clock source accuracy

eeh - 2005-08-31 03:01:00
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 any...Atmega Internal clock source accuracy

Atmel Atmega128L and Macgraigor Wiggler

Pat Barlow - 2004-09-27 12:02:00
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 re...Atmel Atmega128L and Macgraigor Wiggler

AVR s/w emulator ?

A. Drosos - 2005-03-05 03:21:00
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 elevato...AVR s/w emulator ?

STK500 firmware upgrade failed - Help!

Al Borowski - 2005-04-20 09:14:00
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, ...STK500 firmware upgrade failed - Help!

Re: ATMEGA / AVR GCC - newbie questions

Jeroen - 2004-11-17 18:34:00
"DanD" wrote in message news:9chnp057586oh2ev05htg70f2lar4g07n6@4ax.com... > I want to re-port an existing ATMEGA project that I did some time back > (in asm) to 'C' and would like to use the AVR GCC compiler. Can anyone > give me some basic steps to getting started? > > Thanks for a...Re: ATMEGA / AVR GCC - newbie questions

Re: Cannot read fuses on ATMEGA8515 using STK500

Vladimir Vassilevsky - 2009-02-24 10:16:00
M.O.B. i L. wrote: > I cannot read fuses on ATMEGA8515 using STK500 (I have only tested this > so far) in Linux (Kubuntu 8.04) using avrdude 5.5. I have tried > variations of this command such as using sudo, but nothing works. Quit being puffed up, install Windows, install AvrStudio a...Re: Cannot read fuses on ATMEGA8515 using STK500

Re: AVR, UART

Meindert Sprang - 2004-05-13 09:18:00
"Umpa" wrote in message news:c7vap2$n7e$1@atlantis.news.tpi.pl... > > Have you set the fuses to use an external XTAL ? if you have not you will > > still be using the internal 1MHz RC-oscilator (as that's how Mega16's > > come out of the factory :) ). > > > In the aplication I use...Re: AVR, UART

Re: AVR IPS programming problems

Meindert Sprang - 2004-10-04 09:04:00
"Rene Tschaggelar" wrote in message news:41614849$0$23954$5402220f@news.sunrise.ch... > > I'm using a similar network, 10k up, 100nF to GND and 100 Ohm > to the ISP. > > Hmm, the lot runs on 5V or perhaps lower ? Everything runs at 5V. > I once found that there is some bit timin...Re: AVR IPS programming problems

Re: Looking for the right 8051 to use on your next project ?

Nappy - 2006-02-04 11:23:00
"Tilmann Reh" wrote in message news:ds1q5r$1la$1@online.de... > Nappy schrieb: > > > Yes.. I currently have 3 projects with the LPC932. I need a faster device > > with more flash than the LPCs can do. > > Agreed, the LPC900 is a very nice family. > > For even more speed and ...Re: Looking for the right 8051 to use on your next project ?

Re: AVR compilers

Jeroen - 2005-01-09 12:21:00
"mc" wrote in message news:41e0c8b3$1@mustang.speedfactory.net... > OK, another deep theological question... > > > What do people think of each of these...? > > CodeVision C for AVR > ImageCraft C for AVR > IAR C for AVR > gcc for AVR > BASCOM for AVR > > Any of them no...Re: AVR compilers

AVRStudio School Task - Need help with ASM

2006-11-23 06:37:00
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. Secon...AVRStudio School Task - Need help with ASM

Re: small uCs with CAN?

2006-01-19 13:34:00
My advise is to stay with AVR if possible. The free WinAVR + AVRStudio is one good point to stay there. I don't know where you are located, but if you are in Europe don't fool to go with Japanese vendors, they don't provide any support for small customers and you will have hard time to buy anyth...Re: small uCs with CAN?

Silicon bug in Atmega2560?

Meindert Sprang - 2009-05-14 07:29:00
Hi Guru's, I have come across something weird. I have a bit of code on an Atmega2560 that does three things: is initialises two timers in CTC mode, it initialises the SPI port to talk to an SD card and it enables the SD card interface chip by setting PB5 high. This port pin is on the same port...Silicon bug in Atmega2560?

Re: AVR studio on Win95 OSR2?

Aleksandr Baranov - 2004-07-18 21:47:00
Since I failed to install AVRGCC on my notebook with Win98, I wouldn't surprise that one cannot install AvrStudio on Win95. "Lewin A.R.W. Edwards" wrote in message news:608b6569.0407171856.3b887299@posting.google.com... > Has anyone successfully installed AVR Studio on Windows 95? The > ...Re: AVR studio on Win95 OSR2?

Re: How to strip a tiny avr?

linnix - 2006-09-18 18:01:00
Peter Harrison wrote: > linnix wrote: > > > Just the follow 2 routines take up over 1K. I guess tiny15 is > > definitely out. I think I will go with the tiny45. > > > > --8 > FWIW I compiled this with GCC 3.4.6 and it generated 418 bytes of code. > This was measured by addi...Re: How to strip a tiny avr?

atmega128 date/time management

Didrik Pinte - 2006-08-10 05:55:00
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 : ----------...atmega128 date/time management

WinAVR : problem for getting extcoff format for AvrStudio 4

tamilmaran s - 2004-10-27 10:15:00
hi, i am new to this AVR core. I am using gcc-avr for building source file and AvrStudio4 for simulation. when i do built using make_all , i am getting a efl format file but by using make extcoff , i got error messiage like this > "make.exe" extcoff make.exe: *** No rule to make target `e...WinAVR : problem for getting extcoff format for AvrStudio 4

Re: What is the best embedded systems simulator

FreeRTOS.org - 2007-09-20 08:54:00
"alex" wrote in message news:1190291748.673066.158990@y42g2000hsy.googlegroups.com... > What I ma looking for is display of chips components connections, > programmable etc. Runs on multiple Windows platforms. > You are going to have to be more specific. MPLAB simulates PICs, AVRStudi...Re: What is the best embedded systems simulator

Re: Architectures

www.FreeRTOS.org - 2005-01-06 04:21:00
"mc" wrote in message news:41dc14ef$1@mustang.speedfactory.net... > At risk of starting a religious war... > > What do people think are the comparative merits of the AVR, PIC, and 8051 > architectures? > > Which one would you choose if you were teaching beginners, or helping > so...Re: Architectures

newbie question; how to load code to chip?

Rusty Wright - 2004-11-14 02:02:00
I'm interested in learning about and programming embedded microcontrollers. I'm on a shoestring budget though. I'm looking at the Atmel AVR chips since there is a large user community for them. In order to get my feet wet is it necessary to get the STK500 development board or can I get start...newbie question; how to load code to chip?

Re: Simple & small MCU with 4 UARTS

eliben - 2009-01-01 10:17:00
On Jan 1, 3:12=A0pm, ratemonotonic wrote: > On Dec 31 2008, 7:53=A0am, eliben wrote: > > > > I need an MCU with 4 UART (@ 38.4 KBaud each) and several IOs. The 4 > > > UARTs is a problem, because the simplest MCUs (PIC, AVR) don't have > > > chips with this amount (AFAIK). > ...Re: Simple & small MCU with 4 UARTS

AVRStudio4

2004-07-29 00:00:00
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 ...AVRStudio4
| 1 | 2 | next