|
发表于 2008-10-15 17:33:03
|
显示全部楼层
我这里是这样的MTK6225的配置,有时候偏直还是很不乐观.
#ifdef __BTMODULE_RFMD3500__
/*RFMD*/
/*RFMD*/ const unsigned char bt_gpio_setting[16] =
/*RFMD*/ { 8, 1, // power on : pin(if use GPO, please plus 100), pol
/*RFMD*/ 9, 1, // gsm2bt : pin(if use GPO, please plus 100), pol
/*RFMD*/ 0xFF, 1, // bt2gsm(5): pin(EINT n), pol
/*RFMD*/ 33, 34, // rxd3(33), txd3(34)
/*RFMD*/ 0xFF,0xFF, // cts3(35), rtx3(36)
/*RFMD*/ 0, 0, // reserved
/*RFMD*/ 0, 0, // reserved
/*RFMD*/ 0, 0 // reserved
/*RFMD*/ };
/*RFMD*/
#endif
#ifdef __BTMODULE_MT6601__
/*GORM*/
/*GORM*/ const unsigned char bt_gpio_setting[16] =
/*GORM*/ { 0xFF, 1, // power on : pin(if use GPO, please plus 100), pol
/*GORM*/ 103, 1, // reset : pin(if use GPO, please plus 100), pol
/*GORM*/ 3, 1, // bt2gsm : pin(EINT n), pol
/*GORM*/ 49, 50, // rxd3, txd3
/*GORM*/ 0xFF, 0xFF, // cts3, rts3
/*GORM*/ 102, 2, // lpoclk, mode
/*GORM*/ 51, 54, // PCM clk, PCM sync
/*GORM*/ 52, 53 // PCM data output, PCM data input
/*RFMD*/ };
/*GORM*/ |
|