Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: MOUNTAIN747; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    449

    Re: Unable to Open DT-INT or REENTERPBP

    Some headway! In the past and for years my include statement was,

    include "DT_INTS-14"
    include "ReEnterPBP"

    and there has never been a problem until now. So I have changed these statements...
  2. Replies
    4
    Views
    449

    Unable to Open DT-INT or REENTERPBP

    I have a number of files that I wrote several years ago which contain DT-INT’s. Today I am having a problem compiling the same files that worked as expected a year ago.

    Warning: Unable to open...
  3. Replies
    6
    Views
    2,828

    Re: fusses info in PB3

    Thanks Mike, I'll go through the manual looking for overwrite comments.
    wayne
  4. Replies
    6
    Views
    2,828

    Re: fusses info in PB3

    OK, so I found part of the problem.
    I should have changed the old fusses to
    @ __CONFIG _CONFIG1,_INTRC_OSC_NOCLKOUT & _MCLRE_ON & _LVP_OFF & _WDT_OFF
    to use PB3 & MPASM. Now i'm getting...
  5. Replies
    6
    Views
    2,828

    fusses info in PB3

    After upgrading to PB3 I've been opening some of my old 2.60 programs to see if they will run on PB3. My first try failed.

    @ DEVICE INTRC_OSC,MCLR_OFF,BOD_OFF,WDT_OFF,LVP_OFF

    Compiling for...
  6. Replies
    6
    Views
    5,738

    Re: PBP3 and DT Interrupts

    Thanks Mike, you beat me to the post by one min. That should solve the problem.
    Wayne
  7. Replies
    6
    Views
    5,738

    Re: PBP3 and DT Interrupts

    OK, I think I found the problem. I had "DT_INTS-14" which seem to work in 2.60 but in PBP3 it must be "DT_INTS-14.BAS". More testing to be done.

    Another thing, where is the thread explaining...
  8. Replies
    6
    Views
    5,738

    Re: PBP3 and DT Interrupts

    I have kickstarted this old thread because it had the same problem as I am having except my root cause is different, I think.

    I have upgraded to PBP3 and MPLABX5.35.on WIN10

    "PBP Tool Chain" is...
  9. Replies
    6
    Views
    3,543

    Re: Stepper motor question:

    Thanks Alain
  10. Replies
    6
    Views
    3,543

    Stepper motor question:

    I am looking at a linear "Z" assembly, 4 wire stepper motor item to build a macro photography camera drive mechanism. the stepper is a 2.2volt coil, 4 wire devise.
    My question is, does that mean...
  11. Replies
    10
    Views
    24,808

    Re: 12F683 _CONFIG problem

    thanks for responding. So I tried all above suggestions with no luck.

    IF (CODE ON ONE LINE)


    asm
    _CONFIG _HS_OSC & _MCLRE_OFF & _WDT_OFF & _PWRTE_OFF & _CPD_OFF & _BOD_ON &...
  12. Replies
    10
    Views
    24,808

    12F683 _CONFIG problem

    Started what I thought would be a quick turnaround to build a board to capture pulses from a rain gage and send to a master board. PicProto8 board and a 12F683 should do nicely. Why do things...
  13. Replies
    3
    Views
    27,605

    good story about Microchip

    So last week I was in Atlanta,Georgia. While there I went to the regional headquarters of Microchip. Due to the pandemic the building was almost empty. In the upper floors I found the Microchip...
  14. Replies
    31
    Views
    50,492

    Re: Asm sleep - pbp sleep

    Sayzer, your a good man!!! :)
  15. Replies
    31
    Views
    50,492

    Re: Asm sleep - pbp sleep

    So things now work but I still didn’t understand why some things were acting as they were. As Richard said “You are still not getting it right evidently”. I could finish the project at this point...
  16. Replies
    31
    Views
    50,492

    Re: Asm sleep - pbp sleep

    Success at last, well kind of. New questions are raised as the problem is solved.
    Alain's code dimnstrates the purpose of the sleep state, low power, all ports off. This is not required but is...
  17. Replies
    31
    Views
    50,492

    Re: Asm sleep - pbp sleep

    Thanks guys for all your replies. I really do appreciate the time you've
    taken.
    So Richard, I should have understood what you were saying the first time. I converted all code to PBP and it looks...
  18. Replies
    31
    Views
    50,492

    Re: Asm sleep - pbp sleep

    So I've run all the test Sayzer has suggested. No changes. I then strip code to a couple of lines. I have done this on multipal 1936 and different boards.




    Asm
    __config...
  19. Replies
    31
    Views
    50,492

    Re: Asm sleep - pbp sleep

    PIC16F1936, PBP PRO 2.60, MPASM,
    My Slave Board receives com from the Master Board and runs Subroutines.
    Slave operates in tight loop at Start.
    On EUSART INT Slave receives one command Byte...
  20. Replies
    31
    Views
    50,492

    Asm sleep - pbp sleep

    My project uses a 16F1936 on both a Master and a Slave board. Durring the program the Master sends a code for the Slave to run a subroutine to SLEEP. I am trying to use ASM SLEEP as to NOT...
  21. Re: DT-Interrupts - Is there a clash between ExtInt and IntOnChange?

    I agree with Mike, please post your code, inquiring minds want to know...
  22. Replies
    8
    Views
    21,232

    Re: 4 -20mA Analogue input help

    Andy, a 250 precision Res is what I always used in the field for years. Just check the voltage across the res with the pic. I would think it depends on the accuracy you need.
    wayne
  23. Replies
    5
    Views
    24,920

    Re: DT's INT's on 16F1936 an other stuff

    Changing "osc" to "OSC" did the trick. Com now acting as it should.
    Thanks.
  24. Replies
    5
    Views
    24,920

    Re: DT's INT's on 16F1936 an other stuff

    thanks Richard, I try that out. thats something I never thought about.
    Wayne
  25. Replies
    5
    Views
    24,920

    Re: DT's INT's on 16F1936 an other stuff

    Thanks for the reply. So I feel better about the interrupts. Serout, ok.



    asm
    __config _CONFIG1,_FOSC_INTOSC & _CLKOUTEN_OFF & _MCLRE_ON & _BOREN_OFF & _WDTE_OFF & _FCMEN_OFF & _CP_OFF &...
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4