Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    772
    Views
    600,705

    That is awesome, just opened a ton of...

    That is awesome, just opened a ton of possibilities with the speed of ASM, and the ease of DT_INTS and N-Bit Math. Thanks Darrel!
  2. Replies
    772
    Views
    600,705

    Hey Darrel, I have a question about N-Bit math as...

    Hey Darrel, I have a question about N-Bit math as it relates to DT_INTS ASM type interrupt.

    Would the ASM part of the N-Bit Math qualify as an assembly interrupt? for instance, can I do math like...
  3. Replies
    772
    Views
    600,705

    To be clearer, your code in post 609 compiles...

    To be clearer, your code in post 609 compiles using the code shown. I had not tried it with the IOC_INT, only with the code listed in post 609. I guess you meant that when you changed it to IOC, you...
  4. Replies
    772
    Views
    600,705

    Are you still compiling for a 16f887? Because...

    Are you still compiling for a 16f887? Because that chip doesn't even have a IOCIF. I think only the 16f1827's and such have one of those. So that is pretty weird.
  5. Replies
    772
    Views
    600,705

    I used DT-INTS 1.10 on a 16f887

    I used DT-INTS 1.10 on a 16f887
  6. Replies
    772
    Views
    600,705

    Your code compiles here without errors. PBP 2.60A

    Your code compiles here without errors. PBP 2.60A
  7. Replies
    772
    Views
    600,705

    Hey Iannis, This may be a dumb question, but...

    Hey Iannis,

    This may be a dumb question, but are you including the includes? I don't see them in your code.

    if you are getting the wsave, wsave1, wsave2, or wsave3 errors, change the wsave...
  8. Replies
    772
    Views
    600,705

    It's not really clear, but it sounds like you...

    It's not really clear, but it sounds like you might be trying to compile the include file, rather than including it in your code. You are supposed to compile something like this:



    LED1 VAR ...
  9. Replies
    772
    Views
    600,705

    Yes, it is asking you to change the include file...

    Yes, it is asking you to change the include file here:



    wsave VAR BYTE $20 SYSTEM ' location for W if in bank0
    ;wsave VAR BYTE $70 SYSTEM ' alternate save location...
  10. Replies
    772
    Views
    600,705

    Thanks for the help Darrel. I will look into...

    Thanks for the help Darrel.

    I will look into it further. I had initialized stepcount to 32, then later to 8. Seems to get stuck after about two flashes of the led's.

    Walter
  11. Replies
    772
    Views
    600,705

    Help with assembly table lookup with DT INTS?

    Is there a way to use an assembly lookup table from within a DT INTS ASM interupt? When I try, the interrupt locks up on me. If I comment out the CALL SineTable, all is fine. I have tried it a few...
  12. Replies
    772
    Views
    600,705

    Compiles here as well, but I do get the same...

    Compiles here as well, but I do get the same errors IF I leave the above lines out of the code. Are you sure the include lines are in your water?
  13. Replies
    772
    Views
    600,705

    I think there are two usb bootloaders from...

    I think there are two usb bootloaders from microchip. One is a HID Bootloader. I don't think it requires any dll's. It is located inside the huge files that you download as a group. Once all the...
  14. Replies
    772
    Views
    600,705

    I think the latest version of that is still this...

    I think the latest version of that is still this one: http://www.picbasic.co.uk/forum/showthread.php?p=17473#post17473
  15. Replies
    772
    Views
    600,705

    Here is the latest version 1.00 of DT_INTS-14....

    Here is the latest version 1.00 of DT_INTS-14. The link is to is site, which is back up. http://www.darreltaylor.com/DT_INTS-14/NEW_DT_INTS.zip

    More info on...
Results 1 to 15 of 15