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 Davis

  1. D

    How to produce 64k signal of busy or dial tone ?

    Need a tone generator I want to build a tone generator to inject busy tone or dial tone into PCM channel. How can I produce such 64K signal of busy tone or dial tone? Any help is appreciated.
  2. D

    TCP Programming: how to separate received packets?

    tcp programming I use TCP socket to send data over Ethernet. I get packets jointed in received port. I need to separate them in application program. Suppose TCP should not work like this. Any settings I missed? Please help me. Thanks.
  3. D

    Upgrading to ARM7 or ARM9 microprocessor

    More powerful ARM7/ARM9 I use Samsung S3C4510B now. I need to upgrade to a more powerful ARM7/ARM uP. Please give some advises.
  4. D

    How can I get 2M CLK signal from 19.44M Overhead signal?

    Not every 2.048M clock is ok. Predator wants to get a 2.048M clock synchronous to 19.44M. That's the problem. The 63 E1s demux from STM1 are not synchronous to the STM-1 carrier either.
  5. D

    Experience with Ucos-II 2.76 ?

    avr isr.h for ucos Look at **broken link removed**. They seem to have a porting on Nios. Has anybody tried it?
  6. D

    UTOPIA to Ethernet. How?

    You want to implement an IP DSLAM. Intel has a solution with IXP425. But, it's based on VxWork RTOS.
  7. D

    HOW TO PORT uCOSII FOR MPC555

    Two possible reasons: 1. multiple definitions on variable "OSMapTbl" 2. recursively including header file in other header files. You can prevent from such case by using "#ifndef xxxx" to enclose the whole header file. For example: #ifndef __header_file_name__ #define...
  8. D

    a problem in my circuit

    Check if any pin matter is floating.
  9. D

    MuCOS the real time kernel

    mucos os Does anybody have the idea about how much license fee needed to apply uC/OS-II for commercial purpose?
  10. D

    How to interface GDB with multi-ICE?

    Hi, Anyone of you has the experience to interface GDB with multi-ICE? How about multi-ICE GDB server? Does it work fine?
  11. D

    can anybody explain me what CRC is ?

    Clock recovery circuit will extract clock signal from received data. It is generally used in synchronous communication system. Data does not always have transition on each clock edge so it's not easy to derive clock from the data stream. PLL or SAW is used to do this. The extracted clock is...
  12. D

    Microcontroller with multi client communication protocol

    multi microcontroller communication mcs51 Hi, 8051 UART port can provide multi-client communication function.
  13. D

    RAMDISK for embedded system needed

    Hi, Do you know any tiny RAMDISK and file system can be ported to embedded system. There is no disk on my target board. I need to build file system in RAM. Any open source code available?
  14. D

    How can I get 2M CLK signal from 19.44M Overhead signal?

    Hi Maestor, Jitter is measured as the position offset comparing to an ideal clock edge. To make a PLL design meet the jitter spec., you need to distribute each adjustment opportunity as uniformly as possible and minimize each adjustment offset at the same time.
  15. D

    How can I get 2M CLK signal from 19.44M Overhead signal?

    Hi Predator, You can design a digital PLL in FPGA with 8K reference input as well as a 32.768M master clock. The 8K clock can be derived from overhead signal. If you want to meet the jitter requirement of ITU-T, you need to double the master clock and then use both edges to lock to the reference.

Part and Inventory Search

Back
Top