Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Re: COFF problem when box checked at compile time.

    Hi mpgmike!
    Thanks for your reply. This is what is written in the notes area of the code in question. I didn't write this code as I'm only trying to update it.
    "'PIC is PIC18F66J11
    'Using...
  2. COFF problem when box checked at compile time.

    Hello everyone,

    Every time I compile my code with the COFF check box selected I get these errors:
    [ASM ERROR] Project name (1172) : Address label duplicated or different in second pass (Z0004F)...
  3. Replies
    2
    Views
    29,709

    Re: Are my variable counts too high?

    Thanks for your feedback HenrikOlsson!

    I knew something was off when I made this post. It was my mind! Thanks for clearing this up for me.

    csantex
  4. Replies
    2
    Views
    29,709

    Are my variable counts too high?

    Hello everyone,

    My question is if using over 5K bytes as multiple arrays, variables and cons within a PIC18F67K40 would cause PBP not to be able to fit more.
    This PIC has a capacity of 128K bytes...
  5. Replies
    1
    Views
    32,677

    Re: Activation Key Questions

    Disregard last post. I found it.
  6. Replies
    1
    Views
    32,677

    Activation Key Questions

    Hello everyone!

    Hope all had a good holiday season.

    I have two licenses of PBP3.1 on different computers. I don't know which computer uses which activation key.
    My question is: How can I...
  7. Replies
    11
    Views
    44,123

    Re: PIC18F67K40 DT_INTS that really work.

    I see that now.
  8. Replies
    11
    Views
    44,123

    Re: PIC18F67K40 DT_INTS that really work.

    Dave,

    Ok so I did the experiment but I used two identical timers with identical settings and I ran them both using the same format I've been using and also using the format described in you post...
  9. Replies
    11
    Views
    44,123

    Re: PIC18F67K40 DT_INTS that really work.

    Dave,

    I have never used a "DEFINE USE_LOW/HIGHPRIORITY 1" for any of the interrupts I have used at work or for personal projects while using DT_INTs.
    I just set the bits accordingly as shown...
  10. Replies
    11
    Views
    44,123

    Re: PIC18F67K40 DT_INTS that really work.

    If you mean code examples, this is what I am currently working with as of now, mind you I'm running this PIC at 64Mhz.

    I haven't gotten to the 3rd high priority interrupt, which is next on my...
  11. NRF24L01+ CODE Example for 1 to 1 data communication using same code on 2 PICs.

    '****************************************************************
    ; This code allows for data communication between 2 NRF24L01+
    ; modules running on a PIC microcontroller using the MSSP module.
    ;...
  12. Replies
    11
    Views
    44,123

    PIC18F67K40 DT_INTS that really work.

    '****************************************************************
    '* Name : DT_INTS-PIC18F67k40.bas *
    '* Author : Darrel Taylor *
    '* Notice : Copyright (c) 2003 *
    '* Version : 1 *
    '* Date : JUL...
  13. Replies
    5
    Views
    20,668

    Re: PIC18F67K40 Timer issues

    Richard, thank you for responding to my plea for help. I looked at the link you provided and I can see that it will come in handy.
    Fortunately, I found the cause of my issue. With tumbleweed's...
  14. Replies
    5
    Views
    20,668

    Re: PIC18F67K40 Timer issues

    After experimenting for a few days, I cannot get any timer interrupt to work. I even went as far as using assembly interrupts that I wrote while not using the DT_INTs-18. Nothing seems to want to...
  15. Replies
    5
    Views
    20,668

    Re: PIC18F67K40 Timer issues

    Hello tumbleweed.

    Thanks for posting the additional lines of code. Unfortunately, it didn't help. I also searched for version 3.4c but was not able to find it. I managed to find version 3.4b...
  16. Replies
    5
    Views
    20,668

    PIC18F67K40 Timer issues

    Hello everyone.
    I'm currently working with a Pic18f67k40. The issue I'm having is that the timers (1 or 2) don't seem to work. I've modified DT_INTS-18 to work with this pic but my timers still...
  17. Re: Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    For anyone interested in Richard's code example and how it works, watch the video below.
    The video shows most of what the code does. Thanks for sharing Richard.

    csantex

    ...
  18. Re: Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    Yes now it does and I now see what you meant by scalable. Range is 000.00 to 599.99
    So at startup with no button push, the knob does nothing until the user is ready to use it.
    Push Button, user...
  19. Re: Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    If your using 18F chips then that may be the reason why. Perhaps the commands are getting compiled differently for 18F's than for 16F's??
    No matter, I have an 18F4423 I can use to test that...
  20. Re: Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    I caught that earlier and made the changes then but it still didn't work. Here is my schematic:
    Hope its not too big. If too small, I provided an image attachment.


    8595
  21. Re: Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    For anyone interested, here is a video of my code, even though its long, but working with the hardware setup as in Richard's comment. Changed my code to reflect that. I think it would help me if we...
  22. Re: Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    Thanks Richard for commenting and posting code. Your code takes up much less space. I made the hardware changes to my setup and included the necessary configuration registers for programming. I...
  23. Re: Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    Thanks Ioannis, after all, it was your idea that started this little venture.
  24. Re: Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    The previous post was an attempt to write code for a rotary encoder that would allow the user to increment or decrement the value displayed by a factor of 1, on a 20x4 LCD. The range was set for...
  25. Re: Rotary Encoder on 20x4 LCD with pushbutton digit select and other features

    First post is obviously mislabeled since it didn't come out right but here it is the way it is supposed to be. Hopefully...


    ...
Results 1 to 25 of 27
Page 1 of 2 1 2