首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[FreeCourseSite.com] Udemy - Mastering Microcontroller with Embedded Driver Development
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2020-9-21 06:13
2024-11-13 02:42
245
4.27 GB
245
磁力链接
magnet:?xt=urn:btih:45acb766f58bd39a692fd9cb29f46ac5d050e6e0
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjQ1YWNiNzY2ZjU4YmQzOWE2OTJmZDljYjI5ZjQ2YWM1ZDA1MGU2ZTBaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
FreeCourseSite
com
Udemy
-
Mastering
Microcontroller
with
Embedded
Driver
Development
文件列表
10. Understanding MCU Clocks and Details/1. Understanding MCU Clocking SystemPart1.mp4
44.67MB
10. Understanding MCU Clocks and Details/2. Understanding MCU Clocking System Part2.mp4
91.2MB
10. Understanding MCU Clocks and Details/3. Exercise-Using HSI Clock and Clock MeasurementPart 1.mp4
45.86MB
10. Understanding MCU Clocks and Details/4. Exercise-Using HSI Clock and Clock Measurement Part 2.mp4
41.11MB
11. Understanding MCU Peripheral Clock Control/1. Understanding MCU Peripheral Clock control.mp4
16.67MB
11. Understanding MCU Peripheral Clock Control/2. Exercise EnablingDisabling Peripheral Clock.mp4
34.91MB
11. Understanding MCU Peripheral Clock Control/3. Exercise-Making HSE as System Clock.mp4
72.83MB
11. Understanding MCU Peripheral Clock Control/4. Exercise-Making HSE as System Clock Contd..mp4
56.92MB
12. Understanding MCU Vector table/1. Understanding MCU Vector Table Part-1.mp4
39.57MB
12. Understanding MCU Vector table/2. Understanding MCU Vector Table Part-2.mp4
37.29MB
13. Understanding MCU interrupt Design , NVIC, Interrupt handling/1. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 1.mp4
35.94MB
13. Understanding MCU interrupt Design , NVIC, Interrupt handling/2. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 2.mp4
142.22MB
13. Understanding MCU interrupt Design , NVIC, Interrupt handling/3. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 3.mp4
18.34MB
13. Understanding MCU interrupt Design , NVIC, Interrupt handling/4. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 4.mp4
14.98MB
14. Understanding MCU Specific Header file/1. Understanding MCU Specific header file Part 1.mp4
89.19MB
14. Understanding MCU Specific Header file/2. Understanding MCU Specific header file Part 2.mp4
154.43MB
15. Importance of Volatile Keyword/1. Importance of Volatile Keyword Part-1.mp4
27.09MB
15. Importance of Volatile Keyword/2. Importance of Volatile Keyword-Part 2.mp4
21.9MB
16. GPIO Must know concepts/1. GPIO pin and GPIO port.mp4
5.37MB
16. GPIO Must know concepts/2. GPIO behind the scene.mp4
5.95MB
16. GPIO Must know concepts/3. GPIO input mode with high impedance state.mp4
2.9MB
16. GPIO Must know concepts/4. GPIO input mode with pull-updown state.mp4
2.78MB
16. GPIO Must know concepts/5. GPIO output mode with open drain state.mp4
11.39MB
16. GPIO Must know concepts/6. GPIO output mode with push pull state.mp4
5.75MB
16. GPIO Must know concepts/7. Optimizing IO power consumption.mp4
6.87MB
17. GPIO Programming structure and Registers/1. GPIO programming structure.mp4
8.15MB
17. GPIO Programming structure and Registers/10. GPIO alternate function register(used to set alternate functionality for a pin ).mp4
9.42MB
17. GPIO Programming structure and Registers/2. Exploring GPIO PORT and pins of STM32F4xx Discovery board.mp4
2.49MB
17. GPIO Programming structure and Registers/3. GPIO Mode register(used to set mode for a pin).mp4
7.97MB
17. GPIO Programming structure and Registers/4. GPIO port output type register(used to specify op type).mp4
2.94MB
17. GPIO Programming structure and Registers/5. GPIO port output speed register (how quick transition).mp4
7.37MB
17. GPIO Programming structure and Registers/6. GPIO port pull-uppull-down register(used to activatedeactivate pull-ups).mp4
4.72MB
17. GPIO Programming structure and Registers/7. GPIO port input data register (used to read from pin).mp4
2.61MB
17. GPIO Programming structure and Registers/8. GPIO port output data register(used to write to pin).mp4
2.75MB
17. GPIO Programming structure and Registers/9. Enabling and disabling GPIO peripheral clock.mp4
7.97MB
18. GPIO Driver Development Getting started/1. Overview of the driver development task.mp4
3.8MB
18. GPIO Driver Development Getting started/2. Driver API Requirements.mp4
3.4MB
18. GPIO Driver Development Getting started/3. Creating Driver Template Project Eclipse.mp4
93.17MB
18. GPIO Driver Development Getting started/4. Creating Driver Template Project KEIL.mp4
9.92MB
19. GPIO Driver Development Driver header file/1. Implementing Driver Header file.mp4
19.84MB
2. Development based used in our course/2. About MCU Development board.mp4
50.57MB
2. Development based used in our course/3. STM32F4 Discovery and Nucleo Board Details.mp4
114.21MB
2. Development based used in our course/4. ST-Link Driver Installation.mp4
32.3MB
2. Development based used in our course/5. ST Link Firmware Upgrade.mp4
32.31MB
20. GPIO Driver Development Implementing Init API/1. Code to configure the mode.mp4
8.93MB
20. GPIO Driver Development Implementing Init API/2. Code to configure GPIO speed and output type.mp4
3.87MB
20. GPIO Driver Development Implementing Init API/3. Code to configure GPIO pull-uppull down.mp4
2.9MB
20. GPIO Driver Development Implementing Init API/4. Configuring alternate function.mp4
6.52MB
21. GPIO Driver Development Implementing ReadWrite APIs/1. Implementing GPIO Read API.mp4
3.59MB
21. GPIO Driver Development Implementing ReadWrite APIs/2. Implementing GPIO Write API.mp4
2.49MB
22. GPIO driver Code testingWriting Sample APP/1. Write init function to configure LED.mp4
9.31MB
22. GPIO driver Code testingWriting Sample APP/2. Code implementation to turn onofftoggle LED.mp4
3.94MB
22. GPIO driver Code testingWriting Sample APP/3. Testing the sample Application on development board.mp4
2.74MB
22. GPIO driver Code testingWriting Sample APP/4. Testing LED behaviour on logic analyser software.mp4
6.34MB
23. GPIO Interrupt Handling/1. Exploring How peripherals interrupts the processor via NVIC.mp4
19.71MB
23. GPIO Interrupt Handling/2. GPIO irq numbers.mp4
13.48MB
23. GPIO Interrupt Handling/3. Vector table and IRQ handlers.mp4
6.6MB
23. GPIO Interrupt Handling/4. Adding interrupt handling apis to our driver.mp4
5.28MB
23. GPIO Interrupt Handling/5. Implementing APIs to Configure and Enable External Interrupts.mp4
14.53MB
23. GPIO Interrupt Handling/6. Clearing external interrupt (otherwise NVIC will keep getting kicked ).mp4
2.93MB
23. GPIO Interrupt Handling/7. Test interrupt APIs we developed by using button.mp4
8.18MB
24. SPI Essentials (All about SPI)/1. Introduction to SPI.mp4
3.46MB
24. SPI Essentials (All about SPI)/2. Understanding SPI protocol.mp4
17.05MB
24. SPI Essentials (All about SPI)/3. SPI behind the scene.mp4
5MB
25. What is phase , polarity and SPI modes/1. Significance of Polarity and Phase.mp4
11.41MB
25. What is phase , polarity and SPI modes/2. Different SPI Modes with Timing diagram.mp4
7.78MB
25. What is phase , polarity and SPI modes/3. Uni-Directional and Bi-Directional SPI.mp4
8.07MB
26. SPI Functional Block and Clock/1. Exploring SPI functional block(How SPI Engine works in MCU ).mp4
9.57MB
26. SPI Functional Block and Clock/2. SPI Peripheral clock and Serial clock.mp4
12.86MB
27. SPI Important Registers/1. Exploring SPI Control Registers(CR).mp4
14.21MB
27. SPI Important Registers/2. Exploring SPI Data Registers(DR).mp4
4.37MB
27. SPI Important Registers/3. Exploring SPI Status Registers(SR).mp4
3.39MB
28. SPI Driver Development Getting started/1. Overview.mp4
3.56MB
28. SPI Driver Development Getting started/2. Driver API Requirements.mp4
2.52MB
28. SPI Driver Development Getting started/3. Exploring different SPI Peripherals and pin packs of the MCU.mp4
2.35MB
29. SPI Driver Development Writing Driver header file/1. SPI Register Bit Definitions Macros(Converting register details in to Macros).mp4
9.23MB
29. SPI Driver Development Writing Driver header file/2. SPI Data structures.mp4
17.97MB
29. SPI Driver Development Writing Driver header file/3. Driver exposed APIs to handle SPI.mp4
9MB
3. OpenSTM32 System Workbench installation/2. Downloading and Installing OpenSTM32 System-Workbench.mp4
69.08MB
3. OpenSTM32 System Workbench installation/3. Installing OpenSTM32 System-Workbench.mp4
21.56MB
3. OpenSTM32 System Workbench installation/5. STM32CubeMX Installation.mp4
39.26MB
30. SPI Driver Development Implementing init API/1. Writing init function and helper functions.mp4
4.93MB
30. SPI Driver Development Implementing init API/2. Configuring mode, phase and polarity.mp4
3.78MB
30. SPI Driver Development Implementing init API/3. Configuring datasize, baudrate and direction.mp4
3.49MB
30. SPI Driver Development Implementing init API/4. Configuring NSS(Slave select pin ).mp4
10.78MB
30. SPI Driver Development Implementing init API/5. EnablingDisabling SPI Peripheral.mp4
3.31MB
31. SPI Driver Development Implementing TXRX API/1. Implementing TX API for master.mp4
8.66MB
31. SPI Driver Development Implementing TXRX API/2. Implementing RX API for master.mp4
5.31MB
31. SPI Driver Development Implementing TXRX API/3. Implementing TX API for slave.mp4
6.75MB
31. SPI Driver Development Implementing TXRX API/4. Implementing RX API for slave.mp4
2.69MB
32. SPI MasterSlave Communication/1. How does SPI master TXRX data .mp4
16.97MB
32. SPI MasterSlave Communication/2. How does SPI slave TXRX data .mp4
8.76MB
33. SPI Driver Development Implementing TX ISR/1. Understanding SPI TXRX IRQ numbers.mp4
13.67MB
33. SPI Driver Development Implementing TX ISR/2. Setting up TXERXNE interrupt.mp4
3.34MB
33. SPI Driver Development Implementing TX ISR/3. Writing SPI irq handler.mp4
6.23MB
33. SPI Driver Development Implementing TX ISR/4. Handling spi Tx interrupt.mp4
6.77MB
34. SPI Driver Development Implementing RX ISR/1. Handling RX done interrupt in ISR.mp4
3.52MB
35. Writing SPI sample application Getting Started/1. Understanding the Requirements.mp4
5.72MB
35. Writing SPI sample application Getting Started/2. Understanding connection diagram.mp4
4.74MB
36. Writing SPI sample application Master Code/1. Initialization.mp4
29.1MB
36. Writing SPI sample application Master Code/2. Defining various IRQ handlers.mp4
7.35MB
36. Writing SPI sample application Master Code/3. Master write Sequences (send CMD, get ACK, send data).mp4
10.74MB
36. Writing SPI sample application Master Code/4. Master Receive Sequences(Send CMD, get ACK, get data).mp4
4.85MB
37. Writing SPI sample application Slave Code Implementation/1. Initialization.mp4
2.62MB
37. Writing SPI sample application Slave Code Implementation/2. Slave Handling ReadWrite command from master.mp4
12.37MB
38. Testing , Decoding and Debugging Tips/1. Initial testing on hardware.mp4
16.56MB
38. Testing , Decoding and Debugging Tips/2. Capture SPI transcation on Logic analyzer.mp4
10.76MB
38. Testing , Decoding and Debugging Tips/3. Decoding SPI transcation Using logic analyzer.mp4
8.06MB
38. Testing , Decoding and Debugging Tips/4. Common problems in SPI and Debugging Tips.mp4
11.23MB
39. I2C Essentials/1. Intro to I2C protocol.mp4
12.49MB
39. I2C Essentials/2. I2C Hardware Setup.mp4
5.35MB
4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/2. KEIL-MDK-5 Installation.mp4
65.73MB
4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/3. KEIL-MDK-5 Installation Contd..mp4
10.57MB
4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/4. KEIL-MDK-5 Pack Installation.mp4
58.83MB
4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/5. Locating Pack Installation files.mp4
8.62MB
4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/6. Creating a KEIL Project.mp4
37.95MB
4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/7. Understaning The Discovery Board.mp4
22.32MB
40. I2C protocol in Detail/1. Basics.mp4
5.3MB
40. I2C protocol in Detail/2. Address phase.mp4
2.84MB
40. I2C protocol in Detail/3. Start Condition.mp4
2.44MB
40. I2C protocol in Detail/4. ACKNACK.mp4
3.06MB
40. I2C protocol in Detail/5. Stop Condition.mp4
2.04MB
40. I2C protocol in Detail/6. Master ReadWrite Data Phase.mp4
5.91MB
40. I2C protocol in Detail/7. Repeated start (start with out a stop ).mp4
10.46MB
40. I2C protocol in Detail/8. Clock Stretching.mp4
8.7MB
41. I2C Operating Modes/1. I2C in fast mode and standard mode.mp4
3.93MB
41. I2C Operating Modes/2. I2C duty cycle.mp4
11.46MB
42. I2C Addressing mode/1. 7bit addressing.mp4
3.44MB
42. I2C Addressing mode/2. 10 bit addressing.mp4
3.18MB
43. I2C Functional block diagram and Clocks/1. Exploring I2C functional block in the MCU.mp4
6.32MB
43. I2C Functional block diagram and Clocks/2. I2C peripheral clock and serial line clock(Fpclk and SCL).mp4
12.46MB
44. I2C Interrupts/1. I2C IRQs and Interrupt Mapping.mp4
12.4MB
44. I2C Interrupts/2. Exploring I2C IRQ numbers.mp4
5.94MB
45. I2C Peripheral Registers/1. Exploring I2C Control Registers(CR).mp4
17.1MB
45. I2C Peripheral Registers/2. Exploring I2C Own Address Registers(OAR).mp4
2.48MB
45. I2C Peripheral Registers/3. Exploring I2C Data Register(DR).mp4
4.5MB
45. I2C Peripheral Registers/4. Exploring I2C Status Registers(SR).mp4
9.88MB
45. I2C Peripheral Registers/5. Exploring I2C Clock Control Register(CCR).mp4
5.93MB
46. I2C MasterSlave Communication/1. How I2C Master TX data .mp4
10.89MB
46. I2C MasterSlave Communication/2. How I2C Master RX data .mp4
25.39MB
46. I2C MasterSlave Communication/3. How I2C Slave TX data .mp4
3.7MB
47. I2C Driver Development Getting started/1. Overview.mp4
3.09MB
47. I2C Driver Development Getting started/2. Understanding the Requirements.mp4
1.6MB
47. I2C Driver Development Getting started/3. Exploring different I2C Peripherals and pins of the MCU.mp4
2.85MB
48. I2C Driver Development Driver header file/1. I2C Register Bit Definitions Macros.mp4
10.65MB
48. I2C Driver Development Driver header file/2. I2C Data structures.mp4
16.23MB
48. I2C Driver Development Driver header file/3. I2C Driver Exposed APIs.mp4
6.43MB
49. I2C Driver Development Init Function/1. Init API and Helper Functions.mp4
2.91MB
49. I2C Driver Development Init Function/2. Code Implementation to EnableDisable I2C peripheral.mp4
1.56MB
49. I2C Driver Development Init Function/3. Configure clock stretching , own address , auto ACKing.mp4
4.39MB
49. I2C Driver Development Init Function/4. Configure I2C mode, addressing mode and duty cycle.mp4
5.14MB
49. I2C Driver Development Init Function/5. Code to Initialize I2C Serial Clock.mp4
6.58MB
49. I2C Driver Development Init Function/6. Code to Generate StartStop condition.mp4
2.85MB
49. I2C Driver Development Init Function/7. EnablingDisabling Buff, Event, and Error interrupts.mp4
4.02MB
49. I2C Driver Development Init Function/8. Other Helper Functions.mp4
5.56MB
5. LEDButton Exercises using BSPs/1. Exercise LED Toggling App using Board BSP APIs.mp4
63.5MB
5. LEDButton Exercises using BSPs/2. Exercise LED Toggling App using Board BSP APIs-Nucleo.mp4
17.41MB
5. LEDButton Exercises using BSPs/3. Exercise Adding button support using board BSP APIs(Nucleo).mp4
23.63MB
50. I2C Driver Developemnt Writing TXRX API/1. Implementing TX API for MASTER.mp4
8.89MB
50. I2C Driver Developemnt Writing TXRX API/2. Implementing RX API for MASTER.mp4
5.86MB
50. I2C Driver Developemnt Writing TXRX API/3. Implementing TX API for SLAVE.mp4
3.6MB
50. I2C Driver Developemnt Writing TXRX API/4. Implementing RX API for SLAVE.mp4
2.63MB
51. I2C Event Interrupt handling for master/1. Implementing event interrupt handler.mp4
4.13MB
51. I2C Event Interrupt handling for master/2. Handling of TXE event for master.mp4
2.44MB
51. I2C Event Interrupt handling for master/3. Handling of TX BTF event for master.mp4
3.97MB
52. I2C Event Interrupt handling for slave/1. Handling of slave Address Match Event.mp4
3.22MB
52. I2C Event Interrupt handling for slave/2. Handling of STOP detection event Interrupt.mp4
4.11MB
52. I2C Event Interrupt handling for slave/3. Handling of TXE event Interrupt.mp4
4.91MB
52. I2C Event Interrupt handling for slave/4. Handling of TX BTF event Interrupt.mp4
2.17MB
52. I2C Event Interrupt handling for slave/5. Handling of RXNE and BTF event interrupt.mp4
4.04MB
53. I2C Error Interrupt Handling/1. Writing Error interrupt handler.mp4
6.69MB
53. I2C Error Interrupt Handling/2. Handling of Different I2C Errors.mp4
7.05MB
54. Writing I2C sample application Getting ready/1. Understanding the Requirements.mp4
4.84MB
54. Writing I2C sample application Getting ready/2. Understanding connection diagram.mp4
1.24MB
55. Writing I2C sample Application Master Code/1. I2C Initialization.mp4
24.11MB
55. Writing I2C sample Application Master Code/2. Implementing I2C IRQ Handlers.mp4
5.85MB
55. Writing I2C sample Application Master Code/3. Implementing master write Sequences(cmd,length,data).mp4
6.7MB
55. Writing I2C sample Application Master Code/4. Implementing master read Sequences(cmd,length,data).mp4
5.1MB
55. Writing I2C sample Application Master Code/5. Slave Handling ReadWrite Command from master.mp4
6.01MB
56. Testing and Protocol Decoding using logic analyzer (lets get the trace )/1. Initial testing on hardware.mp4
19.76MB
56. Testing and Protocol Decoding using logic analyzer (lets get the trace )/2. Decoding and Analyzing I2C transaction using logic analyzer.mp4
20.05MB
56. Testing and Protocol Decoding using logic analyzer (lets get the trace )/3. Common Problems in I2C and Debugging Tips.mp4
7.01MB
57. UART Essentials/1. Intro UART vs USART.mp4
7.05MB
57. UART Essentials/2. Understanding UART pins.mp4
5.71MB
57. UART Essentials/3. UART frame formats.mp4
4.3MB
57. UART Essentials/4. Baud Rate.mp4
5.14MB
57. UART Essentials/5. Synchronization bits.mp4
4.08MB
57. UART Essentials/6. UART Parity.mp4
7.85MB
58. UART functional block and Peripheral Clock/1. Exploring UART functional block.mp4
8.14MB
58. UART functional block and Peripheral Clock/2. UART peripheral clock.mp4
7.22MB
59. UART Communication/1. UART Transmitter.mp4
7.16MB
59. UART Communication/2. Uart Receiver.mp4
10.11MB
6. LEDButton Exercises with OpenSTM32 SystemWorkbench/1. Creating First project using OpenSTM32 System workbench LED Toggling App.mp4
100.21MB
6. LEDButton Exercises with OpenSTM32 SystemWorkbench/2. Writing LED Toggling Application ( For Nucleo).mp4
68.29MB
6. LEDButton Exercises with OpenSTM32 SystemWorkbench/3. Downloading and testing LED Toggling Application ( For Nucleo).mp4
24.45MB
6. LEDButton Exercises with OpenSTM32 SystemWorkbench/4. Writing LED Toggling Application ( For Discovery).mp4
73.69MB
6. LEDButton Exercises with OpenSTM32 SystemWorkbench/5. Adding button support.mp4
94.96MB
6. LEDButton Exercises with OpenSTM32 SystemWorkbench/6. OpenSTM32 System Workbench Debugging.mp4
54.34MB
60. UART Interrupts/1. Exploring UART Interrupt Mapping.mp4
8MB
61. UART Registers/1. Exploring UART Control Registers.mp4
12.42MB
61. UART Registers/2. Exploring UART Data Registers.mp4
4.88MB
61. UART Registers/3. Exploring UART Status Registers.mp4
9.43MB
61. UART Registers/4. UART Baudrate Calculation.mp4
12.99MB
62. UART Driver Development Getting Started/1. Overview.mp4
2.47MB
62. UART Driver Development Getting Started/2. Understanding the Requirements.mp4
1.84MB
62. UART Driver Development Getting Started/3. Exploring Different UART Peripherals and pins of the MCU.mp4
3.35MB
63. UART Driver Development Driver Header File/1. UART Register Bit Definitions Macros.mp4
4.21MB
63. UART Driver Development Driver Header File/2. Data Structures used and Driver exposed APIs.mp4
11.12MB
64. UART Driver Development Writing init Function/1. Writing inti function and helper functions.mp4
11.09MB
64. UART Driver Development Writing init Function/2. Configuring Word length, Stop Bits.mp4
3.65MB
64. UART Driver Development Writing init Function/3. Configuring Baudrate, oversampling and Interrupts.mp4
14.09MB
65. UART Driver Development Writing TXRX function/1. Writing TX function.mp4
6.36MB
65. UART Driver Development Writing TXRX function/2. Writing RX Function.mp4
5.02MB
66. UART Driver Development Interrupt Handling/1. Implementing UART IRQ Handler.mp4
17.19MB
66. UART Driver Development Interrupt Handling/2. Handling TXE interrupt.mp4
4.43MB
66. UART Driver Development Interrupt Handling/3. Handling of TX Complete Interrupt.mp4
6.98MB
66. UART Driver Development Interrupt Handling/4. Handling RXNE Interrupt.mp4
8.31MB
67. UART sample application Getting ready/1. Understanding the Requirements.mp4
3.79MB
67. UART sample application Getting ready/2. Understanding connection diagram.mp4
5MB
67. UART sample application Getting ready/3. Exploring uart sniffer software for pc.mp4
4.98MB
68. UART sample application Implementation/1. UART Initializations and Txing.mp4
10.51MB
68. UART sample application Implementation/2. Receiving commands from PC.mp4
5.83MB
69. Running and Testing/1. Testing on hardware.mp4
6.19MB
7. Embedded Code Debugging Tools n Tips/1. Embedded Code Debugging Part-1.mp4
15.51MB
7. Embedded Code Debugging Tools n Tips/2. Embedded Code Debugging Part-2 Break points.mp4
5.42MB
7. Embedded Code Debugging Tools n Tips/3. Embedded Code Debugging Part-3 Step InStep OverStep Out.mp4
14.2MB
7. Embedded Code Debugging Tools n Tips/4. Embedded Code Debugging Part-4 DisableKill all Bkpts..mp4
24.11MB
7. Embedded Code Debugging Tools n Tips/5. Embedded Code Debugging Part-5 Call Stack Usage.mp4
73.17MB
7. Embedded Code Debugging Tools n Tips/6. Embedded Code Debugging Part-6 Watch Windows.mp4
39.8MB
7. Embedded Code Debugging Tools n Tips/7. Embedded Code Debugging Part-7 Memory Windows.mp4
169.05MB
7. Embedded Code Debugging Tools n Tips/8. Exercise-Copying data from Flash to RAM.mp4
98.5MB
70. Creating printf library for your board/1. Introduction.mp4
2.23MB
70. Creating printf library for your board/2. Implementing UART print apis.mp4
12.42MB
70. Creating printf library for your board/3. Creating static library in KEIL and testing.mp4
12.68MB
71. MCU Clocks Configurations and Measurements/1. Exploring System , AHB, APB clocks of the MCU.mp4
24.1MB
71. MCU Clocks Configurations and Measurements/2. Clocking MCU by using External Crystal Oscillator(HSE).mp4
9.74MB
71. MCU Clocks Configurations and Measurements/3. Measuring HSE,HSI, PLL and System Clock(Routing Clocks to GPIOs).mp4
24.8MB
71. MCU Clocks Configurations and Measurements/4. Clocking MCU by Internal PLL (Running MCU at Full Speed).mp4
16.73MB
8. Understanding MCU Memory Map/1. Understanding Memory Map of the MCU Part 1.mp4
12.64MB
8. Understanding MCU Memory Map/2. Understanding Memory Map of the MCU Part 2.mp4
32.04MB
8. Understanding MCU Memory Map/3. Understanding Memory Map of the MCU Part 3.mp4
91.1MB
9. MCU Bus Interfaces/1. MCU Bus Interfaces Explanation Part 1 I-CodeD-CodeS-Bus.mp4
44.49MB
9. MCU Bus Interfaces/2. MCU Bus Interfaces Explanation Part 2 AHBAPB1APB2.mp4
25.54MB
9. MCU Bus Interfaces/3. MCU Bus Interfaces Explanation Part 3 QA session.mp4
124.66MB
9. MCU Bus Interfaces/4. Understanding MCU Bus Matrix.mp4
15.24MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统