Search found 4 matches

by mlove
Mon Aug 16, 2010 10:52 am
Forum: General Remark and Questions
Topic: PIC32 Bootloader memory offset
Replies: 1
Views: 5346

Re: PIC32 Bootloader memory offset

Hi all, It was just a matter of changing the procdefs.ld file for the device being used and then the target generates the correct application code for use with the MC bootloader.

Matthew
by mlove
Thu Aug 12, 2010 10:14 am
Forum: General Remark and Questions
Topic: PIC32 Bootloader memory offset
Replies: 1
Views: 5346

PIC32 Bootloader memory offset

Hi There, I was wanting to use the PIC32 Bootloader to upload code for en embedded application. Use of the bootloader requires that the start vector for the application sofware has a memory offset added to the code and uses a custom set of *.ld files and bootloader memory file. Is there a way to edi...
by mlove
Wed Aug 08, 2007 3:42 pm
Forum: Request for new functions / Peripheral / Chip support
Topic: Support for CAN Module?
Replies: 34
Views: 63625

Most projects I do also use CAN

Its worth developing the CAN driver blocks as its is widely used. SPI and I2C are ok for on board devices like A/D etc, but CAN is far superior for noisy enviroments and long cable runs.
by mlove
Wed Aug 08, 2007 3:36 pm
Forum: bug reports
Topic: PLL does not seem to work correctly (bug report)
Replies: 1
Views: 7599

PLL does not seem to work correctly (bug report)

When using the Explorer demo with a crystal frequency between 8 and 16 MHz only the base clock functions correctly. When the PLL is ticked a divide by zero error occurs on the matlab command line. The mask shows zero for instructions, and prescaler says NaN. I was trying to get 40MIPS with the 8 MHz...