BSP430
20141115
Board Support Package for MSP430 microcontrollers
|
Platform-specific BSP430 configuration directives for MSP-EXP430F5529 More...
Go to the source code of this file.
Macros | |
#define | configBSP430_PLATFORM_EXP430F5529_CCACLK_NEED_CLK 0 |
#define | configBSP430_PERIPH_XT2 1 |
Platform-specific BSP430 configuration directives for MSP-EXP430F5529
#define configBSP430_PERIPH_XT2 1 |
EXP430F5529 has a 4MHz XT2 installed.
#define configBSP430_PLATFORM_EXP430F5529_CCACLK_NEED_CLK 0 |
Influence selection of TIMER_CCACLK on EXP430F5529
The EXP430F5529 does not expose all of CLK, CC0, and CC1 pins for any of its timer peripherals. Depending on secondary uses for CCACLK you need to pick between available features.
If you set this to a true value the timer will allow an external CLK to be provided, but neither CC0 nor CC1 are accessible.
If you set this to a false value (default) the timer will support external access for CC0 and CC1, but not for CLK.