BSP430  20141115
Board Support Package for MSP430 microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Macros
bsp430_config.h File Reference

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
 

Detailed Description

Platform-specific BSP430 configuration directives for MSP-EXP430F5529

Homepage
http://github.com/pabigot/bsp430

Macro Definition Documentation

#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.

C Preprocessor Only:
This macro may have a value that restricts its use to C preprocessor conditional directives.
Defaulted:
The value here is superseded by previously encountered definitions.
Affects:
BSP430_TIMER_CCACLK_PERIPH_CPPID and all related values