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 metao

  1. M

    Pic or 8051 , which is perfect for me?

    if u need low cost and low power. I suggest PIC in nanowatt series (Internal clock, 2-5 V,ADC 10 bit,EEPROM,watchdog) less External Component require
  2. M

    how to ust FPGA to implement a microcomputer

    Try NIOS II (32 bit soft core) from altera Free and good document for starter
  3. M

    serial communicatin with pc in C18 compiler

    rcsta port c18 cause of error may .. 1 error in broadrate timming 2 differance between sign data and unsign data 3 number of stop bit 4 number of bit per transmit
  4. M

    Interfacing between Flash Memory and Microcontroller problem

    write program to check BOR (Brown Out Reset) if occure while Erase ... Erase entire block use higher current than write data a lot Check your flash memory datasheet
  5. M

    Problems with the communication between PC and Nios board

    *uart*.c + nios Try use hyperterminal for verify error or try read data from serial port if port OK U should got some data stream
  6. M

    What is the price of Flex 10K70 FPGA ?

    flex 10k70 Check in www.digikey.com exac approx 200 US
  7. M

    Problems with using CAN on pic18f458

    Re: CAN on pic18f458 Try to use loop back mode for test your code (Careful acceptance filter in Can module ) if your code work you should get data that your send. if still not work i think your hardware have problem.
  8. M

    Need a working bootloader for PIC 16f876/877

    This application note frome Microchip https://ww1.microchip.com/downloads/en/AppNotes/00732a.pdf code https://ww1.microchip.com/downloads/en/AppNotes/00732.zip for imprement bootloader for pic16f87X
  9. M

    Need microcontroller with fsk generation

    MCU from Microchip rfPIC MCU 8-bit 20 Pin with UHF ASK/FSK Transmitter rfPIC12F675K 290-350 MHz ASK/FSK rfPIC12F675F 380-450 MHz ASK/FSK rfPIC12F675H 850-930 MHz ASK/FSK
  10. M

    which kind of PIC MCU to begin with?

    I suggest you shoulde start with PIC18F452 or PIC18F4320 Becase PIC18 memory isn't page memory like PIC16 that programer not worry about paging when you write asm . And if you use C pic18 is good choise 4 U.
  11. M

    What's the A in PIC16F628A stands for?

    difference pic16f628 and pic16f628a PIC16F628 don't have analog comparator module. PIC16F628A integrated analog comparator. and Configulation bit pattern are differance.
  12. M

    Do I need a clock function while programming PIC 16F877?

    Programming Pic 16F877 ICSP from microchip have 2 mode :) <1> standard programing need condition 1 Vpp 13v on MCLR pin (progamming mode) 2 power 5v-4.2v on Vdd pin 3 ground on Vss pin 4 Data for progaming (Bi-directional) Call PGD Programming data on RB7 pin 5 Clock for...
  13. M

    Can I add this to my PIC device to support ICSP?

    R 100 ohm for limit current (VPP 13v) flow to gound. if you don't add this R it may damage your serail port from over current. 8) I am not sure. But i think it ok because Serial ICSP circuit is not draw a lot current to drop voltage. :roll:
  14. M

    How to write data in USB flash memory using micro and RS232?

    USB mass storage help you need firm ware for mass storage device class. and you need hard ware for interface with USB protocal (Called SIE = serial interface engine) #not a good idear for develop SIE by yourself# I suggest you use MCU that integrated SIE.
  15. M

    usart interrupts help...

    PIC18F452 specification write data to EEPROM used 4ms for write cycle . If you use C langauge I think you should use write cycle time =5ms. So you can write stream data 200 byte/Second # Design a good hand shake for programing.

Part and Inventory Search

Back
Top