Social
Meta
Meta
Author Archives: Lucio Di Jasio
Where is my RAM?
I know there are gobbles of RAM in a PIC32 (more than the entire FLASH bank in most other PIC16/18… ) but RAM is one of those things in life you can never have enough of! Plus, I am an … Continue reading
Posted in PIC32, Tips and Tricks
1 Comment
Olimex PIC-P32MX board
And the PIC32 demo boards saga cannot be complete until we mention the Olimex PIC-P32MX This board is interesting and unique for a couple of good reasons: It offers a traditional serial port instead of the USB interface It ‘s … Continue reading
A Great New Board from mikroElektronika
The guys at mikroElektronika are very well known in the embedded and educational world for their large but inexpensive and well laid out boards for all PIC products. So I had been waiting quite anxiously for their first PIC32 specific … Continue reading
A new PIC32 Stick
There is a new third party tool available for the PIC32 … it’s a stick! I love sticks because they are easy to handle, expand, connect. They fit on good old breadboards and wire wrap (perforated) boards. The guys at … Continue reading
June Bug(s)
I am always grateful to readers that report to me typos and/or issues found with the books listings and the CDROM code, but today I want to thank particularly Laurent Debrauwer not only for pointing out an issue with the … Continue reading
Loosing your Head(er)
Contrary to what most MPLAB users believe, the “Headers” folder in MPLAB Project window is not affecting the compiler selection and access to .h files. It is there merely to let you access them quickly and open them in the … Continue reading
Posted in PIC32
Comments Off on Loosing your Head(er)
MicroC/OS II
I finally got my hands around “the book” on Real Time Operating Systems. Read it all in a couple of days… I loved the clarity and completeness. Highly, highly recommended! Definitely added to my “favorites” bookshelf !
Searching for a Pin in a Haystack
There is one problem I have with the current style used in the PIC24 and PIC32 datasheets, it has to do with the way the pin out of the device is presented. Since so many functions are multiplexed on each … Continue reading
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