欢迎访问ic37.com |
会员登录 免费注册
发布采购

AN4025 参数 Datasheet PDF下载

AN4025图片预览
型号: AN4025
PDF下载: 下载PDF文件 查看货源
内容描述: 实现一个血糖仪和血压计医疗器械 [Implementing a Glucometer and Blood Pressure Monitor Medical Devices]
分类和应用: 医疗器械
文件页数/大小: 31 页 / 2828 K
品牌: FREESCALE [ Freescale ]
 浏览型号AN4025的Datasheet PDF文件第15页浏览型号AN4025的Datasheet PDF文件第16页浏览型号AN4025的Datasheet PDF文件第17页浏览型号AN4025的Datasheet PDF文件第18页浏览型号AN4025的Datasheet PDF文件第20页浏览型号AN4025的Datasheet PDF文件第21页浏览型号AN4025的Datasheet PDF文件第22页浏览型号AN4025的Datasheet PDF文件第23页  
Bluetooth Connectivity  
Table 4. UART frequency settings  
OP3 OP3 OP3  
Baud Rate  
Read from NVS 1  
9.6 kbps  
1
0
0
1
1
1
0
1
1
1
0
1
115.2 kbps  
921.6 kbps  
1. System parameters in non-volatile storage  
When the value is at 1 this means a 1 K pull-up resistor must be placed.  
This conguration is with the LMX9838 Bluetooth® Serial Port Module. In the MC9S08LL16 the SCI baud rate must also be  
congured in the SCI_Init (void)function.  
void SCI_enable(void)  
{
SCIBD = BR;  
/* SCI baud rate = 10MHz/(16*65) = 9615 bps */  
SCIC1_LOOPS=0;  
SCIC2_TE=1;  
SCIC3_TXDIR=1;  
}
*******************************************************************************  
#ifndef __SCI_H_  
#define __SCI_H_  
#include "MyTypes.h"  
#define BR  
54  
/* BAUD RATE = 9600 (Baud rate mismatch = 0.160 %) */  
#define ERROR 0x07  
void SCI_enable(void);  
void SCI_Send_byte(UINT8);  
#endif /* __SCI_H_ */  
8.3 Bluetooth Software  
Bluetooth.h  
In the Bluetooth.h le are all the declared necessary functions to implement Bluetooth communication. The functions help to  
connect and disconnect the system. It also congures the serial port and when to reset.  
Function declarations:  
Set_Bluetooth_Communication(void)  
BT_SFW_Reset(void)  
BT_Send_Data(void)  
BT_SDAP_Connect(void)  
BT_SDAP_SPP_Service_Browse(void)  
BT_SDAP_Disconnect(void)  
BT_Create_SPP_Connection(void)  
BT_Send_Data(void)  
Implementing a Glucometer and Blood Pressure Monitor Medical Devices, Rev. 1, 4/2010  
Freescale Semiconductor, Inc.  
19  
 复制成功!