Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Re: Compiler/assembler problems preventing a simple change

    Thank you for the quick replies!

    towlerg:
    Yes, the code compiles fine. A bit of backstory: I was given code to fix, and it came in two files- one was a text file with PBP code, and the other was...
  2. Re: Compiler/assembler problems preventing a simple change

    Here's another question that, when answered, may solve my problem:

    -What variables affect the generation of the .hex file by MicroCode Studio, and how can I extract information on them from a .hex...
  3. Compiler/assembler problems preventing a simple change

    I have been trying to fix an issue with some PBP code that was originally compiled with PBP 2.60A. When I compile the code with PBP 2.60A, I can burn it onto the chip (an 18F4520), but it doesn't do...
  4. Replies
    4
    Views
    4,216

    Re: ICD Connection Hardware?

    Thank you all for the replies!

    I dug up my Pickit 3 and configured it to work with MicroCode Studio by reading through this forum post:
    http://www.picbasic.co.uk/forum/showthread.php?t=12108
    ...
  5. Replies
    5
    Views
    25,150

    Re: 18F4520 Overwriting Previous Address?

    Fixed it! So far...

    To clarify, no CONFIG commands were used in the code. All the registers were configured with #define statements.
    I forgot to mention that the code uses a bunch of assembly...
  6. Replies
    5
    Views
    25,150

    Re: 18F4520 Overwriting Previous Address?

    Does anyone at least have any idea of how to start debugging this? Is there a way that I can tell the compiler to not overwrite previous address contents?

    Do I have to change anything in the code...
  7. Replies
    4
    Views
    4,216

    ICD Connection Hardware?

    I would like to write code to a PIC18F4520 but I don't have any of the MELabs programming hardware. I do have MC Studio Plus 5.0.0.5.

    How can I connect to the chip so that I can program it and use...
  8. Replies
    5
    Views
    25,150

    18F4520 Overwriting Previous Address?

    I was given a few picbasic files and have been trying to get them to ICD compile for the 18F4520, but I keep getting this error:

    [ASM ERROR] Overwriting previous address contents (3200) (0) :...
Results 1 to 8 of 8