Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by venz

  1. V

    Looking for K-means clustering algorithm

    Re: K-means clustering k-means in general is fairly simple to implement. The results of the algorithm depend a lot on your parameters. First off, finding true k is essential. Use a cross validation with a scree plot to find the true k. k-means tends to be sensitive to the random clusters...
  2. V

    which is the best compiler or IDE for MSP430f series microcontrollers

    It all depends on what you to do with it. For professional use it would be convenient if there's good support and that the application is robust. For amateur/home use a free compiler like GCC/Eclipse is great. I have used all sorts of IDE's/Compilers and they all have their pros/cons. We have...
  3. V

    HP iPAQ H5550 SChematics, manual?

    Hi, Does anyonbe know where to get a schematic or servicemanual for a HP iPAQ H5550? I'm having problems with the display. It seems to work fine for most of the time, but sometimes the display seems to fail. The backlight works but there's no pixel data. thanx in advance.
  4. V

    Compact Flash in Memory Mode and AVR

    pic a compactflash card I have built a Compact Flash Data acquisition system with ATMega128 and FAT16 support. I can't give you any sources...sorry... The problem is that you have to meet the timing of the CF Specification. With my 16MHz system i had to do this by adding 2 wait states. It...
  5. V

    Companies which offer online free sample ordering

    lcd free samples I've started this new thread to compile a list of vendors who supply free samples of their CPUs/MCUs. If you know any new one's or some exceptions, feel free to reply. ATMEL:- AT91xxx 32-bit ARM7TDMI - AT90xxx 8-bit AVR - ATtinyxxx 8-bit AVR - ATmegaxxx 8-bit AVR - AT8xxx 8051...
  6. V

    Free CPU List + website link

    maybe someone can compile a list with MCU's/CPU's you can really get free as a sample request??? Like: ATMEL: AT91xxxx ARM7TDMI core, free samples from www.atmel.com hopefully a lot more???
  7. V

    Xilinx Parallel Cable IV Schematic...Anyone???

    xilinx parallel iv OK, i guess that is not an option then... too bad. Does anyone have a picture of the inside? So i'll have to buy the cable then. thanx for the info guys.
  8. V

    Xilinx Parallel Cable IV Schematic...Anyone???

    xilinx parallel cable iv Hi, Does anybody have the schematic for the Xilinx Parallel Cable IV??? There have been some changes because it now supports ALL Xilinx FPGA's. It can support 1,5-5V supply voltage. There have been some schematics for the Xilinx Parallel Cable III, but this doesn't...
  9. V

    Looking for info on HCS12 Programming...

    Does anyone have some experiance with programming Motorola's HCS12 microcontroller in C? I'm looking for some good examples on peripheral programming. Also external addressing on the multiplexed Data/Address bus. (A Little unclear in documentation) Are there any libraries for peripherals...
  10. V

    Help me with C routines that draws 30x30 bitmap for a microcontroller

    hc12 with glcd uC/OS is for Microcontrollers. HCS12 is fully supported. Check it out. www.ucos-ii.com
  11. V

    any good microcontroller with lots of flash/ram inside?

    microcontroller with 2mb ram why not Motorola HCS12 Series? Up to: 512kB Flash, 12kB RAM 4kB EEPROM 2 x SCI 3x SPI 2x CAN (one even has 5x CAN) IIC 16 channel 10-bit ADC 50MHz Clock (25 MHz BUS) 8 channel 8-bit PWM (Or 4 channel 16-bit) Package 80-pin QFP or 112 LQFP. Voltage: 5V. The...
  12. V

    Looking for opinions on HCS12

    specifications look great, might be using it soon... keep me informed if you'll use it.
  13. V

    RTOS and AVR ATMega128...

    rtos mega128 what is the difference between cooperative & preemptive?
  14. V

    RTOS and AVR ATMega128...

    atmega128 rtos Any experiance with EhterNut NOT/OS? greetz, venz.

Part and Inventory Search

Back
Top