EmbeddedRelated.com
Forums

32bit PICs announced

Started by FreeRTOS.org November 5, 2007
>> and I would also like to see some 32- >> bit timers on a 32-bit micro. > > I found the PIC32 does have cascade modes, so two pairs of 16 bit blocks > can function as 32 bits. > You cannot capture from one timer, using the other timer's output > (without looping pins), and there is no 'clear on capture' mode.
There is a 32bit core timer - that is, part of the core itself, not a peripheral. It is somewhat limited in its operational modes though. -- Regards, Richard. + http://www.FreeRTOS.org 14 official architecture ports, 1000 downloads per week. + http://www.SafeRTOS.com Certified by T�V as meeting the requirements for safety related systems.
Christopher Cole wrote:
> Can the internal PC point to external memory?
I don't think there is any off-chip code in the first releases (so it's like the AVR in that respect) It does have this : Parallel Master and Slave Port (PMP/PSP) with 8-Bit and 16-Bit Data and Up to 16 Address Lines Which would give high bandwidth interface to CPLD/FPGA slaves, and SRAM expansion. -jg