Tech Support > Computer Hardware > Microprocessors
Atmel JTAG ICE and STK500
Posted on August 6th, 2003 | 3 Comments

Gentlemen, I am a newbie to microcontroller programming and seek your advice. I have a old and used but working ATMEGA32L processor board designed for some application. And I have a JTAG ICE from...

confused about MAC address generation
Posted on August 6th, 2003 | 0 Comments

Hi all I'm a bit confused about a tutorial found at the ieee site. I.e. 3com got the OUI assigned by ieee of 00-50-04 (hex) If I dump networktraffic from a system that is having such a 3com nic...

HC705 serial communication
Posted on August 6th, 2003 | 4 Comments

I have a device that has a MC68HC705J1ACDW microcontroller on it that I would like to try to emulate in software. The device is a display unit that has a couple status leds and a seven segment...

Re: what java enabled devices are there other than cell phones
Posted on August 6th, 2003 | 0 Comments

On Thu, 31 Jul 2003 19:59:12 -0500, Dan <dan6@pobox.com> wrote: The DVB-T MHP set top boxes contain a Java interpreter so that various hardware independent applications can be downloaded into the...

any cheaper AT89C51-like MCU
Posted on August 6th, 2003 | 0 Comments

I have a project design with AT89C51, but I want to look for second source for cost down, is there any pin-compatible MCU which cheaper than AT89C51? thanks in advance! -- Best Regard Danny Lu

How to decide Intel or Motorola
Posted on August 6th, 2003 | 8 Comments

Hello Embedded Gurus , I am trying to find out how to choose hardware for embedded application Intel pentium or Motorola powerpc etc .Are there any general guide lines depending up on the nature...

Problem using Trace32 OSE debugger
Posted on August 6th, 2003 | 0 Comments

I am running OSE Delta 4.5 on my MPC8260 CPU. For debugging purposes, I want to use 'Trace32 run mode OSE debugger' which connects to ose_dbgserver process over a TCP connection. After starting the...

Making small executables from arm-elf-gcc
Posted on August 5th, 2003 | 12 Comments

Hi. I'm trying to compile this program: int main() { int i, j; for (i = 0; i < 100; i++) { j = j+1; } return 0;

suspicious RAM problems - mvo
Posted on August 5th, 2003 | 4 Comments

Hi group, My company is doubting my applications; there are happening strange things in the field. It's about terminal running a state-machine on an old H8/500 processor. The problems seems to be...

Siemens / Infineo C16x Book Recommendation
Posted on August 5th, 2003 | 2 Comments

Can anyone recommend a good book for getting to grips with the C16X Family? I've done loads of other embedded stuff, but never with the C16X so any good recommendations are welcome. -K

AT91 USART configuration
Posted on August 5th, 2003 | 3 Comments

Hi, I am having problems setting up the USART on an AT91FR40162. The AT91FR40162 is an AT91R4008 integrated with a 2MByte flash chip. Basically, I disable P14 (TXD0) & P15 (RXD0) from the...

Help: CompactFlash card interface
Posted on August 5th, 2003 | 7 Comments

(Please view in fixed font :) Hi All I have built an IDE compact flash card interface for a particulat embedded system and all boards work except for one, which i am having consistant truoble...

Re: Who to complain to about ieee.org spammer?
Posted on August 5th, 2003 | 2 Comments

Thanks, I'll try those. I had a lot of trouble viewing ieee.org last night, I'm not sure why. I'd get fragmentary bits of HTML amongst text.. Regardless of where it's originating, he's using his...

Re: Some questions on embedded systems
Posted on August 5th, 2003 | 0 Comments

Java Micor Edition is confusing collection (about on dozen) of Java subsets definition by Sun. It started out for embedded devices and no is VERY focused on mobil phones. The restrictions of Java...

Re: Version Control in Embedded Systems
Posted on August 5th, 2003 | 37 Comments

"Yaakov" <H_shemisone@yahoo.com> wrote in message news:2a2c56bb.0307020321.16e28a83@posting.google.com... You mean is anyone not using formal version control systems for embeded systems? As embeded...

Win2000 from PCMCIA drive
Posted on August 5th, 2003 | 0 Comments

We have a machine we're trying to build that has a small CF card on an IDE controller, visible from the BIOS, and a 5 gig microdrive in a PCMCIA slot, which is not visible to the bios but is visible...

Re: Turn a divide into a multiply
Posted on August 5th, 2003 | 25 Comments

Neil Bradley wrote: What are the DAC resolutions - 8 bits in the PCA, or more external ? I can see the above eqn would have rounding errors, but if you tuned both the step size, and the 1ms time, a...

Raisonance 8051 C compiler
Posted on August 5th, 2003 | 4 Comments

I am thinking of using the evaluation version to compile a small program for a Dallas DS5000T. Would welcome any comments good or bad about said compiler. TIA, Arthur

viedeo to vga question
Posted on August 5th, 2003 | 0 Comments

Hi,all: I have some question about CCIR656 video to VGA: PAL resolution:720*576 pix clock(CCIR656):27/2=13.5MHz I want the SDRAM runs at 57MHz. What VGA mode do you recommend? 800*600 60Hz,

Re: UML and Embedded Product Development
Posted on August 5th, 2003 | 2 Comments

I have to disagree. I completed a medical device with a team of 3 programmers using UML (actually Shlaer-Mellor) diagramming and translation tools. The active objects were those that had...