On Line DRC / Code size reporter.


Closed Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2006
    Posts
    21

    Thumbs up On Line DRC / Code size reporter.

    I would like to see an online Syntax checker that could also check my code size and suggest a suitable PIC for the job. I'm thinking of something similar to Advanced Circuits' DFM service that will analyze your Gerbers and tell you if you have DRC problems. The DEMO version limits the number of lines you can write, and that turns out to be useless in most cases.
    Something like that would be very helpful while waiting for the order to get through the purchacing department. While I wait all I have is Notepad and the PicBasicPro manual and the PIC datasheets.
    The less you expect, the more you get.

  2. #2
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Bronurstomp View Post
    I would like to see an online Syntax checker that could also check my code size and suggest a suitable PIC for the job. [snip] While I wait all I have is Notepad and the PicBasicPro manual and the PIC datasheets.
    Hello Bronurstomp,

    I think it would be hard for the syntax checker to get the full idea of what you are trying to do, even if your code is right there. The closest that is out there to what you want, is Microchip's selection tools:

    http://www.microchip.com/maps/microcontroller.aspx

    It allows you to select the features you want in a micro, and it shows you all the ones that have those features in the upper right corner.

    As for code size, and ease of coding, you should get MicroCode Studio. Much easier to read your code than Notepad, and it also gives you code size after a compile. http://www.mecanique.co.uk/code-studio/

    Also, check out DT's CodeSize macro for finding the size of certain portions of your code. http://www.picbasic.co.uk/forum/showthread.php?t=2418

    Edit: Whoops, I did not read the date on the original..... Looks like I am a little late in replying.....
    Last edited by ScaleRobotics; - 19th July 2009 at 16:19.
    http://www.scalerobotics.com

  3. #3
    Join Date
    Feb 2006
    Posts
    21


    Did you find this post helpful? Yes | No

    Thumbs up Quite alright

    That's ok. Better late then never. Hopefully it will be an appropriate response to someone with a similar question. And thanks for the tips!
    The less you expect, the more you get.

Similar Threads

  1. decoding quadrature encoders
    By ice in forum mel PIC BASIC Pro
    Replies: 93
    Last Post: - 28th February 2017, 09:02
  2. Making Program Code Space your playground...
    By Melanie in forum Code Examples
    Replies: 15
    Last Post: - 19th July 2008, 08:26
  3. Spooked code lines
    By POLA in forum General
    Replies: 1
    Last Post: - 27th March 2005, 20:40
  4. Line following robot... problems with some code
    By nepstar in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 24th March 2005, 01:10
  5. pic18F code size problem???
    By dogi in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 7th March 2005, 21:52

Members who have read this thread : 1

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