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 AlesK

  1. A

    [PIC] Bootloader with PIC MikroC pro for PIC and Mplab x

    I set XTAL to 8000000. Still not working... I am thinking that i can not load .hex generated with MPLAB X XC8 on PIC with mikroBootloader...
  2. A

    [PIC] Bootloader with PIC MikroC pro for PIC and Mplab x

    My Confing in MikroC pro for pic: And my config in MPLABX CX8 with code: #include <xc.h> #include <stdio.h> #include <stdlib.h> #include <p18f45k22.h> #define _XTAL_FREQ 32000000 // #pragma config statements should precede project file includes. // Use project enums instead of #define for...
  3. A

    [PIC] Bootloader with PIC MikroC pro for PIC and Mplab x

    That means that my coding in MPLAB X XC8 is not right. I must solve my problem with making right project with right coding. It must work..!
  4. A

    [PIC] Bootloader with PIC MikroC pro for PIC and Mplab x

    Dont know how to do it. I dont have Pickit3. I have created confing bits in MPLAB code configurator. I set all the confing bits. I have opened MikroC pro for PIC and there looked for config bits and in MPLAB X clicked every confing bits to the same value as in MikroC. Then MPLAB code...
  5. A

    [PIC] Bootloader with PIC MikroC pro for PIC and Mplab x

    My code in MPLAB X with XC8 to turn LEDs on PORTB6 and PORTB7. I have test circuit with MikroC pro for PIC. Its working. Then i create this code.. And when build main project in MPLAB X gives me no error. Then i go to project directory/dist\default\production and there is .hex file. I load this...
  6. A

    [PIC] Bootloader with PIC MikroC pro for PIC and Mplab x

    I am using PIC18F45K22. On that microcontroller is "installed" bootloader. I am using Free MikroC PRO for PIC for generating .hex program files. When i make C code i build .hex with MikroC Pro for pic. Then i use mikroBootloader to load .hex on PIC. I have usb to serial converter linked with my...
  7. A

    [SOLVED] Problems with LCD and PIC18F25K22 second row(line) on display

    I have LCD qc1602a v2. I am using library for communication with Lcds (with HD44780 compliant controllers) through the 4-bit interface. I can not write in second line. I tried to move cursor in second row but useless. I have tried to wire a LCD to PIC B ports but i get the same error. I am using...

Part and Inventory Search

Back
Top