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 CE_PICaPart11

  1. C

    PIC Programming: Pointer to Memory Mapped Port

    I am trying to create a pointer to PORTA. For some reason it's just not working. I am using the HI-TECH C compiler and MPLAB. volatile unsigned char PORTA @ 0x005; volatile unsigned char *output_port; output_port = (volatile unsigned char*)PORTA; This compiles, but doesn't work. The...
  2. C

    PIC16F877A Timer1 Help

    I am using the "internal oscillator" for timer1. However, PIC16F877A does not have an internal oscillator, so does that mean that I have to change it to use the external and wire my 20 MHz to the T1OSI and T1OSO pins and change TMR1CS = 1 (external)? I didn't do that before because i just...
  3. C

    PIC16F877A Timer1 Help

    Hello, I can't seem to be getting my timer 1 to work. I have a 20 Mhz clock for the PIC. I am pretty new at using PICs. I do have a question about the clock and timer1. I have timer1 hooked up to the internal oscillator... but there is no internal oscillator. Am I configuring timer1 correctly...
  4. C

    Question about RTP packet payloads length

    Hello, I have a question regarding RTP packet payloads. Is it possible for RTP packets that are coming from, for example, a voice chat to differ in payload lengths? For example, RTP packets with payloads of 24, 76, 96, 78, 64, etc? Or do RTP packets coming from a stream of live media (such...

Part and Inventory Search

Back
Top