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 mandarsansare

  1. M

    Programmer /Debugger for freescale kinetis series

    I want to use frescale MK10 Device for my Project, the Cost of Programmer debugger is very high , so i Want to ask is there any low cost P/D ot any hack available with any system so that i can use that as P/D
  2. M

    [PIC] PIC24FJ258GB110 using USB-Host and UART simultaneously Baud Rate Issue

    the problem is solved I raised a ticket to microchip support, and in response they told me not to use their own plib functions. i was using uart.h plib functions. ticket response suggested to use individual sfr writing for initializations and operation. I don't know what to say but it...
  3. M

    [PIC] PIC24FJ258GB110 using USB-Host and UART simultaneously Baud Rate Issue

    i tried many combinations but its not working.can somebody give any kind of code which have usb host and usart. sorrry for my english
  4. M

    [PIC] PIC24FJ258GB110 using USB-Host and UART simultaneously Baud Rate Issue

    peripheral clock and system clock are different in following document. PIC24FJ256GB110 FAMILY DATA SHEET (DOCUMENT NO. DS39897C) PAGE NO: 121 https://ww1.microchip.com/downloads/en/DeviceDoc/39897c.pdf observed clock frequency comes as 48MHz by reverse calculation we are sending 16 characters...
  5. M

    [PIC] PIC24FJ258GB110 using USB-Host and UART simultaneously Baud Rate Issue

    I tried each frequency. Default value of CPDIV=00 thus making system clock =32MHz and Fcy for UART=16MHz. But when i try loading values into UxBRG according to this calculations it doesn't respond properly for that baud rate. but it give response (some false value like 0XFF, 0XFB, 0XDB FOR ANY...
  6. M

    [PIC] PIC24FJ258GB110 using USB-Host and UART simultaneously Baud Rate Issue

    I am using USB host code from Microchip MLA. The USB and LCD part is working fine but i want to add UART functionality in the project. I want to send keyboard key-press to UART port. I added UART code part from my previously working project. But after adding to the USB code it is not working...
  7. M

    Pic24f read-after-write (stall case)

    I am studying PIC24F for my future projects. I was reading datasheets and Ref. manuals....so this doubt came. I m not trying to achieve anything regarding RAW dependency ....just I was curious to know..
  8. M

    Pic24f read-after-write (stall case)

    device:PIC24FJ256GB110 I am not getting the highlighted part. Why it is "Allowed"????? Ref manual says: Read-After-Write Dependency Rules If a working register, Wn, is used as a write operation destination in the current instruction, and the same working register, Wn, being read in the...
  9. M

    [SOLVED] RJ-45 with magnetics transformer (Ethernet port) connections

    I am working on circuit having RJ45 connector with built-in magnetics transformer. The schematic diagram of mentioned circuit shows following connections with Rj45 magnetics connector. At first I did not connect the RC circuit (consisting of R17-R18-C10 ,R19-R20-C8 ) to the Rj45 magnetics...
  10. M

    [SOLVED] Serial Port Software for low baud rates

    Thank you Raj Gunaseelan!! I downloaded "Terminal". Got the link from CuteCom's page
  11. M

    [SOLVED] Serial Port Software for low baud rates

    I want to monitor serial communication of my bar-code scanner and it is having low baud rate 300 bps (quite a old one). Please suggest a serial port monitor software configurable to such low baud rates. Any kind of help is appreciated!! Thank You!!
  12. M

    [SOLVED] SOP-16, Half Pitch Mini-Flat Package

    Thank You melc and FvM !! both of the answers helped a lot !! made my own library for this component! thank you
  13. M

    [SOLVED] SOP-16, Half Pitch Mini-Flat Package

    I want to use SFH6916 ( Optocoupler, Photo-transistor Output, Quad Channel, SOP-16, Half Pitch Mini-Flat Package) in my circuit. I am using Cadsoft Eagle for layout designing. The package description of this IC is kind of different I searched on internet but could not find anything regarding...
  14. M

    help needed about graphic lcd program

    my requirement : 89s8253 send data to GLCD board via UART (_data received is in ASCII form). i need to display the received data in character form on LCD. i m programming in keil uvision 3 using c language. can anyone plz guide me through algorithm for program and program flow. plz tell me...

Part and Inventory Search

Back
Top