Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Recent content by Huck

  1. H

    PIC16F1519 and Simulator Question

    Tnx. MPLAB is much changed since I used it last, probably mid 2000s. I have used SourceBoost C/C++ and most recently the Oshonsoft products. It looks pretty alien at this point. I'll have to look into it more when I get time. I did see some references to Fortran and that interests me.
  2. H

    PIC16F1519 and Simulator Question

    'Morning. Tnx JoseRafa83.....you can add the exception for LFINTOSC to the parts of Timer1 which are not implemented.. Also WDT, etc. Loaded the following to controller and hooked it up on breadboard. LED on PORTD.7 flashed at about 30Hz rate, just like expected. Define CONFIG1 = 0x3484...
  3. H

    PIC16F1519 and Simulator Question

    OK, when I intended to use the PIC16F876, I checked TMR1 operation with a short program (in Simulator) Define CONFIG = 0x3d71 Dim et As Word Dim testet As Word Dim x As Byte T1CON = %00110001 ' although bit functions are different, the same values set the same conditions in the 1519 TMR1H = 0...
  4. H

    PIC16F1519 and Simulator Question

    Good Morning I am using Oshonsoft Basic and running the code in the Oshonsoft simulator. The program seems to run(as much as it can without actual input) except that TIMER1 does not run. I suppose the real test would be to write a simple routine to exercise this function only - time and turn on...
  5. H

    PIC16F1519 and Simulator Question

    Greetings to the Forum. Am using 1519 to implement a CW decoder. Noticed that it has LFINTOSC @ 31KHz and I would like to use it rather than having to add a 32KHz crystal for the external osc option. However, I cannot get TIMER1 to advance in simulator. This leaves me unsure whether I have...

Latest threads

New Articles From Microcontroller Tips

Back
Top