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
Search found 4 matches
- Mon Aug 16, 2010 10:52 am
- Forum: General Remark and Questions
- Topic: PIC32 Bootloader memory offset
- Replies: 1
- Views: 8075
- Thu Aug 12, 2010 10:14 am
- Forum: General Remark and Questions
- Topic: PIC32 Bootloader memory offset
- Replies: 1
- Views: 8075
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...
- Wed Aug 08, 2007 3:42 pm
- Forum: Request for new functions / Peripheral / Chip support
- Topic: Support for CAN Module?
- Replies: 34
- Views: 140733
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.
- Wed Aug 08, 2007 3:36 pm
- Forum: bug reports
- Topic: PLL does not seem to work correctly (bug report)
- Replies: 1
- Views: 19744
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...