Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    33
    Views
    33,514

    Re: pbp 3 and MPLAB X

    I've updated the plugin download.

    http://pbp3.com/downloads/com-melabs-pbptoolchain.zip

    Let me know what you find.

    I tested with a PICkit3. Source-level debugging works and it will show PBP...
  2. Replies
    33
    Views
    33,514

    Re: pbp 3 and MPLAB X

    I just kicked back a beta version for a minor fix. I hope to release an updated plugin tomorrow.
  3. Replies
    33
    Views
    33,514

    Re: pbp 3 and MPLAB X

    After updating all of my software, I have the same problem as Marcick. I've been in touch with Microchip and I'm told that the hex file handling needs to be updated in our plugin. I hope to have a...
  4. Replies
    19
    Views
    17,448

    Re: How to get a PBP 3.0 Upgrade ???

    If you have CDs for PBP and MicroCode, we'll be able to verify. We also have registrations (both mailed and web-submitted) from 1997 forward.

    You may order first and wait for instructions, or...
  5. Replies
    19
    Views
    17,448

    Re: How to get a PBP 3.0 Upgrade ???

    No worries.

    Note that we just updated the download to version 3.0.1. A potentially serious code-generation bug was identified and fixed. All users should download the latest.
    ...
  6. Replies
    19
    Views
    17,448

    Re: How to get a PBP 3.0 Upgrade ???

    The upgrade for MicroCode Studio PLUS (MSCP) is offered for an additional charge ($14) at the time of purchase. It is delivered as an additional product key.

    The standard MicroCode Studio (MCS)...
  7. Replies
    19
    Views
    17,448

    Re: How to get a PBP 3.0 Upgrade ???

    I don't know what you are referring to, Alain.

    Our site doesn't require any code for the initial purchase.

    Don't bother with software registration before ordering. Just sign in and purchase...
  8. Replies
    19
    Views
    17,448

    Re: How to get a PBP 3.0 Upgrade ???

    I'm afraid that PBP upgrades will no longer be offered through distributors. When purchased from melabs, the upgrade key will be delivered electronically.

    You don't need any sort of registration...
  9. Replies
    28
    Views
    13,077

    Robert, do you have an oscilloscope or frequency...

    Robert, do you have an oscilloscope or frequency probe to check the actual clock frequency that's being supplied to the chip? I would start there before pursuing config settings and include files. ...
  10. Replies
    4
    Views
    4,190

    My testing indicates that Microchip's MPASMWIN...

    My testing indicates that Microchip's MPASMWIN assembler does produce hex and coff files even though the program exceeds the available code space. The program is truncated when this is the case. It...
  11. Replies
    22
    Views
    15,082

    The WRITE issue will always cause a compile...

    The WRITE issue will always cause a compile error. There are no "silent" bugs in PBP 2.60 as far as I know. If you get a successful compile, you should be ok.

    I felt the same pain as Joe, at...
  12. Replies
    22
    Views
    15,082

    I've been considering a "known issues" list in...

    I've been considering a "known issues" list in the support section of our website. Would that help? Discussion could take place here on the forum, though I might need an email wakeup call...
  13. I would guess that there is a problem in your...

    I would guess that there is a problem in your build options, or perhaps the new PBP plugin hasn't registered correctly. The executed command line should not have a "-z" in it, and MPLAB should not...
  14. Replies
    4
    Views
    5,952

    I just checked in saved versions: Microchip...

    I just checked in saved versions:

    Microchip changed the progress bar default in MPASM 5.30 (MPLAB 8.20).

    The 18F14K50 header file was changed in MPASM 5.22.
  15. Replies
    4
    Views
    5,952

    Microchip changed the default behavior of...

    Microchip changed the default behavior of MPASMWIN recently. The new PBP plugin controls this in MPLAB, but it has changed the assembly display in MicroCode.

    The black screen in MicroCode is...
  16. Replies
    8
    Views
    6,221

    The PIC10F parts require a special programming...

    The PIC10F parts require a special programming adapter, even when using the 8-pin DIP package. They won't work in the standard adapters like the 8-40 pin or the 8/18/20 pin.
  17. Replies
    9
    Views
    8,725

    Now, there's a request I don't hear every day. ...

    Now, there's a request I don't hear every day. Sorry, though. I'm afraid there's no discounted path from PBP to PBC, even for a well-intentioned good guy.
  18. Replies
    9
    Views
    8,725

    As always, many new parts. New libraries have...

    As always, many new parts. New libraries have been created for
    the 14-bit enhanced core.

    The MPLAB integration has been reworked in response to Microchip
    dropping COD file support. COFF files...
  19. Replies
    3
    Views
    2,835

    You can easily store a single character (comma or...

    You can easily store a single character (comma or decimal point) in a byte variable.




    IF type = rpm THEN
    delimiter = ","
    value = rpmvalue
    ELSE
    delimiter = "."
  20. PBP BIT variables in MPLAB: Bit variables in...

    PBP BIT variables in MPLAB:

    Bit variables in PBP are created as aliases to individual bits within a byte variable created to hold them. MPLAB won't display the bit aliases, but it will display...
  21. The variables you declared in the PBP program...

    The variables you declared in the PBP program should appear in the watch window Add Symbol dropdown, but an underscore "_" will be appended in front of the name. ("myvar" shows as "_myvar".) The...
  22. Replies
    15
    Views
    6,628

    I think this code was compiled using the...

    I think this code was compiled using the MicroCode Studio Plus ICD Compile. It won't run in the PIC unless there is an ICD connection to the PC.

    If you intended to run the code without the ICD,...
Results 1 to 22 of 32
Page 1 of 2 1 2