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 Sonu21091990

  1. S

    [PIC] pPICKIT2 looses bandgap value in PIC12F629

    thanks. sorry i can't find the calibration memory settings in mplab xc8. Do i have to download anything for this particular option? - - - Updated - - - my program build successfully. It did not give me any error. here is my code
  2. S

    [PIC] pPICKIT2 looses bandgap value in PIC12F629

    i can set the osccal value using pickit2. But i can't change the bandgap value. Please tell me how do i know my program overwrite the last memory location. Is it causing to change the bandgap value? please help me
  3. S

    [PIC] pPICKIT2 looses bandgap value in PIC12F629

    thanks.i have noted the oscal value. my program does not consume large space. Here is the screen shot. please tell me if i did anything wrong
  4. S

    [PIC] pPICKIT2 looses bandgap value in PIC12F629

    thanks. i am using mplab xc8 as a compiler. But i didn't find calibration memory setting. Please tell me where i can find it? Any other tool required for it?
  5. S

    [PIC] pPICKIT2 looses bandgap value in PIC12F629

    I am new to PIC microcontroller programming. I tried to program PIC12F629. I simulate my program in Proteus, and it works fine. But when I tried to program it using PICKIT2, the band gap calibration value changes from 1000 to 0000. I have read the data sheet where it says the OSCCAL values and...
  6. S

    [PIC] If i didn't configure my header properly will it damage my microcontroller?

    thanks. i have defined my configuration bits in the header file. did i miss something?
  7. S

    [PIC] If i didn't configure my header properly will it damage my microcontroller?

    thanks.i have uploded my flow chart. - - - Updated - - - thanks again. please tell me how to do it
  8. S

    [PIC] If i didn't configure my header properly will it damage my microcontroller?

    here is my code * Author: user * * Created on 28 December, 2016, 10:55 AM */ #include <stdio.h> #include <stdlib.h> #include "new12f629.h" int main(int argc, char** argv) { TRISIO=0b111000; CMCON=0b00000111; GPIObits.GP0=0; GPIObits.GP1=0; GPIObits.GP2=0; int k...
  9. S

    [PIC] If i didn't configure my header properly will it damage my microcontroller?

    thanks everyone.I am very sorry for not replying. i have done this without using any goto statement. i have simulate it in proteas8. I have found that band gap value is changed in pickit 2. when i read the MCU it was 1000. After i programmed it i saw it changes to 0000. Please tell me how to...
  10. S

    [PIC] If i didn't configure my header properly will it damage my microcontroller?

    actually my program has several forward and backward jump. so i don't know how to do it without goto. please help me. here is the flow chart
  11. S

    [PIC] If i didn't configure my header properly will it damage my microcontroller?

    i am new to pic microcontroller programming. i have pic12f629 and i am using mplab xc8 compiler. when i insert the hex file into microcontroller it became faulty. previously i configured my configuration bits as MCLRE while i am using it as i/o port. Any other fault? my header file...

Part and Inventory Search

Back
Top