Category Archives: PIC32

Reporting Memory Usage

I think I can say we all love the little Memory Usage gauges introduced in MPLAB a couple of years ago.. or was it more? When working in assembly with an 8-bit microcontroller and a couple of Kbytes of FLASH … Continue reading

Posted in PIC32, Tips and Tricks | Comments Off on Reporting Memory Usage

Good Old printf()

Good old printf() is probably the oldest debugging tool ever used, I mean beside a light bulb (nowadays replaced by an LED) … yet it represents a pretty sophisticated one when working in a deeply embedded control project. If you … Continue reading

Posted in PIC32, Tips and Tricks | Tagged | Comments Off on Good Old printf()

Literally Bits

The new version of the MPLAB C32 (v1.05) compiler is out and is filled with new features and a new (as in additional) DSP library designed for compatibility with the dsPIC standard DSP lib. But for me the most exciting … Continue reading

Posted in PIC32, Tips and Tricks | Comments Off on Literally Bits

Using the 32-bit Core Timer

One of the features of the PIC32 that I have so far somewhat left out in my “explorations” is the 32-bit Core Timer. This is in fact a piece of the MIPS M4K core itself and is common to all … Continue reading

Posted in PIC32, Tips and Tricks | Comments Off on Using the 32-bit Core Timer

Testing the PIC32 I/O Speed

In the last several months I have seen a couple of postings on the PIC32 forum about users testing the speed of the PIC32 I/O. It is quite normal and healthy for a community of Embedded Control designers to worry … Continue reading

Posted in PIC32, Tips and Tricks | 2 Comments

UNISON – A POSIX compliant RTOS for the PIC32

Recently I get a lot of questions about Linux on the PIC32…. No, Linux is not available. The main problem is the lack of a true MMU (Memory Management Unit, the PIC32 has only an FMT, fixed mapping table), and … Continue reading

Posted in PIC32 | Tagged , | Comments Off on UNISON – A POSIX compliant RTOS for the PIC32

Tremor

The Xiph.Org Foundation offers an open source alternative to the omni-present MP3 audio compression: it is called Ogg Vorbis and promises same if not better performance but it is royalty-free and license free. From their web site, like in all … Continue reading

Posted in PIC32 | Tagged , | Comments Off on Tremor

Merry Christmas and Happy New Year

I guess we all wait for the Christmas holidays to recover from a long year of hard work, enjoy some more time with family and friends and prepare for the new year at the doors. As I am writing this, … Continue reading

Posted in AV16/32, PIC32, Tips and Tricks | Comments Off on Merry Christmas and Happy New Year

Electronica 2008

This is the week of the Electronica 2008 in Munich (Germany) and I am available at the Microchip booth (A4-560) all week to talk about 16 and 32-bit programming but especially about flying! If you are a PIC24 or a … Continue reading

Posted in PIC32 | Tagged | Comments Off on Electronica 2008

Deep Blue PIC32

An email from Tim O. this week made me think about the possibility of computers conversing with humans, or rather the impossibility of it, as Turing once proposed it as the ultimate test of the machine intelligence.  This in turn … Continue reading

Posted in PIC32 | Comments Off on Deep Blue PIC32