2016年11月29日 星期二

IAR for 8051

IAR可以將C轉換成8051,

接著再用BTool等工具將8051程式碼燒錄到晶片上

但TI提供的Souce code很複雜

裡面有OSAL這個半OS的核心在運行

可以參考
http://thinkingiot.blogspot.tw/2015/02/ti-ble-stack-osal-cc254x.html

如果開發板不屬於TI, 可以porting 自己的 driver 到 HAL 內, 所以可以在 SW 繼續使用 HAL 定義的 API


IO控制
https://my.oschina.net/u/184090/blog/333164


類似成品 - 成大BLE 藍牙貼片體溫計
http://blog.mainpi.com/archives/190

BLE Peripheral用法
http://gogoprivateryan.blogspot.tw/2014/09/cc2540-bluetooth-low-energy-3.html

藍芽學習ADC
http://www.cnblogs.com/chenzhao207/p/4539197.html

ADC 2541
http://www.cnblogs.com/chenzhao207/p/4539197.html

藍牙溫度傳送
http://www.voidcn.com/blog/feilusia/article/p-4982949.html

CC2541 2.4-GHz Bluetooth™ low energy and Proprietary System-on-Chip

現在改用TI的CC2541, 裡面有藍芽、MCU

http://www.deyisupport.com.edgekey.net/question_answer/wireless_connectivity/bluetooth/f/103/t/89363.aspx

http://www.deyisupport.com.edgekey.net/question_answer/wireless_connectivity/bluetooth/f/103/p/50367/154200.aspx



CC2540/CC2541的基本操作
http://www.programgo.com/article/63055415794/


CC2541 BLE Peripheral工程的建立

http://ziye334.lofter.com/post/2435a3_295a74c


TI CC2541的狗日的Key

http://www.cnblogs.com/Montauk/p/5892047.html