MicroCode Studio oddity...


Closed Thread
Results 1 to 14 of 14

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132


    Did you find this post helpful? Yes | No

    Default Re: MicroCode Studio oddity...

    Yeap and I had some issues with windows ghosting, reported to Norm, but I suppose he is busy.

    Ioannis

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default Re: MicroCode Studio oddity...

    I have not had that problem. What version are you using. OS?

    Most of my work of late has been on my linux box using gedit. Never faild... yet.
    Dave
    Always wear safety glasses while programming.

  3. #3


    Did you find this post helpful? Yes | No

    Default Re: MicroCode Studio oddity...

    I thought I had it figured out... then I added a bunch more variables and noticed that a whole set of variables that had auto-corrected had gone back to "as-typed" (which implies some kind of "history tracking" or something that I'm not at all comfortable with - I don't need surprises in the middle of coding). So I've given up the idea of using this "technique" as a check that the variable has been typed correctly (too bad, I thought it was pretty good).

    I can't say that I know for sure that this was supposed to be a valid "feature" of the editor. It's more than a little irritating when development tools do what they want, when they want.

  4. #4
    Join Date
    Oct 2004
    Posts
    440


    Did you find this post helpful? Yes | No

    Default Re: MicroCode Studio oddity...

    Quote Originally Posted by Ioannis View Post
    Yeap and I had some issues with windows ghosting, reported to Norm, but I suppose he is busy.

    Ioannis
    I can't replicate the problem of ghosting however I am working on a new version of FL.
    It's built with the latest Delphi compiler and includes some options for windows 7.
    I'll send you a beta copy when it's ready.

    Norm

  5. #5
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132


    Did you find this post helpful? Yes | No

    Default Re: MicroCode Studio oddity...

    Thanks Norm. I will be looking forward to.

    @ mtripoli: it is indeed very annoying when that happens. I learned my lesson and hit the Ctrl+S all the time. Almost annoyingly often .

    Ioannis

  6. #6


    Did you find this post helpful? Yes | No

    Default Re: MicroCode Studio oddity...

    Yeah... I hit the save key pretty often myself...

    @Norm: I downloaded and am using your IDE; very impressive. I've been using it for about half an hour and it's been tooling right along.

    I'm using the PICKIT3 programmer. I saw the setup string for firing the programmer, but when it comes up I still have to load the uC and program manually (I'm using a 16F1946). Anyone got any ideas on getting this to program automatically? I think my device declaration is wrong as well; I still don't have the declaration format correct for using Microchips programmers (@ DEVICE HS_OSC,WDT_OFF,BOD_OFF,LVP_OFF,PROTECT_OFF) doesn't work...

  7. #7
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132


    Did you find this post helpful? Yes | No

    Default Re: MicroCode Studio oddity...

    Are you using the stand alone software for Pickit3?

    If yes, it has the auto import hex and write button. Just click it to turn on the feature.

    Ioannis
    Last edited by Ioannis; - 24th April 2011 at 20:15.

  8. #8


    Did you find this post helpful? Yes | No

    Default Re: MicroCode Studio oddity...

    Yes, I'm using the PICKIT3 software... and the "auto import". I'm referring to a way that the programmer starts and programs without having to hit the "auto import" button. I know that there is a command line version of the PICKIT2 available in which you can do this; I haven't looked yet for the same for the "3".

  9. #9
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: MicroCode Studio oddity...

    Hi,
    This is what I use from within MCSP:
    Code:
    -P$target-device$ -F$hex-filename$ -E -M -B -L -V5
    And the exutable is called PK3Cmd.exe which I don't think is the same as the standalone programmer software for the PK3.

    The -V5 is said to specify the voltage output on the Vdd line by the PICKit3 so be careful if you're using a 3.3V PIC etc.

    /Henrik.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts