TMS320F28335 Library  1.0
Documentation
System Controls

The System Controls module configures the clock of the device. It sets the watchdog, the phase-locked loop (PLL) status register and configures the clocking of peripheral modules. This function needs to be called first to ensure the functionality of other modules.


Code example

#include "global_defines.h" //Include global_defines
#include "system_controls.h" //Include system controls module
void main(void){
setSystemControls(); //Call setSystemControls() function in your main function
//Call other (init-) functions and write program
}

Documented C-Code of module:

system_controls


Detailed description in Technical Reference Manual:

Technical_Reference_Manual

global_defines.h
Header file for global defines.
setSystemControls
void setSystemControls(void)
Configuration of system control register.
Definition: system_controls.c:13
system_controls.h
Header file for System Controls module.