Tech Support > Computer Hardware > Microprocessors
PIC to ethernet - is it possible?
Posted on June 18th, 2005 | 19 Comments

Hi, My research into my embedded webserver project is going in circles. I need to find some way to connect the PIC to an ethernet controller before I attempt to write a working TCP/IP stack. I have...

Re: Inline assembler on PowerPC
Posted on June 18th, 2005 | 14 Comments

On Mon, 13 Jun 2005 21:50:28 +0800, David R Brooks wrote: Imho, the easiest way is to do it ... in C: static inline bool1 kSetVector (uint1 level, pVoid func, int type) { register uint1 _level...

Saving data in CPU on-chip EEPROM
Posted on June 18th, 2005 | 36 Comments

Hi all, What happens if during saving the parameter in byte of EEPROM( it takes about 5-10 msec)the Power Down occurs.What should be in the byte programmed ? The same value/ The next value/...

Bluetooth module help?
Posted on June 18th, 2005 | 3 Comments

Hello, I have done some work with Bluetooth modules in the past and have connected them to microcontrollers. However, I am still unclear as to what the best module for my applications is. My main...

Stream mp3 files
Posted on June 18th, 2005 | 0 Comments

Hi, I am going to make a mp3 network device. The device consists of a mp3 decoder and an ethernet chip. The mp3 cannot be uploaded fully before playing as the uploading delay is concerned and the...

Running 2 RTOS in a single device/application
Posted on June 18th, 2005 | 4 Comments

Dear all, I am currently working in on a consumer electronics device.We are in the process of debugging few bugs in the software which does the work of displaying menus and controlling the hardware...

WinCVS & CVSNT
Posted on June 18th, 2005 | 5 Comments

Hi, just starting up a version control system at my company and wondered if anyone is using WinCVS & CVSNT and what do you think of them? Are there any useful forums for them? thanks

Buy electronic components
Posted on June 17th, 2005 | 2 Comments

Hello Group I would to buy electronic components throught Internet.Not a large quantity but a few pieces (1 or 2).The components are RF diodes for example HSMS8252 from Agilent or ADC for example...

Embedded Hardware
Posted on June 17th, 2005 | 0 Comments

i've tried to find some webpages about embedded hardware reviews and list of suppliers like soekris (embedded hardware with opensource support). is there anyone who knows some?

RS232 to Flash logger
Posted on June 17th, 2005 | 1 Comments

Hi All, Anyone know of a readily available commercial product which can log RS232 data & store it on a removable flash card i.e.. SD /MMC/ XD etc. The instrument will be writing ASCII CSV...

AVR + Ethernet TCP - performance??
Posted on June 17th, 2005 | 6 Comments

Hello Anyone has used a TCP/IP on AVR?? I'm planning to build a system consisting of ATMega128 + external SRAM + RTL 8019. I'm thinking of use "uIP TCP/IP Stack". It will be sending about 200-500...

Need HElp Please to Identify Microchip 35-8024-00
Posted on June 17th, 2005 | 1 Comments

Hello Group, I am facing the seemingly impossible task to identify a SMD chip marked Microchip 85-8024-00 . Microchip obviously has no such part number listed nor do I ever recall seeing such part...

Way OT - UL, CSA etc
Posted on June 17th, 2005 | 4 Comments

Hi, I know there's got to be a more appropriate group to post this, but I can't find one. Does anyone know of a good consultant who can help me design to UL508C, CSA 22.2#14 & EN50178 ? Where else...

problem while executing program from external SDRAM
Posted on June 17th, 2005 | 9 Comments

Hi all, I made a board using sharp LH79520 and micron sdram 8MB and flash memory. I made a boot loader (running from the flash) which is just putting the binary image (made by the crossworks IDE)...

TTCAN Evaluation Chip
Posted on June 17th, 2005 | 0 Comments

Hi! Has anyone got any experience using the "TTCAN Evaluation Chip" from Bosch(http://www.semiconductors.bosch.de/de/20/ttcan/20/2-evaluation.asp)? I´m thinking of using it to build up a TTCAN...

BGA Rework/Prototype Placement Anyone?
Posted on June 17th, 2005 | 3 Comments

(This was originally posted on sci.electronics.design and was intended to be cross-posted to these groups but that got missed before sending. So here it is posted to these groups but not...

MIDI Decoder Chip?
Posted on June 16th, 2005 | 16 Comments

Is there an IC that will decode MIDI data? I need something that I can use in an embedded system with a fairly simple (e.g. 8051 or PIC) microcontroller. Ideally the chip would take MIDI data...

Leapster L-MAX or VSmile
Posted on June 16th, 2005 | 0 Comments

Does anyone have any idea what insides of the leapser l-max learning guide or VSmile consist of? their websites say they've got a touch screen and a VGA out, thats pretty exciting for 99 bucks (soon...

Newbie - TIMERS
Posted on June 16th, 2005 | 2 Comments

Hello, I'm quite lost with the configuration of the timers reload. For example: my 8051 is working at 6MHZ, and I want an interruption on the timer0 each 1 ms, How should I configure TH0 and...

problem in thumb mode
Posted on June 16th, 2005 | 1 Comments

Hi, I are facing performance related issues in my ARM project, I am using th ATMEL AT94M55800 ARM7 chip, I planned to go for the thumb mode but it GCC (3.3.2) dose not seem to compile properly in...