Digital Signal Controllers Knowledge Base

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Digital Signal Controllers Knowledge Base

Labels

Discussions

Sort by:
With a goal of energy conservation, a project is herein documented and attached as a zip file showing how to operate the key peripherals for a simple power supply (which can be embelished as desired).   All of the peirpherals involved in a power supply are included in the project and are configured to be clocked during STOP mode.   The main program consists of a simple do forever loop which inlcude two instructions:   Goto STOP mode NOP   The NOP is there just to put a breakpoint to show that the CPU wakes up on the timer interrupt. At that point, the ADC samples are available, the PWM and comparator have been running the power supply.   The key is using Processor Expert to configure the clocks to keep running in STOP mode.  This lets the core stop while the smart peripherals keep the power supply running. This is shown just below:     And of course, turn on the clocks for these in the regular run mode as well as shown just above.   The zipped project is attached for CodeWarrior 10.6 for MCU. It uses the MC56F82748 device, the latest DSC from Freescale.
View full article
Update for QuickStart GCT V2.6.3, Updates CPU peripherals and pinout page for all supported devices.
View full article
Graphical configuration tool for QuickStart 2.6 for DSC, V2.6.31, To apply the update unpack the file to <DSC56800EX_Quick_Start_r2.6_path>\tools\gct\
View full article
Codewarrior-Tap Overview
View full article