BDE-BDM209A Quick Start
BDE Technology Inc.
6
/
15
5.
SDK for BDE-BDM209A
CC2564CMSP432BTBLESW is CC2564C TI Dual-mode Bluetooth Stack on MSP432 MCUs. Stack
download link is:
https://www.ti.com/tool/CC2564CMSP432BTBLESW
Also, developers can find the stack user guide on this page.
Sample applications in the SDK are available for CCS, IAR, and Keil. Developers can follow the
steps in chapter 6.2 of TI stack user guide to set up the sample applications.
CCS link is:
https://www.ti.com/tool/CCSTUDIO-MSP?keyMatch=&tisearch=search-
everything&usecase=partmatches
6.
Run the Demos in the CC2564CMSP432BTBLESW SDK on BDE-
BDM209A
To run the sample Demo codes in the CC2564CMSP432BTBLESW SDK on BDE-BDM209A,
please take the following step.
1.
Find HRDWCFG.h file, change the I2C pins to P1.6 and P1.7
#define HRDWCFG_I2C_MODULE EUSCI_B0_BASE
#define HRDWCFG_I2C_SDA_PORT_NUM GPIO_PORT_P1
#define HRDWCFG_I2C_SDA_PIN_NUM GPIO_PIN6
#define HRDWCFG_I2C_SCL_PORT_NUM GPIO_PORT_P1