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 markocrni

  1. M

    Mikroc Illegal pointer conversion - Need help

    THX BigDog, I've tried that before I posted problem here. PICs are 18F4520 and 18F8722.
  2. M

    Mikroc Illegal pointer conversion - Need help

    I receive an Illegal pointer conversion error, with this lines Glcd_Write_Text(menu[from].text, 10, line_cnt, 1);. Any sugestions? THX. void start(); unsigned char selected = 0; // glcd pinout settings char GLCD_DataPort at PORTD; sbit GLCD_CS1 at RB0_bit; sbit GLCD_CS2 at RB1_bit; sbit...
  3. M

    pic 18F4520 interrupts

    Try INTCON.INT0IE = 1;
  4. M

    Need help with Glcd menu

    I'm using 18f4520/10MHz. At start there is a sample picture. When press Set button(RA1), menu is opened but it's "flickering". With Up(RA0) and Down(RA3) you can move ">" pointer to pick right settings. I tried to increase time to 1000ms, but in that case you have to hold Up or Down button for...
  5. M

    How to find the RTD PT100 resistance and temperature?

    Re: Help with RTD PT100 Circuit Can you put your code, please?

Part and Inventory Search

Back
Top