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 Asanka Lakmal Morawaka

  1. A

    [PIC] Please describe the meaning =mask(digit)

    yes this is a 7 segment display, and it's originally written for PIC18F45k22 but I try to used with 18F4520, when I compile following error(please see the image) comes up. #include "Display_Utils.h" unsigned short shifter, portd_index; unsigned int digit, number; unsigned short...
  2. A

    [PIC] Please describe the meaning =mask(digit)

    portd_array[3] = mask(digit); Please describe the meaning =mask(digit); here digit is unsigned integer and Portd_array[3] is an array I got this from mikeoC code;
  3. A

    [PIC] PIC 18f4520 TMR0L , need setting for OPTION_REG

    OPTION_REG, should be change to T0CON,0xC4 thanks all for helping
  4. A

    [PIC] PIC 18f4520 TMR0L , need setting for OPTION_REG

    This is the code; #include "Display_utils.h" unsigned short shifter, portd_index; unsigned int digit, number; unsigned short portd_array[4]; void interrupt() { PORTA = 0; // Turn off all 7seg displays PORTD = portd_array[portd_index]; // bring appropriate...
  5. A

    [PIC] PIC 18f4520 TMR0L , need setting for OPTION_REG

    Hello, Please help me OPTION_REG gives error(see the attached image), this is mikroc example for 16F877A, but I trying to use for 18F4520 thankyou

Part and Inventory Search

Back
Top