2011-11-08, 23:00:20
Hi,
You will need to add code to configure PLL. You can do that in this section in ds30loader.s:
You also need to modify the PPS template in ds30loader.s
Finally you need to configure the configuration bits.
If haven't done so already, read the manuals.
From the manual
You will need to add code to configure PLL. You can do that in this section in ds30loader.s:
Code:
;------------------------------------------------------------------------------
; User specific entry code go here, see also user exit code section at end of file
;------------------------------------------------------------------------------
You also need to modify the PPS template in ds30loader.s
Finally you need to configure the configuration bits.
If haven't done so already, read the manuals.
From the manual
Quote:USE_ALTIO
Uncomment to use alternative I/O for UART1. This setting is only valid for dsPIC30F devices.
More information about the BRGH settings is available in the device datasheet.