Archive for the ‘Microchip C30’ Category

dsPIC serial ports

Sunday, March 23rd, 2008

In general the dsPIC is well blessed with peripherals. The dsPIC30F6015 I am using at the moment has two serial ports in addition to a couple of SPI ports and an I2C port. These UARTs seem pretty easy to use as well. Still, like other peripherals on the dsPIC, they ...

Integer promotion in C30

Friday, July 6th, 2007

I was having a browse through the book 'Programming 16-bit Microcontrollers in C. Learning to Fly the PIC24' by Lucio Di Jasio. Leaving aside for now the tendency for authors to use overlong titles, there seems to me some interesting stuff in there. Early on there is a bit about what ...