首页 磁力链接怎么用

[FreeCourseSite.com] Udemy - Mastering Microcontroller with Embedded Driver Development

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2020-9-21 06:13 2024-7-1 13:51 214 4.27 GB 245
二维码链接
[FreeCourseSite.com] Udemy - Mastering Microcontroller with Embedded Driver Development的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 10. Understanding MCU Clocks and Details/1. Understanding MCU Clocking SystemPart1.mp444.67MB
  2. 10. Understanding MCU Clocks and Details/2. Understanding MCU Clocking System Part2.mp491.2MB
  3. 10. Understanding MCU Clocks and Details/3. Exercise-Using HSI Clock and Clock MeasurementPart 1.mp445.86MB
  4. 10. Understanding MCU Clocks and Details/4. Exercise-Using HSI Clock and Clock Measurement Part 2.mp441.11MB
  5. 11. Understanding MCU Peripheral Clock Control/1. Understanding MCU Peripheral Clock control.mp416.67MB
  6. 11. Understanding MCU Peripheral Clock Control/2. Exercise EnablingDisabling Peripheral Clock.mp434.91MB
  7. 11. Understanding MCU Peripheral Clock Control/3. Exercise-Making HSE as System Clock.mp472.83MB
  8. 11. Understanding MCU Peripheral Clock Control/4. Exercise-Making HSE as System Clock Contd..mp456.92MB
  9. 12. Understanding MCU Vector table/1. Understanding MCU Vector Table Part-1.mp439.57MB
  10. 12. Understanding MCU Vector table/2. Understanding MCU Vector Table Part-2.mp437.29MB
  11. 13. Understanding MCU interrupt Design , NVIC, Interrupt handling/1. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 1.mp435.94MB
  12. 13. Understanding MCU interrupt Design , NVIC, Interrupt handling/2. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 2.mp4142.22MB
  13. 13. Understanding MCU interrupt Design , NVIC, Interrupt handling/3. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 3.mp418.34MB
  14. 13. Understanding MCU interrupt Design , NVIC, Interrupt handling/4. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 4.mp414.98MB
  15. 14. Understanding MCU Specific Header file/1. Understanding MCU Specific header file Part 1.mp489.19MB
  16. 14. Understanding MCU Specific Header file/2. Understanding MCU Specific header file Part 2.mp4154.43MB
  17. 15. Importance of Volatile Keyword/1. Importance of Volatile Keyword Part-1.mp427.09MB
  18. 15. Importance of Volatile Keyword/2. Importance of Volatile Keyword-Part 2.mp421.9MB
  19. 16. GPIO Must know concepts/1. GPIO pin and GPIO port.mp45.37MB
  20. 16. GPIO Must know concepts/2. GPIO behind the scene.mp45.95MB
  21. 16. GPIO Must know concepts/3. GPIO input mode with high impedance state.mp42.9MB
  22. 16. GPIO Must know concepts/4. GPIO input mode with pull-updown state.mp42.78MB
  23. 16. GPIO Must know concepts/5. GPIO output mode with open drain state.mp411.39MB
  24. 16. GPIO Must know concepts/6. GPIO output mode with push pull state.mp45.75MB
  25. 16. GPIO Must know concepts/7. Optimizing IO power consumption.mp46.87MB
  26. 17. GPIO Programming structure and Registers/1. GPIO programming structure.mp48.15MB
  27. 17. GPIO Programming structure and Registers/10. GPIO alternate function register(used to set alternate functionality for a pin ).mp49.42MB
  28. 17. GPIO Programming structure and Registers/2. Exploring GPIO PORT and pins of STM32F4xx Discovery board.mp42.49MB
  29. 17. GPIO Programming structure and Registers/3. GPIO Mode register(used to set mode for a pin).mp47.97MB
  30. 17. GPIO Programming structure and Registers/4. GPIO port output type register(used to specify op type).mp42.94MB
  31. 17. GPIO Programming structure and Registers/5. GPIO port output speed register (how quick transition).mp47.37MB
  32. 17. GPIO Programming structure and Registers/6. GPIO port pull-uppull-down register(used to activatedeactivate pull-ups).mp44.72MB
  33. 17. GPIO Programming structure and Registers/7. GPIO port input data register (used to read from pin).mp42.61MB
  34. 17. GPIO Programming structure and Registers/8. GPIO port output data register(used to write to pin).mp42.75MB
  35. 17. GPIO Programming structure and Registers/9. Enabling and disabling GPIO peripheral clock.mp47.97MB
  36. 18. GPIO Driver Development Getting started/1. Overview of the driver development task.mp43.8MB
  37. 18. GPIO Driver Development Getting started/2. Driver API Requirements.mp43.4MB
  38. 18. GPIO Driver Development Getting started/3. Creating Driver Template Project Eclipse.mp493.17MB
  39. 18. GPIO Driver Development Getting started/4. Creating Driver Template Project KEIL.mp49.92MB
  40. 19. GPIO Driver Development Driver header file/1. Implementing Driver Header file.mp419.84MB
  41. 2. Development based used in our course/2. About MCU Development board.mp450.57MB
  42. 2. Development based used in our course/3. STM32F4 Discovery and Nucleo Board Details.mp4114.21MB
  43. 2. Development based used in our course/4. ST-Link Driver Installation.mp432.3MB
  44. 2. Development based used in our course/5. ST Link Firmware Upgrade.mp432.31MB
  45. 20. GPIO Driver Development Implementing Init API/1. Code to configure the mode.mp48.93MB
  46. 20. GPIO Driver Development Implementing Init API/2. Code to configure GPIO speed and output type.mp43.87MB
  47. 20. GPIO Driver Development Implementing Init API/3. Code to configure GPIO pull-uppull down.mp42.9MB
  48. 20. GPIO Driver Development Implementing Init API/4. Configuring alternate function.mp46.52MB
  49. 21. GPIO Driver Development Implementing ReadWrite APIs/1. Implementing GPIO Read API.mp43.59MB
  50. 21. GPIO Driver Development Implementing ReadWrite APIs/2. Implementing GPIO Write API.mp42.49MB
  51. 22. GPIO driver Code testingWriting Sample APP/1. Write init function to configure LED.mp49.31MB
  52. 22. GPIO driver Code testingWriting Sample APP/2. Code implementation to turn onofftoggle LED.mp43.94MB
  53. 22. GPIO driver Code testingWriting Sample APP/3. Testing the sample Application on development board.mp42.74MB
  54. 22. GPIO driver Code testingWriting Sample APP/4. Testing LED behaviour on logic analyser software.mp46.34MB
  55. 23. GPIO Interrupt Handling/1. Exploring How peripherals interrupts the processor via NVIC.mp419.71MB
  56. 23. GPIO Interrupt Handling/2. GPIO irq numbers.mp413.48MB
  57. 23. GPIO Interrupt Handling/3. Vector table and IRQ handlers.mp46.6MB
  58. 23. GPIO Interrupt Handling/4. Adding interrupt handling apis to our driver.mp45.28MB
  59. 23. GPIO Interrupt Handling/5. Implementing APIs to Configure and Enable External Interrupts.mp414.53MB
  60. 23. GPIO Interrupt Handling/6. Clearing external interrupt (otherwise NVIC will keep getting kicked ).mp42.93MB
  61. 23. GPIO Interrupt Handling/7. Test interrupt APIs we developed by using button.mp48.18MB
  62. 24. SPI Essentials (All about SPI)/1. Introduction to SPI.mp43.46MB
  63. 24. SPI Essentials (All about SPI)/2. Understanding SPI protocol.mp417.05MB
  64. 24. SPI Essentials (All about SPI)/3. SPI behind the scene.mp45MB
  65. 25. What is phase , polarity and SPI modes/1. Significance of Polarity and Phase.mp411.41MB
  66. 25. What is phase , polarity and SPI modes/2. Different SPI Modes with Timing diagram.mp47.78MB
  67. 25. What is phase , polarity and SPI modes/3. Uni-Directional and Bi-Directional SPI.mp48.07MB
  68. 26. SPI Functional Block and Clock/1. Exploring SPI functional block(How SPI Engine works in MCU ).mp49.57MB
  69. 26. SPI Functional Block and Clock/2. SPI Peripheral clock and Serial clock.mp412.86MB
  70. 27. SPI Important Registers/1. Exploring SPI Control Registers(CR).mp414.21MB
  71. 27. SPI Important Registers/2. Exploring SPI Data Registers(DR).mp44.37MB
  72. 27. SPI Important Registers/3. Exploring SPI Status Registers(SR).mp43.39MB
  73. 28. SPI Driver Development Getting started/1. Overview.mp43.56MB
  74. 28. SPI Driver Development Getting started/2. Driver API Requirements.mp42.52MB
  75. 28. SPI Driver Development Getting started/3. Exploring different SPI Peripherals and pin packs of the MCU.mp42.35MB
  76. 29. SPI Driver Development Writing Driver header file/1. SPI Register Bit Definitions Macros(Converting register details in to Macros).mp49.23MB
  77. 29. SPI Driver Development Writing Driver header file/2. SPI Data structures.mp417.97MB
  78. 29. SPI Driver Development Writing Driver header file/3. Driver exposed APIs to handle SPI.mp49MB
  79. 3. OpenSTM32 System Workbench installation/2. Downloading and Installing OpenSTM32 System-Workbench.mp469.08MB
  80. 3. OpenSTM32 System Workbench installation/3. Installing OpenSTM32 System-Workbench.mp421.56MB
  81. 3. OpenSTM32 System Workbench installation/5. STM32CubeMX Installation.mp439.26MB
  82. 30. SPI Driver Development Implementing init API/1. Writing init function and helper functions.mp44.93MB
  83. 30. SPI Driver Development Implementing init API/2. Configuring mode, phase and polarity.mp43.78MB
  84. 30. SPI Driver Development Implementing init API/3. Configuring datasize, baudrate and direction.mp43.49MB
  85. 30. SPI Driver Development Implementing init API/4. Configuring NSS(Slave select pin ).mp410.78MB
  86. 30. SPI Driver Development Implementing init API/5. EnablingDisabling SPI Peripheral.mp43.31MB
  87. 31. SPI Driver Development Implementing TXRX API/1. Implementing TX API for master.mp48.66MB
  88. 31. SPI Driver Development Implementing TXRX API/2. Implementing RX API for master.mp45.31MB
  89. 31. SPI Driver Development Implementing TXRX API/3. Implementing TX API for slave.mp46.75MB
  90. 31. SPI Driver Development Implementing TXRX API/4. Implementing RX API for slave.mp42.69MB
  91. 32. SPI MasterSlave Communication/1. How does SPI master TXRX data .mp416.97MB
  92. 32. SPI MasterSlave Communication/2. How does SPI slave TXRX data .mp48.76MB
  93. 33. SPI Driver Development Implementing TX ISR/1. Understanding SPI TXRX IRQ numbers.mp413.67MB
  94. 33. SPI Driver Development Implementing TX ISR/2. Setting up TXERXNE interrupt.mp43.34MB
  95. 33. SPI Driver Development Implementing TX ISR/3. Writing SPI irq handler.mp46.23MB
  96. 33. SPI Driver Development Implementing TX ISR/4. Handling spi Tx interrupt.mp46.77MB
  97. 34. SPI Driver Development Implementing RX ISR/1. Handling RX done interrupt in ISR.mp43.52MB
  98. 35. Writing SPI sample application Getting Started/1. Understanding the Requirements.mp45.72MB
  99. 35. Writing SPI sample application Getting Started/2. Understanding connection diagram.mp44.74MB
  100. 36. Writing SPI sample application Master Code/1. Initialization.mp429.1MB
  101. 36. Writing SPI sample application Master Code/2. Defining various IRQ handlers.mp47.35MB
  102. 36. Writing SPI sample application Master Code/3. Master write Sequences (send CMD, get ACK, send data).mp410.74MB
  103. 36. Writing SPI sample application Master Code/4. Master Receive Sequences(Send CMD, get ACK, get data).mp44.85MB
  104. 37. Writing SPI sample application Slave Code Implementation/1. Initialization.mp42.62MB
  105. 37. Writing SPI sample application Slave Code Implementation/2. Slave Handling ReadWrite command from master.mp412.37MB
  106. 38. Testing , Decoding and Debugging Tips/1. Initial testing on hardware.mp416.56MB
  107. 38. Testing , Decoding and Debugging Tips/2. Capture SPI transcation on Logic analyzer.mp410.76MB
  108. 38. Testing , Decoding and Debugging Tips/3. Decoding SPI transcation Using logic analyzer.mp48.06MB
  109. 38. Testing , Decoding and Debugging Tips/4. Common problems in SPI and Debugging Tips.mp411.23MB
  110. 39. I2C Essentials/1. Intro to I2C protocol.mp412.49MB
  111. 39. I2C Essentials/2. I2C Hardware Setup.mp45.35MB
  112. 4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/2. KEIL-MDK-5 Installation.mp465.73MB
  113. 4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/3. KEIL-MDK-5 Installation Contd..mp410.57MB
  114. 4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/4. KEIL-MDK-5 Pack Installation.mp458.83MB
  115. 4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/5. Locating Pack Installation files.mp48.62MB
  116. 4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/6. Creating a KEIL Project.mp437.95MB
  117. 4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/7. Understaning The Discovery Board.mp422.32MB
  118. 40. I2C protocol in Detail/1. Basics.mp45.3MB
  119. 40. I2C protocol in Detail/2. Address phase.mp42.84MB
  120. 40. I2C protocol in Detail/3. Start Condition.mp42.44MB
  121. 40. I2C protocol in Detail/4. ACKNACK.mp43.06MB
  122. 40. I2C protocol in Detail/5. Stop Condition.mp42.04MB
  123. 40. I2C protocol in Detail/6. Master ReadWrite Data Phase.mp45.91MB
  124. 40. I2C protocol in Detail/7. Repeated start (start with out a stop ).mp410.46MB
  125. 40. I2C protocol in Detail/8. Clock Stretching.mp48.7MB
  126. 41. I2C Operating Modes/1. I2C in fast mode and standard mode.mp43.93MB
  127. 41. I2C Operating Modes/2. I2C duty cycle.mp411.46MB
  128. 42. I2C Addressing mode/1. 7bit addressing.mp43.44MB
  129. 42. I2C Addressing mode/2. 10 bit addressing.mp43.18MB
  130. 43. I2C Functional block diagram and Clocks/1. Exploring I2C functional block in the MCU.mp46.32MB
  131. 43. I2C Functional block diagram and Clocks/2. I2C peripheral clock and serial line clock(Fpclk and SCL).mp412.46MB
  132. 44. I2C Interrupts/1. I2C IRQs and Interrupt Mapping.mp412.4MB
  133. 44. I2C Interrupts/2. Exploring I2C IRQ numbers.mp45.94MB
  134. 45. I2C Peripheral Registers/1. Exploring I2C Control Registers(CR).mp417.1MB
  135. 45. I2C Peripheral Registers/2. Exploring I2C Own Address Registers(OAR).mp42.48MB
  136. 45. I2C Peripheral Registers/3. Exploring I2C Data Register(DR).mp44.5MB
  137. 45. I2C Peripheral Registers/4. Exploring I2C Status Registers(SR).mp49.88MB
  138. 45. I2C Peripheral Registers/5. Exploring I2C Clock Control Register(CCR).mp45.93MB
  139. 46. I2C MasterSlave Communication/1. How I2C Master TX data .mp410.89MB
  140. 46. I2C MasterSlave Communication/2. How I2C Master RX data .mp425.39MB
  141. 46. I2C MasterSlave Communication/3. How I2C Slave TX data .mp43.7MB
  142. 47. I2C Driver Development Getting started/1. Overview.mp43.09MB
  143. 47. I2C Driver Development Getting started/2. Understanding the Requirements.mp41.6MB
  144. 47. I2C Driver Development Getting started/3. Exploring different I2C Peripherals and pins of the MCU.mp42.85MB
  145. 48. I2C Driver Development Driver header file/1. I2C Register Bit Definitions Macros.mp410.65MB
  146. 48. I2C Driver Development Driver header file/2. I2C Data structures.mp416.23MB
  147. 48. I2C Driver Development Driver header file/3. I2C Driver Exposed APIs.mp46.43MB
  148. 49. I2C Driver Development Init Function/1. Init API and Helper Functions.mp42.91MB
  149. 49. I2C Driver Development Init Function/2. Code Implementation to EnableDisable I2C peripheral.mp41.56MB
  150. 49. I2C Driver Development Init Function/3. Configure clock stretching , own address , auto ACKing.mp44.39MB
  151. 49. I2C Driver Development Init Function/4. Configure I2C mode, addressing mode and duty cycle.mp45.14MB
  152. 49. I2C Driver Development Init Function/5. Code to Initialize I2C Serial Clock.mp46.58MB
  153. 49. I2C Driver Development Init Function/6. Code to Generate StartStop condition.mp42.85MB
  154. 49. I2C Driver Development Init Function/7. EnablingDisabling Buff, Event, and Error interrupts.mp44.02MB
  155. 49. I2C Driver Development Init Function/8. Other Helper Functions.mp45.56MB
  156. 5. LEDButton Exercises using BSPs/1. Exercise LED Toggling App using Board BSP APIs.mp463.5MB
  157. 5. LEDButton Exercises using BSPs/2. Exercise LED Toggling App using Board BSP APIs-Nucleo.mp417.41MB
  158. 5. LEDButton Exercises using BSPs/3. Exercise Adding button support using board BSP APIs(Nucleo).mp423.63MB
  159. 50. I2C Driver Developemnt Writing TXRX API/1. Implementing TX API for MASTER.mp48.89MB
  160. 50. I2C Driver Developemnt Writing TXRX API/2. Implementing RX API for MASTER.mp45.86MB
  161. 50. I2C Driver Developemnt Writing TXRX API/3. Implementing TX API for SLAVE.mp43.6MB
  162. 50. I2C Driver Developemnt Writing TXRX API/4. Implementing RX API for SLAVE.mp42.63MB
  163. 51. I2C Event Interrupt handling for master/1. Implementing event interrupt handler.mp44.13MB
  164. 51. I2C Event Interrupt handling for master/2. Handling of TXE event for master.mp42.44MB
  165. 51. I2C Event Interrupt handling for master/3. Handling of TX BTF event for master.mp43.97MB
  166. 52. I2C Event Interrupt handling for slave/1. Handling of slave Address Match Event.mp43.22MB
  167. 52. I2C Event Interrupt handling for slave/2. Handling of STOP detection event Interrupt.mp44.11MB
  168. 52. I2C Event Interrupt handling for slave/3. Handling of TXE event Interrupt.mp44.91MB
  169. 52. I2C Event Interrupt handling for slave/4. Handling of TX BTF event Interrupt.mp42.17MB
  170. 52. I2C Event Interrupt handling for slave/5. Handling of RXNE and BTF event interrupt.mp44.04MB
  171. 53. I2C Error Interrupt Handling/1. Writing Error interrupt handler.mp46.69MB
  172. 53. I2C Error Interrupt Handling/2. Handling of Different I2C Errors.mp47.05MB
  173. 54. Writing I2C sample application Getting ready/1. Understanding the Requirements.mp44.84MB
  174. 54. Writing I2C sample application Getting ready/2. Understanding connection diagram.mp41.24MB
  175. 55. Writing I2C sample Application Master Code/1. I2C Initialization.mp424.11MB
  176. 55. Writing I2C sample Application Master Code/2. Implementing I2C IRQ Handlers.mp45.85MB
  177. 55. Writing I2C sample Application Master Code/3. Implementing master write Sequences(cmd,length,data).mp46.7MB
  178. 55. Writing I2C sample Application Master Code/4. Implementing master read Sequences(cmd,length,data).mp45.1MB
  179. 55. Writing I2C sample Application Master Code/5. Slave Handling ReadWrite Command from master.mp46.01MB
  180. 56. Testing and Protocol Decoding using logic analyzer (lets get the trace )/1. Initial testing on hardware.mp419.76MB
  181. 56. Testing and Protocol Decoding using logic analyzer (lets get the trace )/2. Decoding and Analyzing I2C transaction using logic analyzer.mp420.05MB
  182. 56. Testing and Protocol Decoding using logic analyzer (lets get the trace )/3. Common Problems in I2C and Debugging Tips.mp47.01MB
  183. 57. UART Essentials/1. Intro UART vs USART.mp47.05MB
  184. 57. UART Essentials/2. Understanding UART pins.mp45.71MB
  185. 57. UART Essentials/3. UART frame formats.mp44.3MB
  186. 57. UART Essentials/4. Baud Rate.mp45.14MB
  187. 57. UART Essentials/5. Synchronization bits.mp44.08MB
  188. 57. UART Essentials/6. UART Parity.mp47.85MB
  189. 58. UART functional block and Peripheral Clock/1. Exploring UART functional block.mp48.14MB
  190. 58. UART functional block and Peripheral Clock/2. UART peripheral clock.mp47.22MB
  191. 59. UART Communication/1. UART Transmitter.mp47.16MB
  192. 59. UART Communication/2. Uart Receiver.mp410.11MB
  193. 6. LEDButton Exercises with OpenSTM32 SystemWorkbench/1. Creating First project using OpenSTM32 System workbench LED Toggling App.mp4100.21MB
  194. 6. LEDButton Exercises with OpenSTM32 SystemWorkbench/2. Writing LED Toggling Application ( For Nucleo).mp468.29MB
  195. 6. LEDButton Exercises with OpenSTM32 SystemWorkbench/3. Downloading and testing LED Toggling Application ( For Nucleo).mp424.45MB
  196. 6. LEDButton Exercises with OpenSTM32 SystemWorkbench/4. Writing LED Toggling Application ( For Discovery).mp473.69MB
  197. 6. LEDButton Exercises with OpenSTM32 SystemWorkbench/5. Adding button support.mp494.96MB
  198. 6. LEDButton Exercises with OpenSTM32 SystemWorkbench/6. OpenSTM32 System Workbench Debugging.mp454.34MB
  199. 60. UART Interrupts/1. Exploring UART Interrupt Mapping.mp48MB
  200. 61. UART Registers/1. Exploring UART Control Registers.mp412.42MB
  201. 61. UART Registers/2. Exploring UART Data Registers.mp44.88MB
  202. 61. UART Registers/3. Exploring UART Status Registers.mp49.43MB
  203. 61. UART Registers/4. UART Baudrate Calculation.mp412.99MB
  204. 62. UART Driver Development Getting Started/1. Overview.mp42.47MB
  205. 62. UART Driver Development Getting Started/2. Understanding the Requirements.mp41.84MB
  206. 62. UART Driver Development Getting Started/3. Exploring Different UART Peripherals and pins of the MCU.mp43.35MB
  207. 63. UART Driver Development Driver Header File/1. UART Register Bit Definitions Macros.mp44.21MB
  208. 63. UART Driver Development Driver Header File/2. Data Structures used and Driver exposed APIs.mp411.12MB
  209. 64. UART Driver Development Writing init Function/1. Writing inti function and helper functions.mp411.09MB
  210. 64. UART Driver Development Writing init Function/2. Configuring Word length, Stop Bits.mp43.65MB
  211. 64. UART Driver Development Writing init Function/3. Configuring Baudrate, oversampling and Interrupts.mp414.09MB
  212. 65. UART Driver Development Writing TXRX function/1. Writing TX function.mp46.36MB
  213. 65. UART Driver Development Writing TXRX function/2. Writing RX Function.mp45.02MB
  214. 66. UART Driver Development Interrupt Handling/1. Implementing UART IRQ Handler.mp417.19MB
  215. 66. UART Driver Development Interrupt Handling/2. Handling TXE interrupt.mp44.43MB
  216. 66. UART Driver Development Interrupt Handling/3. Handling of TX Complete Interrupt.mp46.98MB
  217. 66. UART Driver Development Interrupt Handling/4. Handling RXNE Interrupt.mp48.31MB
  218. 67. UART sample application Getting ready/1. Understanding the Requirements.mp43.79MB
  219. 67. UART sample application Getting ready/2. Understanding connection diagram.mp45MB
  220. 67. UART sample application Getting ready/3. Exploring uart sniffer software for pc.mp44.98MB
  221. 68. UART sample application Implementation/1. UART Initializations and Txing.mp410.51MB
  222. 68. UART sample application Implementation/2. Receiving commands from PC.mp45.83MB
  223. 69. Running and Testing/1. Testing on hardware.mp46.19MB
  224. 7. Embedded Code Debugging Tools n Tips/1. Embedded Code Debugging Part-1.mp415.51MB
  225. 7. Embedded Code Debugging Tools n Tips/2. Embedded Code Debugging Part-2 Break points.mp45.42MB
  226. 7. Embedded Code Debugging Tools n Tips/3. Embedded Code Debugging Part-3 Step InStep OverStep Out.mp414.2MB
  227. 7. Embedded Code Debugging Tools n Tips/4. Embedded Code Debugging Part-4 DisableKill all Bkpts..mp424.11MB
  228. 7. Embedded Code Debugging Tools n Tips/5. Embedded Code Debugging Part-5 Call Stack Usage.mp473.17MB
  229. 7. Embedded Code Debugging Tools n Tips/6. Embedded Code Debugging Part-6 Watch Windows.mp439.8MB
  230. 7. Embedded Code Debugging Tools n Tips/7. Embedded Code Debugging Part-7 Memory Windows.mp4169.05MB
  231. 7. Embedded Code Debugging Tools n Tips/8. Exercise-Copying data from Flash to RAM.mp498.5MB
  232. 70. Creating printf library for your board/1. Introduction.mp42.23MB
  233. 70. Creating printf library for your board/2. Implementing UART print apis.mp412.42MB
  234. 70. Creating printf library for your board/3. Creating static library in KEIL and testing.mp412.68MB
  235. 71. MCU Clocks Configurations and Measurements/1. Exploring System , AHB, APB clocks of the MCU.mp424.1MB
  236. 71. MCU Clocks Configurations and Measurements/2. Clocking MCU by using External Crystal Oscillator(HSE).mp49.74MB
  237. 71. MCU Clocks Configurations and Measurements/3. Measuring HSE,HSI, PLL and System Clock(Routing Clocks to GPIOs).mp424.8MB
  238. 71. MCU Clocks Configurations and Measurements/4. Clocking MCU by Internal PLL (Running MCU at Full Speed).mp416.73MB
  239. 8. Understanding MCU Memory Map/1. Understanding Memory Map of the MCU Part 1.mp412.64MB
  240. 8. Understanding MCU Memory Map/2. Understanding Memory Map of the MCU Part 2.mp432.04MB
  241. 8. Understanding MCU Memory Map/3. Understanding Memory Map of the MCU Part 3.mp491.1MB
  242. 9. MCU Bus Interfaces/1. MCU Bus Interfaces Explanation Part 1 I-CodeD-CodeS-Bus.mp444.49MB
  243. 9. MCU Bus Interfaces/2. MCU Bus Interfaces Explanation Part 2 AHBAPB1APB2.mp425.54MB
  244. 9. MCU Bus Interfaces/3. MCU Bus Interfaces Explanation Part 3 QA session.mp4124.66MB
  245. 9. MCU Bus Interfaces/4. Understanding MCU Bus Matrix.mp415.24MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统