zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
Udemy - Mastering Microcontroller with Embedded Driver Development
magnet:?xt=urn:btih:1575f61eb35310154dc536ce8a20a693ec15be96&dn=Udemy - Mastering Microcontroller with Embedded Driver Development
磁力链接详情
Hash值:
1575f61eb35310154dc536ce8a20a693ec15be96
点击数:
161
文件大小:
3.04 GB
文件数量:
248
创建日期:
2019-11-9 13:53
最后访问:
2024-10-28 15:02
访问标签:
Udemy
-
Mastering
Microcontroller
with
Embedded
Driver
Development
文件列表详情
1. Overview of the Course/1. What is this course all about .mp4 19.23 MB
10. Understanding MCU Peripheral Clock Control/1. Understanding MCU Peripheral Clock control.mp4 16.35 MB
10. Understanding MCU Peripheral Clock Control/2. Exercise EnablingDisabling Peripheral Clock.mp4 48.83 MB
10. Understanding MCU Peripheral Clock Control/3. Exercise-Making HSE as System Clock.mp4 27.86 MB
10. Understanding MCU Peripheral Clock Control/4. Exercise-Making HSE as System Clock Contd..mp4 20 MB
11. Understanding MCU Vector table/1. Understanding MCU Vector Table Part-1.mp4 56.87 MB
11. Understanding MCU Vector table/2. Understanding MCU Vector Table Part-2.mp4 17.63 MB
12. Understanding MCU interrupt Design , NVIC, Interrupt handling/1. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 1.mp4 36.2 MB
12. Understanding MCU interrupt Design , NVIC, Interrupt handling/2. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 2.mp4 42.73 MB
12. Understanding MCU interrupt Design , NVIC, Interrupt handling/3. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 3.mp4 18.47 MB
12. Understanding MCU interrupt Design , NVIC, Interrupt handling/4. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 4.mp4 20.31 MB
13. Understanding MCU Specific Header file/1. Understanding MCU Specific header file Part 1.mp4 79.7 MB
13. Understanding MCU Specific Header file/2. Understanding MCU Specific header file Part 2.mp4 62.89 MB
14. GPIO Must know concepts/1. GPIO pin and GPIO port.mp4 5.36 MB
14. GPIO Must know concepts/2. GPIO behind the scene.mp4 5.94 MB
14. GPIO Must know concepts/3. GPIO input mode with high impedance state.mp4 2.9 MB
14. GPIO Must know concepts/4. GPIO input mode with pull-updown state.mp4 2.77 MB
14. GPIO Must know concepts/5. GPIO output mode with open drain state.mp4 11.39 MB
14. GPIO Must know concepts/6. GPIO output mode with push pull state.mp4 5.74 MB
14. GPIO Must know concepts/7. Optimizing IO power consumption.mp4 6.86 MB
15. GPIO Programming structure and Registers/1. GPIO programming structure.mp4 8.15 MB
15. GPIO Programming structure and Registers/10. GPIO alternate function register(used to set alternate functionality for a pin ).mp4 9.41 MB
15. GPIO Programming structure and Registers/2. Exploring GPIO PORT and pins of STM32F4xx Discovery board.mp4 2.49 MB
15. GPIO Programming structure and Registers/3. GPIO Mode register(used to set mode for a pin).mp4 7.97 MB
15. GPIO Programming structure and Registers/4. GPIO port output type register(used to specify op type).mp4 2.94 MB
15. GPIO Programming structure and Registers/5. GPIO port output speed register (how quick transition).mp4 7.37 MB
15. GPIO Programming structure and Registers/6. GPIO port pull-uppull-down register(used to activatedeactivate pull-ups).mp4 4.72 MB
15. GPIO Programming structure and Registers/7. GPIO port input data register (used to read from pin).mp4 2.61 MB
15. GPIO Programming structure and Registers/8. GPIO port output data register(used to write to pin).mp4 2.75 MB
15. GPIO Programming structure and Registers/9. Enabling and disabling GPIO peripheral clock.mp4 7.98 MB
16. GPIO Driver Development Getting started/1. Overview of the driver development task.mp4 3.79 MB
16. GPIO Driver Development Getting started/2. Driver API Requirements.mp4 3.4 MB
16. GPIO Driver Development Getting started/3. Creating Driver Template Project Eclipse.mp4 29.5 MB
16. GPIO Driver Development Getting started/4. Creating Driver Template Project KEIL.mp4 9.93 MB
17. GPIO Driver Development Driver header file/1. Implementing Driver Header file.mp4 19.84 MB
18. GPIO Driver Development Implementing Init API/1. Code to configure the mode.mp4 8.93 MB
18. GPIO Driver Development Implementing Init API/2. Code to configure GPIO speed and output type.mp4 3.87 MB
18. GPIO Driver Development Implementing Init API/3. Code to configure GPIO pull-uppull down.mp4 2.89 MB
18. GPIO Driver Development Implementing Init API/4. Configuring alternate function.mp4 6.52 MB
19. GPIO Driver Development Implementing ReadWrite APIs/1. Implementing GPIO Read API.mp4 3.59 MB
19. GPIO Driver Development Implementing ReadWrite APIs/2. Implementing GPIO Write API.mp4 2.49 MB
2. Development board used in our courses/2. About MCU Development board.mp4 20.53 MB
2. Development board used in our courses/3. STM32F4 Discovery and Nucleo Board Details.mp4 44.02 MB
2. Development board used in our courses/4. ST-Link Driver Installation.mp4 12.8 MB
2. Development board used in our courses/5. ST Link Firmware Upgrade.mp4 13.57 MB
20. GPIO driver Code testingWriting Sample APP/1. Write init function to configure LED.mp4 9.31 MB
20. GPIO driver Code testingWriting Sample APP/2. Code implementation to turn onofftoggle LED.mp4 3.93 MB
20. GPIO driver Code testingWriting Sample APP/3. Testing the sample Application on development board.mp4 2.74 MB
20. GPIO driver Code testingWriting Sample APP/4. Testing LED behaviour on logic analyser software.mp4 6.33 MB
21. GPIO Interrupt Handling/1. Exploring How peripherals interrupts the processor via NVIC.mp4 19.72 MB
21. GPIO Interrupt Handling/2. GPIO irq numbers.mp4 13.48 MB
21. GPIO Interrupt Handling/3. Vector table and IRQ handlers.mp4 6.59 MB
21. GPIO Interrupt Handling/4. Adding interrupt handling apis to our driver.mp4 5.27 MB
21. GPIO Interrupt Handling/5. Implementing APIs to Configure and Enable External Interrupts.mp4 14.52 MB
21. GPIO Interrupt Handling/6. Clearing external interrupt (otherwise NVIC will keep getting kicked ).mp4 2.93 MB
21. GPIO Interrupt Handling/7. Test interrupt APIs we developed by using button.mp4 8.18 MB
22. SPI Essentials (All about SPI)/1. Introduction to SPI.mp4 3.45 MB
22. SPI Essentials (All about SPI)/2. Understanding SPI protocol.mp4 17.05 MB
22. SPI Essentials (All about SPI)/3. SPI behind the scene.mp4 4.99 MB
23. What is phase , polarity and SPI modes/1. Significance of Polarity and Phase.mp4 11.4 MB
23. What is phase , polarity and SPI modes/2. Different SPI Modes with Timing diagram.mp4 7.78 MB
23. What is phase , polarity and SPI modes/3. Uni-Directional and Bi-Directional SPI.mp4 8.07 MB
24. SPI Functional Block and Clock/1. Exploring SPI functional block(How SPI Engine works in MCU ).mp4 9.56 MB
24. SPI Functional Block and Clock/2. SPI Peripheral clock and Serial clock.mp4 12.85 MB
25. SPI Important Registers/1. Exploring SPI Control Registers(CR).mp4 14.2 MB
25. SPI Important Registers/2. Exploring SPI Data Registers(DR).mp4 4.38 MB
25. SPI Important Registers/3. Exploring SPI Status Registers(SR).mp4 3.39 MB
26. SPI Driver Development Getting started/1. Overview.mp4 3.55 MB
26. SPI Driver Development Getting started/2. Driver API Requirements.mp4 2.51 MB
26. SPI Driver Development Getting started/3. Exploring different SPI Peripherals and pin packs of the MCU.mp4 2.35 MB
27. SPI Driver Development Writing Driver header file/1. SPI Register Bit Definitions Macros(Converting register details in to Macros).mp4 9.23 MB
27. SPI Driver Development Writing Driver header file/2. SPI Data structures.mp4 17.96 MB
27. SPI Driver Development Writing Driver header file/3. Driver exposed APIs to handle SPI.mp4 8.99 MB
28. SPI Driver Development Implementing init API/1. Writing init function and helper functions.mp4 4.92 MB
28. SPI Driver Development Implementing init API/2. Configuring mode, phase and polarity.mp4 3.78 MB
28. SPI Driver Development Implementing init API/3. Configuring datasize, baudrate and direction.mp4 3.49 MB
28. SPI Driver Development Implementing init API/4. Configuring NSS(Slave select pin ).mp4 10.78 MB
28. SPI Driver Development Implementing init API/5. EnablingDisabling SPI Peripheral.mp4 3.31 MB
29. SPI Driver Development Implementing TXRX API/1. Implementing TX API for master.mp4 8.66 MB
29. SPI Driver Development Implementing TXRX API/2. Implementing RX API for master.mp4 5.3 MB
29. SPI Driver Development Implementing TXRX API/3. Implementing TX API for slave.mp4 6.74 MB
29. SPI Driver Development Implementing TXRX API/4. Implementing RX API for slave.mp4 2.68 MB
3. Eclipse Setup For ARM Cortex M based MCUs/10. Understanding CMSIS.mp4 17.38 MB
3. Eclipse Setup For ARM Cortex M based MCUs/11. Downloading CMSIS.mp4 13.62 MB
3. Eclipse Setup For ARM Cortex M based MCUs/12. Integrating MCU Peripheral Library( Device HAL).mp4 26.09 MB
3. Eclipse Setup For ARM Cortex M based MCUs/13. Integrating MCU Peripheral Library( Device HAL) Contd.mp4 64.58 MB
3. Eclipse Setup For ARM Cortex M based MCUs/14. Download & Debugging Code using GDB and OpenOCD.mp4 37.74 MB
3. Eclipse Setup For ARM Cortex M based MCUs/15. Download & Debugging Code using GDB and OpenOCD contd..mp4 56.13 MB
3. Eclipse Setup For ARM Cortex M based MCUs/3. Download Eclipse for CC++ Developers.mp4 14.71 MB
3. Eclipse Setup For ARM Cortex M based MCUs/4. Download Cross-Toolchain for ARM Cortex Processor.mp4 15.26 MB
3. Eclipse Setup For ARM Cortex M based MCUs/5. Installing GNU ARM Eclipse Plugins.mp4 23.97 MB
3. Eclipse Setup For ARM Cortex M based MCUs/6. Installing Windows Build Tools(only for Windows users).mp4 10.02 MB
3. Eclipse Setup For ARM Cortex M based MCUs/7. Download and Install OpenOCD.mp4 13.09 MB
3. Eclipse Setup For ARM Cortex M based MCUs/8. Eclipse Project Creation for ARM Cortex Proc. Based MCU.mp4 39.54 MB
3. Eclipse Setup For ARM Cortex M based MCUs/9. Understanding Eclipse Project Directory structure..mp4 37.94 MB
30. SPI MasterSlave Communication/1. How does SPI master TXRX data .mp4 16.98 MB
30. SPI MasterSlave Communication/2. How does SPI slave TXRX data .mp4 8.76 MB
31. SPI Driver Development Implementing TX ISR/1. Understanding SPI TXRX IRQ numbers.mp4 13.66 MB
31. SPI Driver Development Implementing TX ISR/2. Setting up TXERXNE interrupt.mp4 3.33 MB
31. SPI Driver Development Implementing TX ISR/3. Writing SPI irq handler.mp4 6.23 MB
31. SPI Driver Development Implementing TX ISR/4. Handling spi Tx interrupt.mp4 6.77 MB
32. SPI Driver Development Implementing RX ISR/1. Handling RX done interrupt in ISR.mp4 3.52 MB
33. Writing SPI sample application Getting Started/1. Understanding the Requirements.mp4 5.72 MB
33. Writing SPI sample application Getting Started/2. Understanding connection diagram.mp4 4.73 MB
34. Writing SPI sample application Master Code/1. Initialization.mp4 29.1 MB
34. Writing SPI sample application Master Code/2. Defining various IRQ handlers.mp4 7.35 MB
34. Writing SPI sample application Master Code/3. Master write Sequences (send CMD, get ACK, send data).mp4 10.74 MB
34. Writing SPI sample application Master Code/4. Master Receive Sequences(Send CMD, get ACK, get data).mp4 4.85 MB
35. Writing SPI sample application Slave Code Implementation/1. Initialization.mp4 2.63 MB
35. Writing SPI sample application Slave Code Implementation/2. Slave Handling ReadWrite command from master.mp4 12.36 MB
36. Testing , Decoding and Debugging Tips/1. Initial testing on hardware.mp4 16.55 MB
36. Testing , Decoding and Debugging Tips/2. Capture SPI transcation on Logic analyzer.mp4 10.75 MB
36. Testing , Decoding and Debugging Tips/3. Decoding SPI transcation Using logic analyzer.mp4 8.06 MB
36. Testing , Decoding and Debugging Tips/4. Common problems in SPI and Debugging Tips.mp4 11.22 MB
37. I2C Essentials/1. Intro to I2C protocol.mp4 12.48 MB
37. I2C Essentials/2. I2C Hardware Setup.mp4 5.34 MB
38. I2C protocol in Detail/1. Basics.mp4 5.3 MB
38. I2C protocol in Detail/2. Address phase.mp4 2.84 MB
38. I2C protocol in Detail/3. Start Condition.mp4 2.44 MB
38. I2C protocol in Detail/4. ACKNACK.mp4 3.06 MB
38. I2C protocol in Detail/5. Stop Condition.mp4 2.05 MB
38. I2C protocol in Detail/6. Master ReadWrite Data Phase.mp4 5.91 MB
38. I2C protocol in Detail/7. Repeated start (start with out a stop ).mp4 10.45 MB
38. I2C protocol in Detail/8. Clock Stretching.mp4 8.7 MB
39. I2C Operating Modes/1. I2C in fast mode and standard mode.mp4 3.92 MB
39. I2C Operating Modes/2. I2C duty cycle.mp4 11.45 MB
4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/2. KEIL-MDK-5 Installation.mp4 29.04 MB
4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/3. KEIL-MDK-5 Installation Contd..mp4 10.85 MB
4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/4. KEIL-MDK-5 Pack Installation.mp4 59.67 MB
4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/5. Locating Pack Installation files.mp4 8.66 MB
4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/6. Creating a KEIL Project.mp4 38.86 MB
4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/7. Understaning The Discovery Board.mp4 7.81 MB
40. I2C Addressing mode/1. 7bit addressing.mp4 3.44 MB
40. I2C Addressing mode/2. 10 bit addressing.mp4 3.18 MB
41. I2C Functional block diagram and Clocks/1. Exploring I2C functional block in the MCU.mp4 6.31 MB
41. I2C Functional block diagram and Clocks/2. I2C peripheral clock and serial line clock(Fpclk and SCL).mp4 12.46 MB
42. I2C Interrupts/1. I2C IRQs and Interrupt Mapping.mp4 12.4 MB
42. I2C Interrupts/2. Exploring I2C IRQ numbers.mp4 5.94 MB
43. I2C Peripheral Registers/1. Exploring I2C Control Registers(CR).mp4 17.09 MB
43. I2C Peripheral Registers/2. Exploring I2C Own Address Registers(OAR).mp4 2.48 MB
43. I2C Peripheral Registers/3. Exploring I2C Data Register(DR).mp4 4.5 MB
43. I2C Peripheral Registers/4. Exploring I2C Status Registers(SR).mp4 9.88 MB
43. I2C Peripheral Registers/5. Exploring I2C Clock Control Register(CCR).mp4 5.93 MB
44. I2C MasterSlave Communication/1. How I2C Master TX data .mp4 10.89 MB
44. I2C MasterSlave Communication/2. How I2C Master RX data .mp4 25.4 MB
44. I2C MasterSlave Communication/3. How I2C Slave TX data .mp4 3.7 MB
45. I2C Driver Development Getting started/1. Overview.mp4 3.09 MB
45. I2C Driver Development Getting started/2. Understanding the Requirements.mp4 1.6 MB
45. I2C Driver Development Getting started/3. Exploring different I2C Peripherals and pins of the MCU.mp4 2.84 MB
46. I2C Driver Development Driver header file/1. I2C Register Bit Definitions Macros.mp4 10.65 MB
46. I2C Driver Development Driver header file/2. I2C Data structures.mp4 16.23 MB
46. I2C Driver Development Driver header file/3. I2C Driver Exposed APIs.mp4 6.42 MB
47. I2C Driver Development Init Function/1. Init API and Helper Functions.mp4 2.91 MB
47. I2C Driver Development Init Function/2. Code Implementation to EnableDisable I2C peripheral.mp4 1.56 MB
47. I2C Driver Development Init Function/3. Configure clock stretching , own address , auto ACKing.mp4 4.39 MB
47. I2C Driver Development Init Function/4. Configure I2C mode, addressing mode and duty cycle.mp4 5.13 MB
47. I2C Driver Development Init Function/5. Code to Initialize I2C Serial Clock.mp4 6.57 MB
47. I2C Driver Development Init Function/6. Code to Generate StartStop condition.mp4 2.84 MB
47. I2C Driver Development Init Function/7. EnablingDisabling Buff, Event, and Error interrupts.mp4 4.02 MB
47. I2C Driver Development Init Function/8. Other Helper Functions.mp4 5.55 MB
48. I2C Driver Developemnt Writing TXRX API/1. Implementing TX API for MASTER.mp4 8.89 MB
48. I2C Driver Developemnt Writing TXRX API/2. Implementing RX API for MASTER.mp4 5.85 MB
48. I2C Driver Developemnt Writing TXRX API/3. Implementing TX API for SLAVE.mp4 3.59 MB
48. I2C Driver Developemnt Writing TXRX API/4. Implementing RX API for SLAVE.mp4 2.63 MB
49. I2C Event Interrupt handling for master/1. Implementing event interrupt handler.mp4 4.13 MB
49. I2C Event Interrupt handling for master/2. Handling of TXE event for master.mp4 2.44 MB
49. I2C Event Interrupt handling for master/3. Handling of TX BTF event for master.mp4 3.97 MB
5. LEDButton Exercises using BSPs/1. Exercise LED Toggling App using Board BSP APIs.mp4 57.59 MB
5. LEDButton Exercises using BSPs/2. Exercise LED Toggling App using Board BSP APIs-Nucleo.mp4 18.32 MB
5. LEDButton Exercises using BSPs/3. Exercise Adding button support using board BSP APIs(Nucleo).mp4 23.21 MB
50. I2C Event Interrupt handling for slave/1. Handling of slave Address Match Event.mp4 3.21 MB
50. I2C Event Interrupt handling for slave/2. Handling of STOP detection event Interrupt.mp4 4.11 MB
50. I2C Event Interrupt handling for slave/3. Handling of TXE event Interrupt.mp4 4.91 MB
50. I2C Event Interrupt handling for slave/4. Handling of TX BTF event Interrupt.mp4 2.18 MB
50. I2C Event Interrupt handling for slave/5. Handling of RXNE and BTF event interrupt.mp4 4.03 MB
51. I2C Error Interrupt Handling/1. Writing Error interrupt handler.mp4 6.69 MB
51. I2C Error Interrupt Handling/2. Handling of Different I2C Errors.mp4 7.05 MB
52. Writing I2C sample application Getting ready/1. Understanding the Requirements.mp4 4.84 MB
52. Writing I2C sample application Getting ready/2. Understanding connection diagram.mp4 1.24 MB
53. Writing I2C sample Application Master Code/1. I2C Initialization.mp4 24.11 MB
53. Writing I2C sample Application Master Code/2. Implementing I2C IRQ Handlers.mp4 5.85 MB
53. Writing I2C sample Application Master Code/3. Implementing master write Sequences(cmd,length,data).mp4 6.69 MB
53. Writing I2C sample Application Master Code/4. Implementing master read Sequences(cmd,length,data).mp4 5.1 MB
53. Writing I2C sample Application Master Code/5. Slave Handling ReadWrite Command from master.mp4 6 MB
54. Testing and Protocol Decoding using logic analyzer (lets get the trace )/1. Initial testing on hardware.mp4 19.76 MB
54. Testing and Protocol Decoding using logic analyzer (lets get the trace )/2. Decoding and Analyzing I2C transaction using logic analyzer.mp4 20.04 MB
54. Testing and Protocol Decoding using logic analyzer (lets get the trace )/3. Common Problems in I2C and Debugging Tips.mp4 7.01 MB
55. UART Essentials/1. Intro UART vs USART.mp4 7.04 MB
55. UART Essentials/2. Understanding UART pins.mp4 5.71 MB
55. UART Essentials/3. UART frame formats.mp4 4.3 MB
55. UART Essentials/4. Baud Rate.mp4 5.13 MB
55. UART Essentials/5. Synchronization bits.mp4 4.08 MB
55. UART Essentials/6. UART Parity.mp4 7.85 MB
56. UART functional block and Peripheral Clock/1. Exploring UART functional block.mp4 8.14 MB
56. UART functional block and Peripheral Clock/2. UART peripheral clock.mp4 7.21 MB
57. UART Communication/1. UART Transmitter.mp4 7.15 MB
57. UART Communication/2. Uart Receiver.mp4 10.11 MB
58. UART Interrupts/1. Exploring UART Interrupt Mapping.mp4 7.99 MB
59. UART Registers/1. Exploring UART Control Registers.mp4 12.42 MB
59. UART Registers/2. Exploring UART Data Registers.mp4 4.87 MB
59. UART Registers/3. Exploring UART Status Registers.mp4 9.42 MB
59. UART Registers/4. UART Baudrate Calculation.mp4 12.98 MB
6. Embedded Code Debugging Tools n Tips/1. Embedded Code Debugging Part-1.mp4 15.87 MB
6. Embedded Code Debugging Tools n Tips/2. Embedded Code Debugging Part-2 Break points.mp4 5.42 MB
6. Embedded Code Debugging Tools n Tips/3. Embedded Code Debugging Part-3 Step InStep OverStep Out.mp4 14.05 MB
6. Embedded Code Debugging Tools n Tips/4. Embedded Code Debugging Part-4 DisableKill all Bkpts..mp4 8.1 MB
6. Embedded Code Debugging Tools n Tips/5. Embedded Code Debugging Part-5 Call Stack Usage.mp4 24.57 MB
6. Embedded Code Debugging Tools n Tips/6. Embedded Code Debugging Part-6 Watch Windows.mp4 10.76 MB
6. Embedded Code Debugging Tools n Tips/7. Embedded Code Debugging Part-7 Memory Windows.mp4 51.19 MB
6. Embedded Code Debugging Tools n Tips/8. Exercise-Copying data from Flash to RAM.mp4 31.47 MB
60. UART Driver Development Getting Started/1. Overview.mp4 2.47 MB
60. UART Driver Development Getting Started/2. Understanding the Requirements.mp4 1.84 MB
60. UART Driver Development Getting Started/3. Exploring Different UART Peripherals and pins of the MCU.mp4 3.35 MB
61. UART Driver Development Driver Header File/1. UART Register Bit Definitions Macros.mp4 4.21 MB
61. UART Driver Development Driver Header File/2. Data Structures used and Driver exposed APIs.mp4 11.11 MB
62. UART Driver Development Writing init Function/1. Writing inti function and helper functions.mp4 11.08 MB
62. UART Driver Development Writing init Function/2. Configuring Word length, Stop Bits.mp4 3.65 MB
62. UART Driver Development Writing init Function/3. Configuring Baudrate, oversampling and Interrupts.mp4 14.08 MB
63. UART Driver Development Writing TXRX function/1. Writing TX function.mp4 6.35 MB
63. UART Driver Development Writing TXRX function/2. Writing RX Function.mp4 5.01 MB
64. UART Driver Development Interrupt Handling/1. Implementing UART IRQ Handler.mp4 17.18 MB
64. UART Driver Development Interrupt Handling/2. Handling TXE interrupt.mp4 4.43 MB
64. UART Driver Development Interrupt Handling/3. Handling of TX Complete Interrupt.mp4 6.98 MB
64. UART Driver Development Interrupt Handling/4. Handling RXNE Interrupt.mp4 8.3 MB
65. UART sample application Getting ready/1. Understanding the Requirements.mp4 3.78 MB
65. UART sample application Getting ready/2. Understanding connection diagram.mp4 5 MB
65. UART sample application Getting ready/3. Exploring uart sniffer software for pc.mp4 4.98 MB
66. UART sample application Implementation/1. UART Initializations and Txing.mp4 10.5 MB
66. UART sample application Implementation/2. Receiving commands from PC.mp4 5.83 MB
67. Running and Testing/1. Testing on hardware.mp4 6.18 MB
68. Creating printf library for your board/1. Introduction.mp4 2.22 MB
68. Creating printf library for your board/2. Implementing UART print apis.mp4 12.42 MB
68. Creating printf library for your board/3. Creating static library in KEIL and testing.mp4 12.67 MB
69. MCU Clocks Configurations and Measurements/1. Exploring System , AHB, APB clocks of the MCU.mp4 24.1 MB
69. MCU Clocks Configurations and Measurements/2. Clocking MCU by using External Crystal Oscillator(HSE).mp4 9.74 MB
69. MCU Clocks Configurations and Measurements/3. Measuring HSE,HSI, PLL and System Clock(Routing Clocks to GPIOs).mp4 24.8 MB
69. MCU Clocks Configurations and Measurements/4. Clocking MCU by Internal PLL (Running MCU at Full Speed).mp4 16.73 MB
7. Understanding MCU Memory Map/1. Understanding Memory Map of the MCU Part 1.mp4 18.51 MB
7. Understanding MCU Memory Map/2. Understanding Memory Map of the MCU Part 2.mp4 15.1 MB
7. Understanding MCU Memory Map/3. Understanding Memory Map of the MCU Part 3.mp4 36.81 MB
8. MCU Bus Interfaces/1. MCU Bus Interfaces Explanation Part 1 I-CodeD-CodeS-Bus.mp4 43.22 MB
8. MCU Bus Interfaces/2. MCU Bus Interfaces Explanation Part 2 AHBAPB1APB2.mp4 42.7 MB
8. MCU Bus Interfaces/3. MCU Bus Interfaces Explanation Part 3 QA session.mp4 38.55 MB
8. MCU Bus Interfaces/4. Understanding MCU Bus Matrix.mp4 17.53 MB
9. Understanding MCU Clocks and Details/1. Understanding MCU Clocking SystemPart1.mp4 13.77 MB
9. Understanding MCU Clocks and Details/2. Understanding MCU Clocking System Part2.mp4 36.69 MB
9. Understanding MCU Clocks and Details/3. Exercise-Using HSI Clock and Clock MeasurementPart 1.mp4 43.25 MB
9. Understanding MCU Clocks and Details/4. Exercise-Using HSI Clock and Clock Measurement Part 2.mp4 13.44 MB
其他位置