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 shahrol_hisham

  1. S

    Freertos MPLAB C30 error need help

    Currently I used full version C30, I try install the c30 lite, the compilation done with no error. Guy, can any one explain why???
  2. S

    Freertos MPLAB C30 error need help

    I get the error : I follow the step from freertos page, any suggestion for repair the problem?.... ---------------------------------------------------------------------- Debug build of project `D:\Project\FreeRTOSv7.0.2\FreeRTOSv7.0.2\Demo\PIC24_MPLAB\RTOSDemo_PIC24.mcp' started. Language tool...
  3. S

    High speed serial data process method require

    Hi FvM and karesz, I believe both of you are right, Actually I would like to develop the ONU and the OLT for FTTH system, with the link speed is 1.2Gbit/s. I don't have a good knowledge on FPGA but for micro-controller yes (PIC). I believe when the data rate is to high >1Gbit/s the controller...
  4. S

    High speed serial data process method require

    Hi karesz How your fpga can read output data at high data rate from ser/dser ic. The throughput from ser/dser ic is 1.5GHz, but your FPGA running on 40Mhz. It is because the ser/dser have a delay circuit? if yes, so what I need is add the delay IC to my current system..... pls advice.
  5. S

    High speed serial data process method require

    Hi karesz for your FPGA what the operational clock speed? TQ
  6. S

    High speed serial data process method require

    Hi karesz Can you share the design with me... the main item is what the controller that you used to integrate with ser/dser ic. TQ
  7. S

    High speed serial data process method require

    Are you used the microcontroller or fpga for 1.5Gbps project. If microcontroller what the microcontroller speed require to handle the data from ser/deser ic? If I would like to develop the system using FPGA it is possible to put the MCU in the FPGA? and what the running speed? TQ
  8. S

    High speed serial data process method require

    The term process more refer to decode the data and do some assignment to the system. My concern is: I not sure about the controller requirement, the PIC24 is only work for 32MHz. The reading/process power if using this controller is 32Mhz/4 =8MHz. If change to time is 0.125us. This is max time...
  9. S

    High speed serial data process method require

    Hi karesz, Thank for reply.... Actually I try to sending and receiving data using the fiber optic like the FTTH system. I found the TI product for serialyzer/deserialyzers TLK1211. But I not sure that the controller can handle the data at the speed. What the requirement need for process the...
  10. S

    rc5 codeing for mikroc

    you con see this https://www.sbprojects.com/knowledge/ir/rc5.htm
  11. S

    High speed serial data process method require

    Hi, I would like to develop the high speed serial data system. The speed suggest is 1Gbps. It is possible to used the controller 16 bit PIC24Fxxxx the max clock is 2MHz?. Or need to used other controller.... for information the data physical medium is fiber optic. I used module for the optical...
  12. S

    PIC24Fj128ga006 spi-slave problem

    Hi.... Need Help My project - set the controller as spi slave (interrupt base) using MPLAB C30 I can receive data from spi but cannot transmit back - SDO cannot work this is my code: void init_spi1(void) { //SPI1BUF = 0x00; //clear spi buffer IFS0bits.SPI1IF = 0x00;//clear interrupt...
  13. S

    HELP needed to understand this schematic and code logic

    From what I know the communication for NMEA using the rs232 format(serial comm), from the data you receive you can decode and manipulate it.
  14. S

    4 bit binary to ascii in c

    your code is in C- so for sending a character you need to used this format 'A' or 'c' but if you have a string "ABCDFFG", lat say you have store the strings in array buffer used for loop for sending 1 char at time. exe unsigned char buffer[10]; //fill the buffer buffer[0] = 'a'; buffer[1] =...
  15. S

    proteus 7 compatibility on windows 7

    Thank Hugo, from you info I find out that the proteus 7.6 can run under win 7, and the problem is license. My proteus can run and ready to simulate the PIC24F for my project.

Part and Inventory Search

Back
Top