Category Archives: PIC24

About main() and Advanced Warnings

The main() function is … a function and as such it is expected to either have a return value of a declared type (int, char …) or no return value at all in which case it should be declared using … Continue reading

Posted in PIC24, Tips and Tricks | 1 Comment

Setting the configuration bits

Speaking of configuration bits, in the book I have made clear from the beginning that I would expect the reader to set them always in a specific configuration chosen for debugging with the Explorer16 board. In fact the checklists titled … Continue reading

Posted in PIC24, Tips and Tricks | 2 Comments

MPLAB C30 v 3.02

Part of the challenge of writing a book based on new tools and products is to make sure that the content remains valid and relevant as they tend to evolve quickly in the months and years after the book release. … Continue reading

Posted in PIC24, Tips and Tricks | Comments Off on MPLAB C30 v 3.02

AV16 Board

So this is what the AV16 board looks like (I just realized I did not have pictures of the completed board on the web site): In this picture you see it mounted on the Explorer16 first slot. The audio jack … Continue reading

Posted in AV16/32, PIC24, PIC32 | Tagged | 1 Comment