EmbeddedRelated.com
Memfault Beyond the Launch

Advice on switching microntrollers

Started by Anonymous in comp.arch.embedded18 years ago 25 replies

Ok, flamewar time I guess. I am looking to explore new microcontrollers because the ones I have under my belt are coming up short for what I...

Ok, flamewar time I guess. I am looking to explore new microcontrollers because the ones I have under my belt are coming up short for what I need. I have a lot of experience with the 16 series of PICs from Microchip, I have played with basic Stamps (I, II, SX), some experience with Motorola's HC11, HC12 and HC16 series. Currently I use Atmel's AVR (Atmega128) at work. But in trying to b...


circuit board production

Started by Anonymous in comp.arch.embedded17 years ago 4 replies

Some of you may remember me from the thread I started a month or so ago about building my own keyboard. Well, now I'm up to my eyeballs in the...

Some of you may remember me from the thread I started a month or so ago about building my own keyboard. Well, now I'm up to my eyeballs in the USB and HID specs and AVR datasheets. I've actually got something working using Atmel's AT90USBKey demo board. Now that I'm getting close to knowing what I want to build hardware-wise, how do I go about getting it produced? The AVR microcont...


FAT I/O code for Atmel 8051

Started by Sean Whitesell in comp.arch.embedded20 years ago 5 replies

I'm trying to find some code for my CompactFlash project. All the code I find is for AVR and obviously wont work. Does anyone have any...

I'm trying to find some code for my CompactFlash project. All the code I find is for AVR and obviously wont work. Does anyone have any full code I can have? OR can recommend a place to purchase code? Most of the code I have found for sell is for x86 boards. Thanks, Sean


Recommended Webshop in the US for STK500

Started by johannes m.r. in comp.arch.embedded20 years ago 7 replies

Hello, Since the Atmel STK500 is much cheaper in the US than in Europe (79USD in the US, around 120EUR in Europa are the prices I found) I'd...

Hello, Since the Atmel STK500 is much cheaper in the US than in Europe (79USD in the US, around 120EUR in Europa are the prices I found) I'd need a recommendation for a good webshop in the US. Of course it should be cheap ;), reliable. Shipping and handling shouldn't be too expensive (to the US, not to Europe; I'd ex-/import it myself). Thank you very much for any hints and tips! Regard...


32-bit RISC now cheaper than 8-bit

Started by Anonymous Remailer (austria) in comp.arch.embedded12 years ago 11 replies

The NXP LPC1110 starts at less than $1 for a 4KB flash part. That's cheaper than an AVR in my experience! I'm not really sure if it's all...

The NXP LPC1110 starts at less than $1 for a 4KB flash part. That's cheaper than an AVR in my experience! I'm not really sure if it's all that more powerful but it's good enough for me. The thing I like is that it also has a single I/O line debugging, just like AVR's DebugWire, which isn't available on all parts and for which you need to purchase ATMEL's programmer since no one else ha...


MP3 files on MMC

Started by kvpatel_2000 in comp.arch.embedded19 years ago 1 reply

I am using Atmel AT8xC51SND1C and would like to read and write MP3 files t MMC cards. Can any one point me to link or project that doing...

I am using Atmel AT8xC51SND1C and would like to read and write MP3 files t MMC cards. Can any one point me to link or project that doing anythin similar to this. I would like to use the finished code if possible. This message was sent using the comp.arch.embedded web interface o www.EmbeddedRelated.com


Atmel AT91SAM7S-EK evaluation board

Started by Ali in comp.arch.embedded16 years ago 14 replies

Hello All, I'll have few holidays in coming month so was thinking to have something interesting to play around. I have done...

Hello All, I'll have few holidays in coming month so was thinking to have something interesting to play around. I have done little work with ARMx with GNU tool chain but honestly i should say that there are still things that make me feel unfomfortable. I remember reading this [ http://www.embedded.com/design/opensource/200000632?_requestid=46173 ] 7 part article while ago an...


AT91SAM7L-STK Software?

Started by tomcee in comp.arch.embedded14 years ago 3 replies

Does anyone have any example software developed for the AT91SAM7L-STK board? The ATMEL supplied software is only a simple LCD...

Does anyone have any example software developed for the AT91SAM7L-STK board? The ATMEL supplied software is only a simple LCD scroll. Thanks, TomC


Samples and Freebies

Started by Jason in comp.arch.embedded18 years ago 4 replies

Hey gang, I have to admit, I'm a gadget whore and I love freebies, so this evening I've been walking up and down google, looking for...

Hey gang, I have to admit, I'm a gadget whore and I love freebies, so this evening I've been walking up and down google, looking for fun electronic samples. Stuff from maximm and Atmel have jumped out at me, but where else might an intrepid young geek find good, fun, free bits?


How important is the time investment in a CPU architecture?

Started by Chris Carlen in comp.arch.embedded19 years ago 4 replies

Greetings: Since I work in a research lab environment with a very wide range of responsibilities, I've decided to try to standardize as much...

Greetings: Since I work in a research lab environment with a very wide range of responsibilities, I've decided to try to standardize as much as possible on a minimum number of microcontroller platforms for embedded control/processing applications. The ones I have chosen are the Atmel AVR for smaller stuff, and the TMS320F281x DSP/microcontrollers from TI for applications requiring ve...


Atmel AT91 (ARM) Family

Started by putxi in comp.arch.embedded18 years ago 5 replies

Hello, Has anybody already worked with this microcontroller family? Which is your opinion? They seem very interesting because they use an...

Hello, Has anybody already worked with this microcontroller family? Which is your opinion? They seem very interesting because they use an ARM7 core processor and include very useful communications peripherals (ethernet MAC, usb controller, ...) Does anybody know if there are free developing tools: - compiler / linker: i guess that GCC may be useful as this family uses ARM7 cores. - [b...


AVRISP

Started by Hopkins in comp.arch.embedded20 years ago 23 replies

I have the AVRISP and when programming the ATMega 8 chip I have 2 chips out of four that have locked up when been reprogrammed to the point the...

I have the AVRISP and when programming the ATMega 8 chip I have 2 chips out of four that have locked up when been reprogrammed to the point the AVRISP programmer complains it can not enter programming mode. I asked ATMEL about the problem and they just said that I must have the wrong fuse bits set! IMHO why the hell should a product produced by a comercial company have a bug that allows...


AT91R40008 - I2C question.

Started by Johnny in comp.arch.embedded19 years ago 2 replies

I was looking at the Atmel AT91R40008 for a new design. However I realised it dosen't support I2C. Does anyone have a recommendation about...

I was looking at the Atmel AT91R40008 for a new design. However I realised it dosen't support I2C. Does anyone have a recommendation about how to interface a real time clock, and maybe a serial eeprom. Is an I2C bus master a sensible approach, perhaps from Philips? The main objectives are low cost and good availbility. regards, Johnny.


new members coming in AT91 family

Started by Fred* in comp.arch.embedded20 years ago 25 replies

hello, just found this info about new family members in the Atmel ARM7 microcontrollers.. the AT91SAM7S look really great...

hello, just found this info about new family members in the Atmel ARM7 microcontrollers.. the AT91SAM7S look really great : http://www.at91.com/www/products/flyer/smart_flyer.pdf


ansi c code testing

Started by praveen in comp.arch.embedded17 years ago 6 replies

Hi, I am writing c code for ATMEL 8051 core in ANSI c. we are using KEIL compiler for it. I want to test my c code and improve my...

Hi, I am writing c code for ATMEL 8051 core in ANSI c. we are using KEIL compiler for it. I want to test my c code and improve my programming skills. Can any one suggest the software tool that can test my c code for runtime errors?


USART microcontroller communication

Started by ahme...@gmail.com in comp.arch.embedded18 years ago 3 replies

Hello all, Consider the atmega48 microcontroller by Atmel corp. I want to connects its USART to my PC. Basically i want the microcontroller to...

Hello all, Consider the atmega48 microcontroller by Atmel corp. I want to connects its USART to my PC. Basically i want the microcontroller to talk to to computer. How can i do this? 1. Using a serial port? 2. Can a build my own PCI/ISA card for the pc so that it can read from the uC and send the data to the computer where other devices can use the information? 3. Other options?...


debugging the enc28j60 ethernet communication

Started by piyushpandey in comp.arch.embedded8 years ago 14 replies

Hi guys I am trying to interface the enc28j60 ethernet controller with one of the Atmel cortex microcontroller and my development...

Hi guys I am trying to interface the enc28j60 ethernet controller with one of the Atmel cortex microcontroller and my development environment is IAR embedded workbench. what I am trying is that I am trying to get the ip address assigned to my controller with the dhcp module. Actually the whole network is laid down as follows: I have one D-Link router of series 600M and through this ...


Makefile or not?

Started by pozz in comp.arch.embedded5 years ago 44 replies

What do you really use for embedded projects? Do you use "standard" makefile or do you rely on IDE functionalities? Nowadays every MCU...

What do you really use for embedded projects? Do you use "standard" makefile or do you rely on IDE functionalities? Nowadays every MCU manufacturers give IDE, mostly for free, usually based on Eclipse (Atmel Studio and Microchip are probably the most important exception). Anyway most of them use arm gcc as the compiler. I usually try to compile the same project for the embedded target...


Q: Best Microcontroller for this job

Started by --|-- in comp.arch.embedded20 years ago 5 replies

Hello i was looking at using a atmel 8515 or a pic (not sure which variant yet) for a project. The microcontroller will be connected to a...

Hello i was looking at using a atmel 8515 or a pic (not sure which variant yet) for a project. The microcontroller will be connected to a max186 for analog aquisitions which will be stored in an eeprom, also looking at a keypad ,lcd,x10 and serial pc interface to configure the unit and download data from the eeprom.. one of my concerns on the 8515 is the price @10$ but i can use gcc, i ...


Beta Testers Wanted

Started by PH in comp.arch.embedded18 years ago 4 replies

Hello All, We are a small company that produces a rapid prototyping system for 8-bit embedded systems, particularly the Atmel AVR. We are...

Hello All, We are a small company that produces a rapid prototyping system for 8-bit embedded systems, particularly the Atmel AVR. We are looking for a few people to write some code and beta test a new prototype SD/MMC card reader module for our system, and I thought there might be some interested readers in this newsgroup. If you think you can do this, please visit our website at ...



Memfault Beyond the Launch