[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development
Torrent Information
DetailsGlobal Parameters
Identification Hash
B5A62279A9BC37986FAE78EF2FA81FBA61341453
Community Trust & Feedback
Files (215)
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development
215 files • 1.46 GB
01 Overview of the Course
2 files • 19.23 MB
001 What is this course all about.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/01 Overview of the Course/001 What is this course all about.mp4
002 Source Code Download Link.html
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/01 Overview of the Course/002 Source Code Download Link.html
02 GPIO Must know concepts
7 files • 40.95 MB
003 GPIO pin and GPIO port.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/02 GPIO Must know concepts/003 GPIO pin and GPIO port.mp4
004 GPIO behind the scene.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/02 GPIO Must know concepts/004 GPIO behind the scene.mp4
005 GPIO input mode with high impedance state.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/02 GPIO Must know concepts/005 GPIO input mode with high impedance state.mp4
006 GPIO input mode with pull-updown state.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/02 GPIO Must know concepts/006 GPIO input mode with pull-updown state.mp4
007 GPIO output mode with open drain state.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/02 GPIO Must know concepts/007 GPIO output mode with open drain state.mp4
008 GPIO output mode with push pull state.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/02 GPIO Must know concepts/008 GPIO output mode with push pull state.mp4
009 Optimizing IO power consumption.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/02 GPIO Must know concepts/009 Optimizing IO power consumption.mp4
03 GPIO Programming structure and Registers
11 files • 56.36 MB
010 GPIO programming structure.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/03 GPIO Programming structure and Registers/010 GPIO programming structure.mp4
011 Exploring GPIO PORT and pins of STM32F4xx Discovery board.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/03 GPIO Programming structure and Registers/011 Exploring GPIO PORT and pins of STM32F4xx Discovery board.mp4
012 GPIO Mode registerused to set mode for a pin.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/03 GPIO Programming structure and Registers/012 GPIO Mode registerused to set mode for a pin.mp4
013 GPIO port output type registerused to specify op type.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/03 GPIO Programming structure and Registers/013 GPIO port output type registerused to specify op type.mp4
014 GPIO port output speed register how quick transition.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/03 GPIO Programming structure and Registers/014 GPIO port output speed register how quick transition.mp4
015 GPIO port pull-uppull-down registerused to activatedeactivate pull-ups.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/03 GPIO Programming structure and Registers/015 GPIO port pull-uppull-down registerused to activatedeactivate pull-ups.mp4
016 GPIO port input data register used to read from pin.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/03 GPIO Programming structure and Registers/016 GPIO port input data register used to read from pin.mp4
017 GPIO port output data registerused to write to pin.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/03 GPIO Programming structure and Registers/017 GPIO port output data registerused to write to pin.mp4
018 Enabling and disabling GPIO peripheral clock.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/03 GPIO Programming structure and Registers/018 Enabling and disabling GPIO peripheral clock.mp4
019 GPIO alternate function registerused to set alternate functionality for a pin.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/03 GPIO Programming structure and Registers/019 GPIO alternate function registerused to set alternate functionality for a pin.mp4
quizzes
1 files • 2.9 KB
001 Find Out IO Alt Functionality.html
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/03 GPIO Programming structure and Registers/quizzes/001 Find Out IO Alt Functionality.html
04 GPIO Driver Development Lab Setup
6 files • 39.16 MB
020 HardwareSoftware Requirements.html
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/04 GPIO Driver Development Lab Setup/020 HardwareSoftware Requirements.html
021 Installing KEIL-MDK-5.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/04 GPIO Driver Development Lab Setup/021 Installing KEIL-MDK-5.mp4
022 Installing Software Packs.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/04 GPIO Driver Development Lab Setup/022 Installing Software Packs.mp4
023 Creating Your First KEIL Project.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/04 GPIO Driver Development Lab Setup/023 Creating Your First KEIL Project.mp4
025 Understaning The Discovery Board.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/04 GPIO Driver Development Lab Setup/025 Understaning The Discovery Board.mp4
attached_files
1 files • 206.91 KB
020 HardwareSoftware Requirements
1 files • 206.91 KB
Hardware-Requirements.pdf
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/04 GPIO Driver Development Lab Setup/attached_files/020 HardwareSoftware Requirements/Hardware-Requirements.pdf
05 GPIO Driver Development Getting started
2 files • 7.19 MB
026 Overview of the driver development task.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/05 GPIO Driver Development Getting started/026 Overview of the driver development task.mp4
027 Driver API Requirements.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/05 GPIO Driver Development Getting started/027 Driver API Requirements.mp4
06 GPIO Driver Development Explore MCU specific header file
4 files • 23.91 MB
028 CreatingOrganizing project files in KEIL.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/06 GPIO Driver Development Explore MCU specific header file/028 CreatingOrganizing project files in KEIL.mp4
029 Locating MCU specific Header File.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/06 GPIO Driver Development Explore MCU specific header file/029 Locating MCU specific Header File.mp4
030 Exploring MCU specific Header File.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/06 GPIO Driver Development Explore MCU specific header file/030 Exploring MCU specific Header File.mp4
quizzes
1 files • 5.91 KB
002 Explain __IO.html
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/06 GPIO Driver Development Explore MCU specific header file/quizzes/002 Explain __IO.html
07 GPIO Driver Development Driver header file
1 files • 19.84 MB
031 Implementing Driver Header file.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/07 GPIO Driver Development Driver header file/031 Implementing Driver Header file.mp4
08 GPIO Driver Development Implementing Init API
5 files • 22.21 MB
032 Code to configure the mode.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/08 GPIO Driver Development Implementing Init API/032 Code to configure the mode.mp4
033 Code to configure GPIO speed and output type.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/08 GPIO Driver Development Implementing Init API/033 Code to configure GPIO speed and output type.mp4
034 Code to configure GPIO pull-uppull down.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/08 GPIO Driver Development Implementing Init API/034 Code to configure GPIO pull-uppull down.mp4
035 Configuring alternate function.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/08 GPIO Driver Development Implementing Init API/035 Configuring alternate function.mp4
quizzes
1 files • 2.14 KB
003 Embedded Coding Skill.html
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/08 GPIO Driver Development Implementing Init API/quizzes/003 Embedded Coding Skill.html
09 GPIO Driver Development Implementing ReadWrite APIs
2 files • 6.08 MB
036 Implementing GPIO Read API.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/09 GPIO Driver Development Implementing ReadWrite APIs/036 Implementing GPIO Read API.mp4
037 Implementing GPIO Write API.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/09 GPIO Driver Development Implementing ReadWrite APIs/037 Implementing GPIO Write API.mp4
10 GPIO driver Code testingWriting Sample APP
4 files • 22.31 MB
038 Write init function to configure LED.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/10 GPIO driver Code testingWriting Sample APP/038 Write init function to configure LED.mp4
039 Code implementation to turn onofftoggle LED.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/10 GPIO driver Code testingWriting Sample APP/039 Code implementation to turn onofftoggle LED.mp4
040 Testing the sample Application on development board.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/10 GPIO driver Code testingWriting Sample APP/040 Testing the sample Application on development board.mp4
041 Testing LED behaviour on logic analyser software.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/10 GPIO driver Code testingWriting Sample APP/041 Testing LED behaviour on logic analyser software.mp4
11 GPIO Interrupt Handling
9 files • 70.68 MB
042 Exploring How peripherals interrupts the processor via NVIC.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/11 GPIO Interrupt Handling/042 Exploring How peripherals interrupts the processor via NVIC.mp4
043 GPIO irq numbers.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/11 GPIO Interrupt Handling/043 GPIO irq numbers.mp4
044 Vector table and IRQ handlers.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/11 GPIO Interrupt Handling/044 Vector table and IRQ handlers.mp4
045 Adding interrupt handling apis to our driver.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/11 GPIO Interrupt Handling/045 Adding interrupt handling apis to our driver.mp4
046 Implementing APIs to Configure and Enable External Interrupts.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/11 GPIO Interrupt Handling/046 Implementing APIs to Configure and Enable External Interrupts.mp4
047 Clearing external interrupt otherwise NVIC will keep getting kicked.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/11 GPIO Interrupt Handling/047 Clearing external interrupt otherwise NVIC will keep getting kicked.mp4
048 Test interrupt APIs we developed by using button.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/11 GPIO Interrupt Handling/048 Test interrupt APIs we developed by using button.mp4
quizzes
2 files • 5.88 KB
004 Find out IRQ number.html
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/11 GPIO Interrupt Handling/quizzes/004 Find out IRQ number.html
005 Interrupt Pending Bit.html
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/11 GPIO Interrupt Handling/quizzes/005 Interrupt Pending Bit.html
12 SPI Essentials All about SPI
3 files • 25.49 MB
049 Introduction to SPI.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/12 SPI Essentials All about SPI/049 Introduction to SPI.mp4
050 Understanding SPI protocol.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/12 SPI Essentials All about SPI/050 Understanding SPI protocol.mp4
051 SPI behind the scene.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/12 SPI Essentials All about SPI/051 SPI behind the scene.mp4
13 What is phase polarity and SPI modes
3 files • 27.24 MB
052 Significance of Polarity and Phase.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/13 What is phase polarity and SPI modes/052 Significance of Polarity and Phase.mp4
053 Different SPI Modes with Timing diagram.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/13 What is phase polarity and SPI modes/053 Different SPI Modes with Timing diagram.mp4
054 Uni-Directional and Bi-Directional SPI.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/13 What is phase polarity and SPI modes/054 Uni-Directional and Bi-Directional SPI.mp4
14 SPI Functional Block and Clock
3 files • 22.41 MB
055 Exploring SPI functional blockHow SPI Engine works in MCU.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/14 SPI Functional Block and Clock/055 Exploring SPI functional blockHow SPI Engine works in MCU.mp4
056 SPI Peripheral clock and Serial clock.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/14 SPI Functional Block and Clock/056 SPI Peripheral clock and Serial clock.mp4
quizzes
1 files • 2.72 KB
006 Find out SPI Max Speed.html
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/14 SPI Functional Block and Clock/quizzes/006 Find out SPI Max Speed.html
15 SPI Important Registers
3 files • 21.96 MB
057 Exploring SPI Control RegistersCR.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/15 SPI Important Registers/057 Exploring SPI Control RegistersCR.mp4
058 Exploring SPI Data RegistersDR.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/15 SPI Important Registers/058 Exploring SPI Data RegistersDR.mp4
059 Exploring SPI Status RegistersSR.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/15 SPI Important Registers/059 Exploring SPI Status RegistersSR.mp4
16 SPI Driver Development Getting started
3 files • 8.41 MB
060 Overview.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/16 SPI Driver Development Getting started/060 Overview.mp4
061 Driver API Requirements.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/16 SPI Driver Development Getting started/061 Driver API Requirements.mp4
062 Exploring different SPI Peripherals and pin packs of the MCU.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/16 SPI Driver Development Getting started/062 Exploring different SPI Peripherals and pin packs of the MCU.mp4
17 SPI Driver Development Writing Driver header file
3 files • 36.17 MB
063 SPI Register Bit Definitions MacrosConverting register details in to Macros.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/17 SPI Driver Development Writing Driver header file/063 SPI Register Bit Definitions MacrosConverting register details in to Macros.mp4
064 SPI Data structures.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/17 SPI Driver Development Writing Driver header file/064 SPI Data structures.mp4
065 Driver exposed APIs to handle SPI.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/17 SPI Driver Development Writing Driver header file/065 Driver exposed APIs to handle SPI.mp4
18 SPI Driver Development Implementing init API
5 files • 26.29 MB
066 Writing init function and helper functions.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/18 SPI Driver Development Implementing init API/066 Writing init function and helper functions.mp4
067 Configuring mode phase and polarity.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/18 SPI Driver Development Implementing init API/067 Configuring mode phase and polarity.mp4
068 Configuring datasize baudrate and direction.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/18 SPI Driver Development Implementing init API/068 Configuring datasize baudrate and direction.mp4
069 Configuring NSSSlave select pin.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/18 SPI Driver Development Implementing init API/069 Configuring NSSSlave select pin.mp4
070 EnablingDisabling SPI Peripheral.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/18 SPI Driver Development Implementing init API/070 EnablingDisabling SPI Peripheral.mp4
19 SPI Driver Development Implementing TXRX API
4 files • 23.39 MB
071 Implementing TX API for master.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/19 SPI Driver Development Implementing TXRX API/071 Implementing TX API for master.mp4
072 Implementing RX API for master.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/19 SPI Driver Development Implementing TXRX API/072 Implementing RX API for master.mp4
073 Implementing TX API for slave.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/19 SPI Driver Development Implementing TXRX API/073 Implementing TX API for slave.mp4
074 Implementing RX API for slave.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/19 SPI Driver Development Implementing TXRX API/074 Implementing RX API for slave.mp4
20 SPI MasterSlave Communication
2 files • 25.73 MB
075 How does SPI master TXRX data.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/20 SPI MasterSlave Communication/075 How does SPI master TXRX data.mp4
076 How does SPI slave TXRX data.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/20 SPI MasterSlave Communication/076 How does SPI slave TXRX data.mp4
21 SPI Driver Development Implementing TX ISR
5 files • 29.98 MB
077 Understanding SPI TXRX IRQ numbers.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/21 SPI Driver Development Implementing TX ISR/077 Understanding SPI TXRX IRQ numbers.mp4
078 Setting up TXERXNE interrupt.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/21 SPI Driver Development Implementing TX ISR/078 Setting up TXERXNE interrupt.mp4
079 Writing SPI irq handler.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/21 SPI Driver Development Implementing TX ISR/079 Writing SPI irq handler.mp4
080 Handling spi Tx interrupt.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/21 SPI Driver Development Implementing TX ISR/080 Handling spi Tx interrupt.mp4
quizzes
1 files • 3.21 KB
007 Quiz about Debugging SPI Interrupt.html
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/21 SPI Driver Development Implementing TX ISR/quizzes/007 Quiz about Debugging SPI Interrupt.html
22 SPI Driver Development Implementing RX ISR
1 files • 3.52 MB
081 Handling RX done interrupt in ISR.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/22 SPI Driver Development Implementing RX ISR/081 Handling RX done interrupt in ISR.mp4
23 Writing SPI sample application Getting Started
2 files • 10.45 MB
082 Understanding the Requirements.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/23 Writing SPI sample application Getting Started/082 Understanding the Requirements.mp4
083 Understanding connection diagram.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/23 Writing SPI sample application Getting Started/083 Understanding connection diagram.mp4
24 Writing SPI sample application Master Code
4 files • 52.04 MB
084 Initialization.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/24 Writing SPI sample application Master Code/084 Initialization.mp4
085 Defining various IRQ handlers.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/24 Writing SPI sample application Master Code/085 Defining various IRQ handlers.mp4
086 Master write Sequences send CMD get ACK send data.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/24 Writing SPI sample application Master Code/086 Master write Sequences send CMD get ACK send data.mp4
087 Master Receive SequencesSend CMD get ACK get data.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/24 Writing SPI sample application Master Code/087 Master Receive SequencesSend CMD get ACK get data.mp4
25 Writing SPI sample application Slave Code Implementation
2 files • 14.98 MB
088 Initialization.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/25 Writing SPI sample application Slave Code Implementation/088 Initialization.mp4
089 Slave Handling ReadWrite command from master.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/25 Writing SPI sample application Slave Code Implementation/089 Slave Handling ReadWrite command from master.mp4
26 Testing Decoding and Debugging Tips
4 files • 46.58 MB
090 Initial testing on hardware.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/26 Testing Decoding and Debugging Tips/090 Initial testing on hardware.mp4
091 Capture SPI transcation on Logic analyzer.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/26 Testing Decoding and Debugging Tips/091 Capture SPI transcation on Logic analyzer.mp4
092 Decoding SPI transcation Using logic analyzer.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/26 Testing Decoding and Debugging Tips/092 Decoding SPI transcation Using logic analyzer.mp4
093 Common problems in SPI and Debugging Tips.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/26 Testing Decoding and Debugging Tips/093 Common problems in SPI and Debugging Tips.mp4
27 I2C Essentials
3 files • 17.82 MB
094 Intro to I2C protocol.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/27 I2C Essentials/094 Intro to I2C protocol.mp4
095 I2C Hardware Setup.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/27 I2C Essentials/095 I2C Hardware Setup.mp4
quizzes
1 files • 4.67 KB
008 Quiz SPI and I2C.html
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/27 I2C Essentials/quizzes/008 Quiz SPI and I2C.html
28 I2C protocol in Detail
8 files • 40.73 MB
096 Basics.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/28 I2C protocol in Detail/096 Basics.mp4
097 Address phase.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/28 I2C protocol in Detail/097 Address phase.mp4
098 Start Condition.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/28 I2C protocol in Detail/098 Start Condition.mp4
099 ACKNACK.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/28 I2C protocol in Detail/099 ACKNACK.mp4
100 Stop Condition.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/28 I2C protocol in Detail/100 Stop Condition.mp4
101 Master ReadWrite Data Phase.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/28 I2C protocol in Detail/101 Master ReadWrite Data Phase.mp4
102 Repeated start start with out a stop.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/28 I2C protocol in Detail/102 Repeated start start with out a stop.mp4
103 Clock Stretching.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/28 I2C protocol in Detail/103 Clock Stretching.mp4
29 I2C Operating Modes
2 files • 15.37 MB
104 I2C in fast mode and standard mode.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/29 I2C Operating Modes/104 I2C in fast mode and standard mode.mp4
105 I2C duty cycle.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/29 I2C Operating Modes/105 I2C duty cycle.mp4
30 I2C Addressing mode
2 files • 6.62 MB
106 7bit addressing.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/30 I2C Addressing mode/106 7bit addressing.mp4
107 10 bit addressing.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/30 I2C Addressing mode/107 10 bit addressing.mp4
31 I2C Functional block diagram and Clocks
2 files • 18.76 MB
108 Exploring I2C functional block in the MCU.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/31 I2C Functional block diagram and Clocks/108 Exploring I2C functional block in the MCU.mp4
109 I2C peripheral clock and serial line clockFpclk and SCL.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/31 I2C Functional block diagram and Clocks/109 I2C peripheral clock and serial line clockFpclk and SCL.mp4
32 I2C Interrupts
2 files • 18.34 MB
110 I2C IRQs and Interrupt Mapping.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/32 I2C Interrupts/110 I2C IRQs and Interrupt Mapping.mp4
111 Exploring I2C IRQ numbers.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/32 I2C Interrupts/111 Exploring I2C IRQ numbers.mp4
33 I2C Peripheral Registers
5 files • 39.88 MB
112 Exploring I2C Control RegistersCR.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/33 I2C Peripheral Registers/112 Exploring I2C Control RegistersCR.mp4
113 Exploring I2C Own Address RegistersOAR.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/33 I2C Peripheral Registers/113 Exploring I2C Own Address RegistersOAR.mp4
114 Exploring I2C Data RegisterDR.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/33 I2C Peripheral Registers/114 Exploring I2C Data RegisterDR.mp4
115 Exploring I2C Status RegistersSR.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/33 I2C Peripheral Registers/115 Exploring I2C Status RegistersSR.mp4
116 Exploring I2C Clock Control RegisterCCR.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/33 I2C Peripheral Registers/116 Exploring I2C Clock Control RegisterCCR.mp4
34 I2C MasterSlave Communication
5 files • 39.99 MB
117 How I2C Master TX data.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/34 I2C MasterSlave Communication/117 How I2C Master TX data.mp4
118 How I2C Master RX data.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/34 I2C MasterSlave Communication/118 How I2C Master RX data.mp4
119 How I2C Slave TX data.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/34 I2C MasterSlave Communication/119 How I2C Slave TX data.mp4
quizzes
2 files • 5.63 KB
009 Quiz about I2C Master TX.html
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/34 I2C MasterSlave Communication/quizzes/009 Quiz about I2C Master TX.html
010 Quiz about I2C Master RX.html
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/34 I2C MasterSlave Communication/quizzes/010 Quiz about I2C Master RX.html
35 I2C Driver Development Getting started
3 files • 7.53 MB
120 Overview.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/35 I2C Driver Development Getting started/120 Overview.mp4
121 Understanding the Requirements.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/35 I2C Driver Development Getting started/121 Understanding the Requirements.mp4
122 Exploring different I2C Peripherals and pins of the MCU.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/35 I2C Driver Development Getting started/122 Exploring different I2C Peripherals and pins of the MCU.mp4
36 I2C Driver Development Driver header file
3 files • 33.3 MB
123 I2C Register Bit Definitions Macros.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/36 I2C Driver Development Driver header file/123 I2C Register Bit Definitions Macros.mp4
124 I2C Data structures.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/36 I2C Driver Development Driver header file/124 I2C Data structures.mp4
125 I2C Driver Exposed APIs.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/36 I2C Driver Development Driver header file/125 I2C Driver Exposed APIs.mp4
37 I2C Driver Development Init Function
8 files • 32.96 MB
126 Init API and Helper Functions.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/37 I2C Driver Development Init Function/126 Init API and Helper Functions.mp4
127 Code Implementation to EnableDisable I2C peripheral.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/37 I2C Driver Development Init Function/127 Code Implementation to EnableDisable I2C peripheral.mp4
128 Configure clock stretching own address auto ACKing.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/37 I2C Driver Development Init Function/128 Configure clock stretching own address auto ACKing.mp4
129 Configure I2C mode addressing mode and duty cycle.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/37 I2C Driver Development Init Function/129 Configure I2C mode addressing mode and duty cycle.mp4
130 Code to Initialize I2C Serial Clock.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/37 I2C Driver Development Init Function/130 Code to Initialize I2C Serial Clock.mp4
131 Code to Generate StartStop condition.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/37 I2C Driver Development Init Function/131 Code to Generate StartStop condition.mp4
132 EnablingDisabling Buff Event and Error interrupts.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/37 I2C Driver Development Init Function/132 EnablingDisabling Buff Event and Error interrupts.mp4
133 Other Helper Functions.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/37 I2C Driver Development Init Function/133 Other Helper Functions.mp4
38 I2C Driver Developemnt Writing TXRX API
4 files • 20.96 MB
134 Implementing TX API for MASTER.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/38 I2C Driver Developemnt Writing TXRX API/134 Implementing TX API for MASTER.mp4
135 Implementing RX API for MASTER.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/38 I2C Driver Developemnt Writing TXRX API/135 Implementing RX API for MASTER.mp4
136 Implementing TX API for SLAVE.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/38 I2C Driver Developemnt Writing TXRX API/136 Implementing TX API for SLAVE.mp4
137 Implementing RX API for SLAVE.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/38 I2C Driver Developemnt Writing TXRX API/137 Implementing RX API for SLAVE.mp4
39 I2C Event Interrupt handling for master
3 files • 10.54 MB
138 Implementing event interrupt handler.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/39 I2C Event Interrupt handling for master/138 Implementing event interrupt handler.mp4
139 Handling of TXE event for master.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/39 I2C Event Interrupt handling for master/139 Handling of TXE event for master.mp4
140 Handling of TX BTF event for master.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/39 I2C Event Interrupt handling for master/140 Handling of TX BTF event for master.mp4
40 I2C Event Interrupt handling for slave
5 files • 18.44 MB
141 Handling of slave Address Match Event.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/40 I2C Event Interrupt handling for slave/141 Handling of slave Address Match Event.mp4
142 Handling of STOP detection event Interrupt.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/40 I2C Event Interrupt handling for slave/142 Handling of STOP detection event Interrupt.mp4
143 Handling of TXE event Interrupt.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/40 I2C Event Interrupt handling for slave/143 Handling of TXE event Interrupt.mp4
144 Handling of TX BTF event Interrupt.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/40 I2C Event Interrupt handling for slave/144 Handling of TX BTF event Interrupt.mp4
145 Handling of RXNE and BTF event interrupt.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/40 I2C Event Interrupt handling for slave/145 Handling of RXNE and BTF event interrupt.mp4
41 I2C Error Interrupt Handling
2 files • 13.72 MB
146 Writing Error interrupt handler.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/41 I2C Error Interrupt Handling/146 Writing Error interrupt handler.mp4
147 Handling of Different I2C Errors.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/41 I2C Error Interrupt Handling/147 Handling of Different I2C Errors.mp4
42 Writing I2C sample application Getting ready
2 files • 6.08 MB
148 Understanding the Requirements.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/42 Writing I2C sample application Getting ready/148 Understanding the Requirements.mp4
149 Understanding connection diagram.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/42 Writing I2C sample application Getting ready/149 Understanding connection diagram.mp4
43 Writing I2C sample Application Master Code
5 files • 47.75 MB
150 I2C Initialization.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/43 Writing I2C sample Application Master Code/150 I2C Initialization.mp4
151 Implementing I2C IRQ Handlers.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/43 Writing I2C sample Application Master Code/151 Implementing I2C IRQ Handlers.mp4
152 Implementing master write Sequencescmdlengthdata.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/43 Writing I2C sample Application Master Code/152 Implementing master write Sequencescmdlengthdata.mp4
153 Implementing master read Sequencescmdlengthdata.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/43 Writing I2C sample Application Master Code/153 Implementing master read Sequencescmdlengthdata.mp4
154 Slave Handling ReadWrite Command from master.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/43 Writing I2C sample Application Master Code/154 Slave Handling ReadWrite Command from master.mp4
44 Testing and Protocol Decoding using logic analyzer lets get the trace
3 files • 46.81 MB
155 Initial testing on hardware.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/44 Testing and Protocol Decoding using logic analyzer lets get the trace/155 Initial testing on hardware.mp4
156 Decoding and Analyzing I2C transaction using logic analyzer.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/44 Testing and Protocol Decoding using logic analyzer lets get the trace/156 Decoding and Analyzing I2C transaction using logic analyzer.mp4
157 Common Problems in I2C and Debugging Tips.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/44 Testing and Protocol Decoding using logic analyzer lets get the trace/157 Common Problems in I2C and Debugging Tips.mp4
45 UART Essentials
6 files • 34.1 MB
158 Intro UART vs USART.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/45 UART Essentials/158 Intro UART vs USART.mp4
159 Understanding UART pins.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/45 UART Essentials/159 Understanding UART pins.mp4
160 UART frame formats.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/45 UART Essentials/160 UART frame formats.mp4
161 Baud Rate.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/45 UART Essentials/161 Baud Rate.mp4
162 Synchronization bits.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/45 UART Essentials/162 Synchronization bits.mp4
163 UART Parity.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/45 UART Essentials/163 UART Parity.mp4
46 UART functional block and Peripheral Clock
2 files • 15.35 MB
164 Exploring UART functional block.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/46 UART functional block and Peripheral Clock/164 Exploring UART functional block.mp4
165 UART peripheral clock.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/46 UART functional block and Peripheral Clock/165 UART peripheral clock.mp4
47 UART Communication
3 files • 17.26 MB
166 UART Transmitter.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/47 UART Communication/166 UART Transmitter.mp4
167 Uart Receiver.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/47 UART Communication/167 Uart Receiver.mp4
quizzes
1 files • 2.5 KB
011 UART Start bit Detection.html
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/47 UART Communication/quizzes/011 UART Start bit Detection.html
48 UART Interrupts
1 files • 7.99 MB
168 Exploring UART Interrupt Mapping.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/48 UART Interrupts/168 Exploring UART Interrupt Mapping.mp4
49 UART Registers
5 files • 39.7 MB
169 Exploring UART Control Registers.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/49 UART Registers/169 Exploring UART Control Registers.mp4
170 Exploring UART Data Registers.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/49 UART Registers/170 Exploring UART Data Registers.mp4
171 Exploring UART Status Registers.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/49 UART Registers/171 Exploring UART Status Registers.mp4
172 UART Baudrate Calculation.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/49 UART Registers/172 UART Baudrate Calculation.mp4
quizzes
1 files • 2.94 KB
012 Find out MAX baudrate of UART.html
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/49 UART Registers/quizzes/012 Find out MAX baudrate of UART.html
50 UART Driver Development Getting Started
3 files • 7.65 MB
173 Overview.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/50 UART Driver Development Getting Started/173 Overview.mp4
174 Understanding the Requirements.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/50 UART Driver Development Getting Started/174 Understanding the Requirements.mp4
175 Exploring Different UART Peripherals and pins of the MCU.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/50 UART Driver Development Getting Started/175 Exploring Different UART Peripherals and pins of the MCU.mp4
51 UART Driver Development Driver Header File
2 files • 15.31 MB
176 UART Register Bit Definitions Macros.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/51 UART Driver Development Driver Header File/176 UART Register Bit Definitions Macros.mp4
177 Data Structures used and Driver exposed APIs.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/51 UART Driver Development Driver Header File/177 Data Structures used and Driver exposed APIs.mp4
52 UART Driver Development Writing init Function
3 files • 28.81 MB
178 Writing inti function and helper functions.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/52 UART Driver Development Writing init Function/178 Writing inti function and helper functions.mp4
179 Configuring Word length Stop Bits.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/52 UART Driver Development Writing init Function/179 Configuring Word length Stop Bits.mp4
180 Configuring Baudrate oversampling and Interrupts.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/52 UART Driver Development Writing init Function/180 Configuring Baudrate oversampling and Interrupts.mp4
53 UART Driver Development Writing TXRX function
2 files • 11.37 MB
181 Writing TX function.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/53 UART Driver Development Writing TXRX function/181 Writing TX function.mp4
182 Writing RX Function.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/53 UART Driver Development Writing TXRX function/182 Writing RX Function.mp4
54 UART Driver Development Interrupt Handling
4 files • 36.89 MB
183 Implementing UART IRQ Handler.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/54 UART Driver Development Interrupt Handling/183 Implementing UART IRQ Handler.mp4
184 Handling TXE interrupt.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/54 UART Driver Development Interrupt Handling/184 Handling TXE interrupt.mp4
185 Handling of TX Complete Interrupt.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/54 UART Driver Development Interrupt Handling/185 Handling of TX Complete Interrupt.mp4
186 Handling RXNE Interrupt.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/54 UART Driver Development Interrupt Handling/186 Handling RXNE Interrupt.mp4
55 UART sample application Getting ready
3 files • 13.76 MB
187 Understanding the Requirements.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/55 UART sample application Getting ready/187 Understanding the Requirements.mp4
188 Understanding connection diagram.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/55 UART sample application Getting ready/188 Understanding connection diagram.mp4
189 Exploring uart sniffer software for pc.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/55 UART sample application Getting ready/189 Exploring uart sniffer software for pc.mp4
56 UART sample application Implementation
2 files • 16.33 MB
190 UART Initializations and Txing.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/56 UART sample application Implementation/190 UART Initializations and Txing.mp4
191 Receiving commands from PC.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/56 UART sample application Implementation/191 Receiving commands from PC.mp4
57 Running and Testing
1 files • 6.18 MB
192 Testing on hardware.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/57 Running and Testing/192 Testing on hardware.mp4
58 Creating printf library for your board
3 files • 27.31 MB
193 Introduction.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/58 Creating printf library for your board/193 Introduction.mp4
194 Implementing UART print apis.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/58 Creating printf library for your board/194 Implementing UART print apis.mp4
195 Creating static library in KEIL and testing.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/58 Creating printf library for your board/195 Creating static library in KEIL and testing.mp4
59 MCU Clocks Configurations and Measurements
6 files • 75.38 MB
196 Exploring System AHB APB clocks of the MCU.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/59 MCU Clocks Configurations and Measurements/196 Exploring System AHB APB clocks of the MCU.mp4
197 Clocking MCU by using External Crystal OscillatorHSE.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/59 MCU Clocks Configurations and Measurements/197 Clocking MCU by using External Crystal OscillatorHSE.mp4
198 Measuring HSEHSI PLL and System ClockRouting Clocks to GPIOs.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/59 MCU Clocks Configurations and Measurements/198 Measuring HSEHSI PLL and System ClockRouting Clocks to GPIOs.mp4
199 Clocking MCU by Internal PLL Running MCU at Full Speed.mp4
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/59 MCU Clocks Configurations and Measurements/199 Clocking MCU by Internal PLL Running MCU at Full Speed.mp4
200 Bonus Lecture.html
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/59 MCU Clocks Configurations and Measurements/200 Bonus Lecture.html
quizzes
1 files • 2.62 KB
013 Quiz about using HSE.html
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/59 MCU Clocks Configurations and Measurements/quizzes/013 Quiz about using HSE.html
[FreeTutorials.us].txt
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/[FreeTutorials.us].txt
[FreeTutorials.us].url
[FreeTutorials.us] mastering-microcontroller-with-peripheral-driver-development/[FreeTutorials.us].url
Trackers (11)
udp://tracker.bitsearch.to:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.moeking.me:6969/announce
udp://tracker.uw0.xyz:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://tracker.torrent.eu.org:451/announce
udp://open.stealth.si:80/announce
udp://tracker4.itzmx.com:2710/announce
udp://retracker.lanta-net.ru:2710/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
Similar Torrents 15
Based on tags and category