589689.xyz

[] mastering-microcontroller-with-peripheral-driver-development

  • 收录时间:2018-04-03 22:26:46
  • 文件大小:1GB
  • 下载次数:89
  • 最近下载:2020-12-14 15:15:12
  • 磁力链接:

文件列表

  1. 24 Writing SPI sample application Master Code/084 Initialization.mp4 29MB
  2. 34 I2C MasterSlave Communication/118 How I2C Master RX data.mp4 25MB
  3. 59 MCU Clocks Configurations and Measurements/198 Measuring HSEHSI PLL and System ClockRouting Clocks to GPIOs.mp4 25MB
  4. 43 Writing I2C sample Application Master Code/150 I2C Initialization.mp4 24MB
  5. 59 MCU Clocks Configurations and Measurements/196 Exploring System AHB APB clocks of the MCU.mp4 24MB
  6. 44 Testing and Protocol Decoding using logic analyzer lets get the trace/156 Decoding and Analyzing I2C transaction using logic analyzer.mp4 20MB
  7. 07 GPIO Driver Development Driver header file/031 Implementing Driver Header file.mp4 20MB
  8. 44 Testing and Protocol Decoding using logic analyzer lets get the trace/155 Initial testing on hardware.mp4 20MB
  9. 11 GPIO Interrupt Handling/042 Exploring How peripherals interrupts the processor via NVIC.mp4 20MB
  10. 01 Overview of the Course/001 What is this course all about.mp4 19MB
  11. 17 SPI Driver Development Writing Driver header file/064 SPI Data structures.mp4 18MB
  12. 54 UART Driver Development Interrupt Handling/183 Implementing UART IRQ Handler.mp4 17MB
  13. 33 I2C Peripheral Registers/112 Exploring I2C Control RegistersCR.mp4 17MB
  14. 12 SPI Essentials All about SPI/050 Understanding SPI protocol.mp4 17MB
  15. 20 SPI MasterSlave Communication/075 How does SPI master TXRX data.mp4 17MB
  16. 59 MCU Clocks Configurations and Measurements/199 Clocking MCU by Internal PLL Running MCU at Full Speed.mp4 17MB
  17. 26 Testing Decoding and Debugging Tips/090 Initial testing on hardware.mp4 17MB
  18. 36 I2C Driver Development Driver header file/124 I2C Data structures.mp4 16MB
  19. 06 GPIO Driver Development Explore MCU specific header file/030 Exploring MCU specific Header File.mp4 16MB
  20. 11 GPIO Interrupt Handling/046 Implementing APIs to Configure and Enable External Interrupts.mp4 15MB
  21. 15 SPI Important Registers/057 Exploring SPI Control RegistersCR.mp4 14MB
  22. 52 UART Driver Development Writing init Function/180 Configuring Baudrate oversampling and Interrupts.mp4 14MB
  23. 21 SPI Driver Development Implementing TX ISR/077 Understanding SPI TXRX IRQ numbers.mp4 14MB
  24. 11 GPIO Interrupt Handling/043 GPIO irq numbers.mp4 13MB
  25. 49 UART Registers/172 UART Baudrate Calculation.mp4 13MB
  26. 14 SPI Functional Block and Clock/056 SPI Peripheral clock and Serial clock.mp4 13MB
  27. 58 Creating printf library for your board/195 Creating static library in KEIL and testing.mp4 13MB
  28. 27 I2C Essentials/094 Intro to I2C protocol.mp4 12MB
  29. 31 I2C Functional block diagram and Clocks/109 I2C peripheral clock and serial line clockFpclk and SCL.mp4 12MB
  30. 49 UART Registers/169 Exploring UART Control Registers.mp4 12MB
  31. 58 Creating printf library for your board/194 Implementing UART print apis.mp4 12MB
  32. 32 I2C Interrupts/110 I2C IRQs and Interrupt Mapping.mp4 12MB
  33. 25 Writing SPI sample application Slave Code Implementation/089 Slave Handling ReadWrite command from master.mp4 12MB
  34. 04 GPIO Driver Development Lab Setup/023 Creating Your First KEIL Project.mp4 12MB
  35. 29 I2C Operating Modes/105 I2C duty cycle.mp4 11MB
  36. 13 What is phase polarity and SPI modes/052 Significance of Polarity and Phase.mp4 11MB
  37. 02 GPIO Must know concepts/007 GPIO output mode with open drain state.mp4 11MB
  38. 26 Testing Decoding and Debugging Tips/093 Common problems in SPI and Debugging Tips.mp4 11MB
  39. 04 GPIO Driver Development Lab Setup/022 Installing Software Packs.mp4 11MB
  40. 51 UART Driver Development Driver Header File/177 Data Structures used and Driver exposed APIs.mp4 11MB
  41. 52 UART Driver Development Writing init Function/178 Writing inti function and helper functions.mp4 11MB
  42. 34 I2C MasterSlave Communication/117 How I2C Master TX data.mp4 11MB
  43. 18 SPI Driver Development Implementing init API/069 Configuring NSSSlave select pin.mp4 11MB
  44. 26 Testing Decoding and Debugging Tips/091 Capture SPI transcation on Logic analyzer.mp4 11MB
  45. 24 Writing SPI sample application Master Code/086 Master write Sequences send CMD get ACK send data.mp4 11MB
  46. 36 I2C Driver Development Driver header file/123 I2C Register Bit Definitions Macros.mp4 11MB
  47. 56 UART sample application Implementation/190 UART Initializations and Txing.mp4 11MB
  48. 28 I2C protocol in Detail/102 Repeated start start with out a stop.mp4 10MB
  49. 47 UART Communication/167 Uart Receiver.mp4 10MB
  50. 33 I2C Peripheral Registers/115 Exploring I2C Status RegistersSR.mp4 10MB
  51. 59 MCU Clocks Configurations and Measurements/197 Clocking MCU by using External Crystal OscillatorHSE.mp4 10MB
  52. 14 SPI Functional Block and Clock/055 Exploring SPI functional blockHow SPI Engine works in MCU.mp4 10MB
  53. 04 GPIO Driver Development Lab Setup/025 Understaning The Discovery Board.mp4 9MB
  54. 49 UART Registers/171 Exploring UART Status Registers.mp4 9MB
  55. 03 GPIO Programming structure and Registers/019 GPIO alternate function registerused to set alternate functionality for a pin.mp4 9MB
  56. 10 GPIO driver Code testingWriting Sample APP/038 Write init function to configure LED.mp4 9MB
  57. 17 SPI Driver Development Writing Driver header file/063 SPI Register Bit Definitions MacrosConverting register details in to Macros.mp4 9MB
  58. 17 SPI Driver Development Writing Driver header file/065 Driver exposed APIs to handle SPI.mp4 9MB
  59. 08 GPIO Driver Development Implementing Init API/032 Code to configure the mode.mp4 9MB
  60. 38 I2C Driver Developemnt Writing TXRX API/134 Implementing TX API for MASTER.mp4 9MB
  61. 20 SPI MasterSlave Communication/076 How does SPI slave TXRX data.mp4 9MB
  62. 28 I2C protocol in Detail/103 Clock Stretching.mp4 9MB
  63. 19 SPI Driver Development Implementing TXRX API/071 Implementing TX API for master.mp4 9MB
  64. 54 UART Driver Development Interrupt Handling/186 Handling RXNE Interrupt.mp4 8MB
  65. 11 GPIO Interrupt Handling/048 Test interrupt APIs we developed by using button.mp4 8MB
  66. 03 GPIO Programming structure and Registers/010 GPIO programming structure.mp4 8MB
  67. 46 UART functional block and Peripheral Clock/164 Exploring UART functional block.mp4 8MB
  68. 13 What is phase polarity and SPI modes/054 Uni-Directional and Bi-Directional SPI.mp4 8MB
  69. 26 Testing Decoding and Debugging Tips/092 Decoding SPI transcation Using logic analyzer.mp4 8MB
  70. 48 UART Interrupts/168 Exploring UART Interrupt Mapping.mp4 8MB
  71. 03 GPIO Programming structure and Registers/012 GPIO Mode registerused to set mode for a pin.mp4 8MB
  72. 03 GPIO Programming structure and Registers/018 Enabling and disabling GPIO peripheral clock.mp4 8MB
  73. 45 UART Essentials/163 UART Parity.mp4 8MB
  74. 13 What is phase polarity and SPI modes/053 Different SPI Modes with Timing diagram.mp4 8MB
  75. 03 GPIO Programming structure and Registers/014 GPIO port output speed register how quick transition.mp4 7MB
  76. 24 Writing SPI sample application Master Code/085 Defining various IRQ handlers.mp4 7MB
  77. 46 UART functional block and Peripheral Clock/165 UART peripheral clock.mp4 7MB
  78. 47 UART Communication/166 UART Transmitter.mp4 7MB
  79. 41 I2C Error Interrupt Handling/147 Handling of Different I2C Errors.mp4 7MB
  80. 45 UART Essentials/158 Intro UART vs USART.mp4 7MB
  81. 44 Testing and Protocol Decoding using logic analyzer lets get the trace/157 Common Problems in I2C and Debugging Tips.mp4 7MB
  82. 54 UART Driver Development Interrupt Handling/185 Handling of TX Complete Interrupt.mp4 7MB
  83. 02 GPIO Must know concepts/009 Optimizing IO power consumption.mp4 7MB
  84. 21 SPI Driver Development Implementing TX ISR/080 Handling spi Tx interrupt.mp4 7MB
  85. 19 SPI Driver Development Implementing TXRX API/073 Implementing TX API for slave.mp4 7MB
  86. 43 Writing I2C sample Application Master Code/152 Implementing master write Sequencescmdlengthdata.mp4 7MB
  87. 41 I2C Error Interrupt Handling/146 Writing Error interrupt handler.mp4 7MB
  88. 11 GPIO Interrupt Handling/044 Vector table and IRQ handlers.mp4 7MB
  89. 37 I2C Driver Development Init Function/130 Code to Initialize I2C Serial Clock.mp4 7MB
  90. 08 GPIO Driver Development Implementing Init API/035 Configuring alternate function.mp4 7MB
  91. 04 GPIO Driver Development Lab Setup/021 Installing KEIL-MDK-5.mp4 6MB
  92. 36 I2C Driver Development Driver header file/125 I2C Driver Exposed APIs.mp4 6MB
  93. 53 UART Driver Development Writing TXRX function/181 Writing TX function.mp4 6MB
  94. 10 GPIO driver Code testingWriting Sample APP/041 Testing LED behaviour on logic analyser software.mp4 6MB
  95. 31 I2C Functional block diagram and Clocks/108 Exploring I2C functional block in the MCU.mp4 6MB
  96. 21 SPI Driver Development Implementing TX ISR/079 Writing SPI irq handler.mp4 6MB
  97. 57 Running and Testing/192 Testing on hardware.mp4 6MB
  98. 43 Writing I2C sample Application Master Code/154 Slave Handling ReadWrite Command from master.mp4 6MB
  99. 02 GPIO Must know concepts/004 GPIO behind the scene.mp4 6MB
  100. 32 I2C Interrupts/111 Exploring I2C IRQ numbers.mp4 6MB
  101. 33 I2C Peripheral Registers/116 Exploring I2C Clock Control RegisterCCR.mp4 6MB
  102. 28 I2C protocol in Detail/101 Master ReadWrite Data Phase.mp4 6MB
  103. 38 I2C Driver Developemnt Writing TXRX API/135 Implementing RX API for MASTER.mp4 6MB
  104. 43 Writing I2C sample Application Master Code/151 Implementing I2C IRQ Handlers.mp4 6MB
  105. 56 UART sample application Implementation/191 Receiving commands from PC.mp4 6MB
  106. 02 GPIO Must know concepts/008 GPIO output mode with push pull state.mp4 6MB
  107. 23 Writing SPI sample application Getting Started/082 Understanding the Requirements.mp4 6MB
  108. 45 UART Essentials/159 Understanding UART pins.mp4 6MB
  109. 37 I2C Driver Development Init Function/133 Other Helper Functions.mp4 6MB
  110. 02 GPIO Must know concepts/003 GPIO pin and GPIO port.mp4 5MB
  111. 27 I2C Essentials/095 I2C Hardware Setup.mp4 5MB
  112. 19 SPI Driver Development Implementing TXRX API/072 Implementing RX API for master.mp4 5MB
  113. 28 I2C protocol in Detail/096 Basics.mp4 5MB
  114. 11 GPIO Interrupt Handling/045 Adding interrupt handling apis to our driver.mp4 5MB
  115. 45 UART Essentials/161 Baud Rate.mp4 5MB
  116. 37 I2C Driver Development Init Function/129 Configure I2C mode addressing mode and duty cycle.mp4 5MB
  117. 43 Writing I2C sample Application Master Code/153 Implementing master read Sequencescmdlengthdata.mp4 5MB
  118. 06 GPIO Driver Development Explore MCU specific header file/028 CreatingOrganizing project files in KEIL.mp4 5MB
  119. 53 UART Driver Development Writing TXRX function/182 Writing RX Function.mp4 5MB
  120. 55 UART sample application Getting ready/188 Understanding connection diagram.mp4 5MB
  121. 12 SPI Essentials All about SPI/051 SPI behind the scene.mp4 5MB
  122. 55 UART sample application Getting ready/189 Exploring uart sniffer software for pc.mp4 5MB
  123. 18 SPI Driver Development Implementing init API/066 Writing init function and helper functions.mp4 5MB
  124. 40 I2C Event Interrupt handling for slave/143 Handling of TXE event Interrupt.mp4 5MB
  125. 49 UART Registers/170 Exploring UART Data Registers.mp4 5MB
  126. 24 Writing SPI sample application Master Code/087 Master Receive SequencesSend CMD get ACK get data.mp4 5MB
  127. 42 Writing I2C sample application Getting ready/148 Understanding the Requirements.mp4 5MB
  128. 23 Writing SPI sample application Getting Started/083 Understanding connection diagram.mp4 5MB
  129. 03 GPIO Programming structure and Registers/015 GPIO port pull-uppull-down registerused to activatedeactivate pull-ups.mp4 5MB
  130. 33 I2C Peripheral Registers/114 Exploring I2C Data RegisterDR.mp4 5MB
  131. 54 UART Driver Development Interrupt Handling/184 Handling TXE interrupt.mp4 4MB
  132. 37 I2C Driver Development Init Function/128 Configure clock stretching own address auto ACKing.mp4 4MB
  133. 15 SPI Important Registers/058 Exploring SPI Data RegistersDR.mp4 4MB
  134. 45 UART Essentials/160 UART frame formats.mp4 4MB
  135. 51 UART Driver Development Driver Header File/176 UART Register Bit Definitions Macros.mp4 4MB
  136. 39 I2C Event Interrupt handling for master/138 Implementing event interrupt handler.mp4 4MB
  137. 40 I2C Event Interrupt handling for slave/142 Handling of STOP detection event Interrupt.mp4 4MB
  138. 45 UART Essentials/162 Synchronization bits.mp4 4MB
  139. 40 I2C Event Interrupt handling for slave/145 Handling of RXNE and BTF event interrupt.mp4 4MB
  140. 37 I2C Driver Development Init Function/132 EnablingDisabling Buff Event and Error interrupts.mp4 4MB
  141. 39 I2C Event Interrupt handling for master/140 Handling of TX BTF event for master.mp4 4MB
  142. 10 GPIO driver Code testingWriting Sample APP/039 Code implementation to turn onofftoggle LED.mp4 4MB
  143. 29 I2C Operating Modes/104 I2C in fast mode and standard mode.mp4 4MB
  144. 08 GPIO Driver Development Implementing Init API/033 Code to configure GPIO speed and output type.mp4 4MB
  145. 05 GPIO Driver Development Getting started/026 Overview of the driver development task.mp4 4MB
  146. 18 SPI Driver Development Implementing init API/067 Configuring mode phase and polarity.mp4 4MB
  147. 55 UART sample application Getting ready/187 Understanding the Requirements.mp4 4MB
  148. 34 I2C MasterSlave Communication/119 How I2C Slave TX data.mp4 4MB
  149. 52 UART Driver Development Writing init Function/179 Configuring Word length Stop Bits.mp4 4MB
  150. 38 I2C Driver Developemnt Writing TXRX API/136 Implementing TX API for SLAVE.mp4 4MB
  151. 09 GPIO Driver Development Implementing ReadWrite APIs/036 Implementing GPIO Read API.mp4 4MB
  152. 16 SPI Driver Development Getting started/060 Overview.mp4 4MB
  153. 22 SPI Driver Development Implementing RX ISR/081 Handling RX done interrupt in ISR.mp4 4MB
  154. 18 SPI Driver Development Implementing init API/068 Configuring datasize baudrate and direction.mp4 3MB
  155. 12 SPI Essentials All about SPI/049 Introduction to SPI.mp4 3MB
  156. 30 I2C Addressing mode/106 7bit addressing.mp4 3MB
  157. 05 GPIO Driver Development Getting started/027 Driver API Requirements.mp4 3MB
  158. 15 SPI Important Registers/059 Exploring SPI Status RegistersSR.mp4 3MB
  159. 50 UART Driver Development Getting Started/175 Exploring Different UART Peripherals and pins of the MCU.mp4 3MB
  160. 21 SPI Driver Development Implementing TX ISR/078 Setting up TXERXNE interrupt.mp4 3MB
  161. 18 SPI Driver Development Implementing init API/070 EnablingDisabling SPI Peripheral.mp4 3MB
  162. 06 GPIO Driver Development Explore MCU specific header file/029 Locating MCU specific Header File.mp4 3MB
  163. 40 I2C Event Interrupt handling for slave/141 Handling of slave Address Match Event.mp4 3MB
  164. 30 I2C Addressing mode/107 10 bit addressing.mp4 3MB
  165. 35 I2C Driver Development Getting started/120 Overview.mp4 3MB
  166. 28 I2C protocol in Detail/099 ACKNACK.mp4 3MB
  167. 03 GPIO Programming structure and Registers/013 GPIO port output type registerused to specify op type.mp4 3MB
  168. 11 GPIO Interrupt Handling/047 Clearing external interrupt otherwise NVIC will keep getting kicked.mp4 3MB
  169. 37 I2C Driver Development Init Function/126 Init API and Helper Functions.mp4 3MB
  170. 02 GPIO Must know concepts/005 GPIO input mode with high impedance state.mp4 3MB
  171. 08 GPIO Driver Development Implementing Init API/034 Code to configure GPIO pull-uppull down.mp4 3MB
  172. 35 I2C Driver Development Getting started/122 Exploring different I2C Peripherals and pins of the MCU.mp4 3MB
  173. 37 I2C Driver Development Init Function/131 Code to Generate StartStop condition.mp4 3MB
  174. 28 I2C protocol in Detail/097 Address phase.mp4 3MB
  175. 02 GPIO Must know concepts/006 GPIO input mode with pull-updown state.mp4 3MB
  176. 03 GPIO Programming structure and Registers/017 GPIO port output data registerused to write to pin.mp4 3MB
  177. 10 GPIO driver Code testingWriting Sample APP/040 Testing the sample Application on development board.mp4 3MB
  178. 19 SPI Driver Development Implementing TXRX API/074 Implementing RX API for slave.mp4 3MB
  179. 38 I2C Driver Developemnt Writing TXRX API/137 Implementing RX API for SLAVE.mp4 3MB
  180. 25 Writing SPI sample application Slave Code Implementation/088 Initialization.mp4 3MB
  181. 03 GPIO Programming structure and Registers/016 GPIO port input data register used to read from pin.mp4 3MB
  182. 16 SPI Driver Development Getting started/061 Driver API Requirements.mp4 3MB
  183. 03 GPIO Programming structure and Registers/011 Exploring GPIO PORT and pins of STM32F4xx Discovery board.mp4 2MB
  184. 09 GPIO Driver Development Implementing ReadWrite APIs/037 Implementing GPIO Write API.mp4 2MB
  185. 33 I2C Peripheral Registers/113 Exploring I2C Own Address RegistersOAR.mp4 2MB
  186. 50 UART Driver Development Getting Started/173 Overview.mp4 2MB
  187. 28 I2C protocol in Detail/098 Start Condition.mp4 2MB
  188. 39 I2C Event Interrupt handling for master/139 Handling of TXE event for master.mp4 2MB
  189. 16 SPI Driver Development Getting started/062 Exploring different SPI Peripherals and pin packs of the MCU.mp4 2MB
  190. 58 Creating printf library for your board/193 Introduction.mp4 2MB
  191. 40 I2C Event Interrupt handling for slave/144 Handling of TX BTF event Interrupt.mp4 2MB
  192. 28 I2C protocol in Detail/100 Stop Condition.mp4 2MB
  193. 50 UART Driver Development Getting Started/174 Understanding the Requirements.mp4 2MB
  194. 35 I2C Driver Development Getting started/121 Understanding the Requirements.mp4 2MB
  195. 37 I2C Driver Development Init Function/127 Code Implementation to EnableDisable I2C peripheral.mp4 2MB
  196. 42 Writing I2C sample application Getting ready/149 Understanding connection diagram.mp4 1MB
  197. 04 GPIO Driver Development Lab Setup/attached_files/020 HardwareSoftware Requirements/Hardware-Requirements.pdf 207KB
  198. 04 GPIO Driver Development Lab Setup/020 HardwareSoftware Requirements.html 7KB
  199. 06 GPIO Driver Development Explore MCU specific header file/quizzes/002 Explain __IO.html 6KB
  200. 27 I2C Essentials/quizzes/008 Quiz SPI and I2C.html 5KB
  201. 11 GPIO Interrupt Handling/quizzes/005 Interrupt Pending Bit.html 3KB
  202. 21 SPI Driver Development Implementing TX ISR/quizzes/007 Quiz about Debugging SPI Interrupt.html 3KB
  203. 49 UART Registers/quizzes/012 Find out MAX baudrate of UART.html 3KB
  204. 03 GPIO Programming structure and Registers/quizzes/001 Find Out IO Alt Functionality.html 3KB
  205. 34 I2C MasterSlave Communication/quizzes/010 Quiz about I2C Master RX.html 3KB
  206. 34 I2C MasterSlave Communication/quizzes/009 Quiz about I2C Master TX.html 3KB
  207. 14 SPI Functional Block and Clock/quizzes/006 Find out SPI Max Speed.html 3KB
  208. 59 MCU Clocks Configurations and Measurements/quizzes/013 Quiz about using HSE.html 3KB
  209. 11 GPIO Interrupt Handling/quizzes/004 Find out IRQ number.html 3KB
  210. 47 UART Communication/quizzes/011 UART Start bit Detection.html 2KB
  211. 59 MCU Clocks Configurations and Measurements/200 Bonus Lecture.html 2KB
  212. 08 GPIO Driver Development Implementing Init API/quizzes/003 Embedded Coding Skill.html 2KB
  213. 01 Overview of the Course/002 Source Code Download Link.html 520B
  214. [FreeTutorials.us].url 119B
  215. [FreeTutorials.us].txt 78B