博碩士論文 104552009 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:16 、訪客IP:3.16.83.150
姓名 梁昌鎔(Chang-Rong Liang)  查詢紙本館藏   畢業系所 資訊工程學系在職專班
論文名稱 一個超級微控制器設計與實作
(Design and Implementation of a Super-Microcontroller)
相關論文
★ 整合GRAFCET虛擬機器的智慧型控制器開發平台★ 分散式工業電子看板網路系統設計與實作
★ 設計與實作一個基於雙攝影機視覺系統的雙點觸控螢幕★ 智慧型機器人的嵌入式計算平台
★ 一個即時移動物偵測與追蹤的嵌入式系統★ 一個固態硬碟的多處理器架構與分散式控制演算法
★ 基於立體視覺手勢辨識的人機互動系統★ 整合仿生智慧行為控制的機器人系統晶片設計
★ 嵌入式無線影像感測網路的設計與實作★ 以雙核心處理器為基礎之車牌辨識系統
★ 基於立體視覺的連續三維手勢辨識★ 微型、超低功耗無線感測網路控制器設計與硬體實作
★ 串流影像之即時人臉偵測、追蹤與辨識─嵌入式系統設計★ 一個快速立體視覺系統的嵌入式硬體設計
★ 即時連續影像接合系統設計與實作★ 基於雙核心平台的嵌入式步態辨識系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (2027-9-12以後開放)
摘要(中) 在工業領域,物聯網,醫學,車用,航空等等領域,使用微控器的產品常需要連接更多的感測器跟其他異質裝置,常受限於單晶片周邊數量以及種類,如何提升與擴充是個常見的問題。本文提出一個擴充的架構以及開發平台,使得通用目的微控器能夠擴充周邊硬體,並且有彈性,高速資料交換,擴充後開發簡單等優點。合併多顆微控器與一個中介橋接器,去擴充原本的微控器成一個更大的微控器結構,解決周邊不足、核心間資料量存取過低導致存取裝置延遲過高等問題,並且在硬體上實作本次的實驗平台,以便完全利用FPGA的腳位與效率,方便實驗超級微控器硬體電路以及未來實驗的目的,並且注重信號傳輸的質量,最後在驗證上使用多顆感測器做驗證。
摘要(英) In past microcontrollers are used for various industrial and domestic applications. an increase in the number of microcontrollers for information changing is an important subject to solve problem of low latency and multi-peripheral connected. it becomes important to maintain proper coordination among them.
When peripheral of microcontroller is not enough to use for connection of device, we provide a scheme to connect more device with low latency, flexibility, and efficiency. we use a combination of microcontrollers and one FPGA bridge for purpose of expansibility and flexibility, choosing Master-Slave architecture to build up Super-microcontroller system.
We demonstrate the platform work by making use of an UART based monitoring tool. Using the tool, we can check message from Master or Slave MCU , Get time interval between time points we need, and authenticate that the system and platform we build match research purposes .
For research purposes, we implement two kinds of PCBA to solve FPGA I/O connection to STM32H747XI FMC. these PCBs are applied with high-speed basis. We design schematic, layout PCB, make PBCA and write HDL for FPA and C for MCU.
We use Slave MCU board to get six MPU9250 by SPI controllers. Through the bridge board, the master MCU can get data from eighteen MPU9250 with three slave MCU boards. The master MCU can make more peripheral controller like this way. In master view, it has more peripheral to use for device connecting.
關鍵字(中) ★ 微控制器
★ 微控器
★ 橋接器
★ 周邊控制器
關鍵字(英) ★ micro-controller
★ bridge
★ peripheral
論文目次 摘要 ii
Abstract iii
誌謝 iv
目錄 v
圖目錄 ix
表目錄 xv
第一章、緒論 1
1.1、研究背景與動機 1
1.2、研究目的 3
1.3、論文架構 4
第二章、文獻回顧 5
2.1、擴充周邊方案 5
2.1.1、軟體模擬硬體方案 5
2.1.2、(解)多工器架構方案 6
2.1.3、多微控制器方案 7
2.1.4、客製化周邊控制器 10
2.2、控制器介面通訊 11
2.2.1、記憶體通訊界面 11
2.2.2、I2C串列傳輸介面 14
2.2.3、SPI 14
2.2.4、UART 16
2.3、印刷電路板高速電路設計理論 17
2.3.1、集總電路以及分布電路 17
2.3.2、傳輸線理論 18
2.3.3、傳輸線與信號反射 21
2.3.4、傳輸線的干擾 23
2.3.5、信號的同步問題 24
第三章、超級微控器系統設計 25
3.1、超級微控器架構 25
3.2、 MIAT 方法論 28
3.2.1 嵌入式設計系統方法論架構 28
3.3超級微控器平台設計與合成 29
3.3.1、橋接器系統硬體設計與合成 30
3.3.2、主控端微控制器軟體架構與合成 42
3.3.3、從屬端微控器軟體架構與合成 44
第四章、超級微控器平台硬體設計 47
4.1、橋接器硬體設計 49
4.1.1、電路設計 49
4.1.2、橋接器布局與印刷電路板設計限制 53
4.2、主控與從機端硬體設計 60
4.2.1、主控與從機端電路設計 60
4.2.2、微控器布局與印刷電路板設計限制 63
第五章、系統整合驗證與實驗結果 69
5.1實驗環境 69
5.1.1慣性量測資料輸入 70
5.1.2訊息紀錄器 70
5.1.3 頻譜分析儀 71
5.1.4 邏輯分析儀 71
5.2開發平台實驗測試 72
5.2.1訊息交換記憶體控制器驗證 73
5.2.2 資料控制器與主控端特殊暫存器驗證 77
5.2.3資料存取時間驗證實驗 82
5.2.4反射係數量測 88
5.3與相關研究比較 90
第六章、結論 92
6.1結論 92
6.2未來展望 93
參考文獻 94
參考文獻 [1] M. Capra, R. Peloso, G. Masera, M. R. Roch, and M. Martina, “Edge computing: A survey on the hardware requirements in the Internet of Things world,” Future Internet, vol. 11, no. 4, pp. 100, 2019.
[2] S. Khriji, D. El Houssaini, I. Kammoun, and O. Kanoun, “Energy efficient techniques in wireless sensor networks,” in Energy Harvesting for Wireless Sensor Networks: Technology, Components and System Design. Berlin, Germany: De Gruyter Oldenbourg, pp.287-303, 2018.
[3] Moore G.E. “Cramming more components onto integrated circuits,” Electronics, Volume 38, Number 8, April 19, 1965
[4] P. Ferrari, A. Flammini, E. Sisinni, S. Rinaldi, D. Brandao, and M. S. Rocha, “Delay estimation of industrial IoT applications based on messaging protocols,” IEEE Trans. Instrum. Meas., vol. 67, no. 9,pp. 2188–2199, 2018.
[5] M. Abbasi, M. H. Yaghmaee and F. Rahnama,” Internet of Things in agriculture: A survey” , 3rd International Conference on Internet of Things and Applications (IoT)., IEEE, pp.1-12, 2019.
[6] M. Hayashikoshi, Y. Sato, H. Ueki, H. Kawai, and T. Shimizu,” Normally-Off MCU Architecture for Low-power Sensor Node” 19th Asia and South Pacific Design Automation Conference (ASP-DAC), pp.1-5,2014 .
[7] V. Avula, R.Nanditha, S. Dhuli, and P. Ranjan ,“The Internet Of Everything: A Survey”, 13th International Conference on Computational Intelligence and Communication Networks, pp.72-79 2021.
[8] B. Dhanalaxmi and G. A. Naidu, “A survey on design and analysis of robust IoT architecture”, International Conference on Innovative Mechanisms for Industry Applications,pp.1-4,2017.
[9] G. W. Huang and J.-T. Jeng, "Implementation of 16-Channel AMR Sensor Array for Quantitative Mapping of Two-Dimension Current Distribution," IEEE Transactions on Magnetics, pp. 1-5, 2018.
[10] D. Malik and P. Chinthaka, “Development of an Automated Camera-Based Drone Landing System” ,IEEE Access Vol. 8 , pp.202111 – 202121 , 2020.
[11] M. R. Roberto, G. R. Ronny; C. R. Alfonso ,R. D. Renato ,and A. Alfredo ,“Low-level algorithm for a software-emulated I2C I/O module in general purpose RISC-V based microcontrollers”, IEEE URUCON, pp. 1-5 ,2021.
[12] Q. Deng, Y. Su; S. Hu, X. Xiong, R. Juan, Y. Zhang, and H Ma, “A Parallel Impedance Measurement System for Electrical Impedance Tomography System with Multi - Microcontroller - Unit Architecture”, IEEE International Conference on Manipulation, Manufacturing and Measurement on the Nanoscale (3M-NANO), pp1-5, 2018.
[13] Y. Sun, Y. Wang, S. Li, B. Gu, A. Hou, and X Li,” Research on Design and Key Technology of New Generation Multi-MCUs Smart Meter”, IEEE 3rd Conference on Energy Internet and Energy System Integration (EI2), pp. 8-10 2019
[14] 劉忠棋, “基於多微控制器系統的物聯網閘道器設計”, 中央大學資訊工程學系碩士學位論文, pp. 1-79, 2016.
[15] 黃建榮, “三核心藍牙物聯網閘道器設計與實作”, 中央大學資訊工程學系碩士學位論文, pp. 1-75, 2017.
[16] 林俊宏, “一個4x4磁場感應器陣列設計與實作”, 中央大學資訊工程學系碩士學位論文, pp. 1-75,2021.
[17] J. H. Oh, Y. H. Yoon, J. K. Kim, H. B. Ihm, S. H. Jeon, T. H. Kim,S. and E. Lee,” An FPGA-based Electronic Control Unit for Automotive Systems”, IEEE International Conference on Consumer Electronics (ICCE),pp. 1-2,2019.
[18] E. Bogatin, Signal and Power Integrity – Simplified, 2nd Edition, Prentice Hall, 2010.
[19] T. Instruments, “Software i2c on msp430™ mcus,” 2018. [Online].Available: https://www.ti.com/lit/pdf/slaa703 (last visited Sep.9, 2022).
[20] Microchip, “Using a pic16c5x as a smart i2c™ peripheral,”1997. [Online]. Available: http://ww1.microchip.com/downloads/en/AppNotes/00541e.pdf (last visited Sep.9, 2022).
[21] T. W. Jern and T. B. Qui, “Electrical characterization of USB2 multiplexers/BC1.2 power switches/charging modules for accurate channel simulation”, 2nd International Conference on Electronic Design (ICED), pp. 1-6, August 2014,
[22] T. Hu, P. Yi; J. Zhang, and J. Lan,” Reliable and load balance-aware multi-controller deployment in SDN”, China Communications , pp.184-198, Vol. 15, no. 11, 2018
[23] R. Ashur , A. N. Al-Hayanni M., X. Fei , S. Rishad, R. Alexander, and Yakovlev Alex “Speedup and Power Scaling Models for Heterogeneous Many-Core Systems” IEEE Transactions on Multi-Scale Computing Systems ,pp. 436 - 449 Vol. 4,no. 3, 2018.
[24] STMicroelectronics” Reference manual STM32H745/755 and STM32H747/757 advanced Arm®-based 32-bit MCUs”
[25] Integrated Silicon Solution Inc. (ISSI) “8K x 8 HIGH-SPEED CMOS STATIC RAM”
[26] 于争 “信號完整性揭密 于博士的SI設計手記”機械工業出版社 , pp75-140 2013
[27] H. Johnson,M. Graham “High-Speed Digital Design: A Handbook of Black Magic”, Prentice Hall, pp. 223-248 1993
[28] F. D. Mbairi, W. P. Siebert, and H. Hesselbom, “High-Frequency Transmission Line Crosstalk Reduction Using Spacing Rules”,IEEE Transactions on Components and Packaging Technologies, vol. 31 no.3,pp. 601-610, 2008.
[29] Rosa J. Sánchez-Mesa, Diego M. Cortés-Hernández, Benjamín Gálvez-Sahagún, José E. Rayas-Sánchez, and Zabdiel Brito-Brit, “A Novel High-Performance Length Matching Element for High-Speed Interconnect Differential Channels” IEEE MTT-S Latin America Microwave Conference , pp.12-14, 2018
[30] C.-H. Chen, M.-Y. Lin, and X.-C. Guo, "High-level modeling and synthesis of smart sensor networks for Industrial Internet of Things," Computers & Electrical Engineering, vol. 61, no. Supplement C, pp. 48-66, Jul. 2017.
[31] V. Kadappa,and A. Negi,” Divide and Conquer Framework with Feature Partitioning Concepts”, IEEE Punecon pp. 1-5, 2018
[32] S. Schneider,M. Jürgens, and H. Karl, “Divide and Conquer: Hierarchical Network and Service Coordination”, IFIP/IEEE International Symposium on Integrated Network Management (IM), ,pp.1-9 ,2021
指導教授 陳慶瀚(Ching-Han Chen) 審核日期 2022-9-19
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明