
Originally Posted by
Bronurstomp
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
Bookmarks