FileMood

Download free-course-site.com.-udemy.-.-mastering.-microcontroller.with.-embedded.-driver.-development

Free course site com udemy mastering microcontroller with embedded driver development

Name

free-course-site.com.-udemy.-.-mastering.-microcontroller.with.-embedded.-driver.-development

 DOWNLOAD Copy Link

Total Size

3.7 GB

Total Files

624

Hash

5CBF746E5CFCC7A52E5A66E4380D8D6B38CE0A32

/1. Overview of the Course/

1. What is this course all about .mp4

20.2 MB

2. Source Code.html

0.5 KB

3. IDE setup for Embedded Code Development.html

1.6 KB

/10. Understanding MCU Peripheral Clock Control/

1. Understanding MCU Peripheral Clock control.mp4

17.1 MB

2. Exercise EnablingDisabling Peripheral Clock.mp4

51.2 MB

3. Exercise-Making HSE as System Clock.mp4

29.2 MB

4. Exercise-Making HSE as System Clock Contd..mp4

21.0 MB

/11. Understanding MCU Vector table/

1. Understanding MCU Vector Table Part-1.mp4

59.6 MB

2. Understanding MCU Vector Table Part-2.mp4

18.5 MB

/12. Understanding MCU interrupt Design , NVIC, Interrupt handling/

1. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 1.mp4

38.0 MB

2. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 2.mp4

44.8 MB

3. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 3.mp4

19.4 MB

4. Understanding MCU interrupt Design , NVIC, Interrupt handling Part 4.mp4

21.3 MB

/13. Understanding MCU Specific Header file/

1. Understanding MCU Specific header file Part 1.mp4

83.6 MB

2. Understanding MCU Specific header file Part 2.mp4

65.9 MB

/14. GPIO Must know concepts/

1. GPIO pin and GPIO port.mp4

5.6 MB

2. GPIO behind the scene.mp4

6.2 MB

3. GPIO input mode with high impedance state.mp4

3.0 MB

4. GPIO input mode with pull-updown state.mp4

2.9 MB

5. GPIO output mode with open drain state.mp4

11.9 MB

6. GPIO output mode with push pull state.mp4

6.0 MB

7. Optimizing IO power consumption.mp4

7.2 MB

/15. GPIO Programming structure and Registers/

1. GPIO programming structure.mp4

8.5 MB

10. GPIO alternate function register(used to set alternate functionality for a pin ).mp4

9.9 MB

11. Find Out IO Alt Functionality.html

0.2 KB

2. Exploring GPIO PORT and pins of STM32F4xx Discovery board.mp4

2.6 MB

3. GPIO Mode register(used to set mode for a pin).mp4

8.4 MB

4. GPIO port output type register(used to specify op type).mp4

3.1 MB

5. GPIO port output speed register (how quick transition).mp4

7.7 MB

6. GPIO port pull-uppull-down register(used to activatedeactivate pull-ups).mp4

4.9 MB

7. GPIO port input data register (used to read from pin).mp4

2.7 MB

8. GPIO port output data register(used to write to pin).mp4

2.9 MB

9. Enabling and disabling GPIO peripheral clock.mp4

8.4 MB

/16. GPIO Driver Development Getting started/

1. Overview of the driver development task.mp4

4.0 MB

2. Driver API Requirements.mp4

3.6 MB

3. Creating Driver Template Project Eclipse.mp4

30.9 MB

4. Creating Driver Template Project KEIL.mp4

10.4 MB

/17. GPIO Driver Development Driver header file/

1. Implementing Driver Header file.mp4

20.8 MB

/18. GPIO Driver Development Implementing Init API/

1. Code to configure the mode.mp4

9.4 MB

2. Code to configure GPIO speed and output type.mp4

4.1 MB

3. Code to configure GPIO pull-uppull down.mp4

3.0 MB

4. Configuring alternate function.mp4

6.8 MB

5. Embedded Coding Skill.html

0.2 KB

/19. GPIO Driver Development Implementing ReadWrite APIs/

1. Implementing GPIO Read API.mp4

3.8 MB

2. Implementing GPIO Write API.mp4

2.6 MB

/2. Development board used in our courses/

1. Note for the students.html

0.4 KB

2. About MCU Development board.mp4

21.5 MB

2.1 STM32 Nucleo-64 development board.html

0.1 KB

2.2 Discovery kit with STM32F407VG MCU.html

0.1 KB

3. STM32F4 Discovery and Nucleo Board Details.mp4

46.2 MB

4. ST-Link Driver Installation.mp4

13.4 MB

4.1 ST-LINK, ST-LINKV2, ST-LINKV2-1 USB driver signed for Windows7, Windows8, Windows10.html

0.1 KB

5. ST Link Firmware Upgrade.mp4

14.2 MB

5.1 ST-LINK, ST-LINKV2, ST-LINKV2-1 firmware upgrade.html

0.1 KB

/20. GPIO driver Code testingWriting Sample APP/

1. Write init function to configure LED.mp4

9.8 MB

2. Code implementation to turn onofftoggle LED.mp4

4.1 MB

3. Testing the sample Application on development board.mp4

2.9 MB

4. Testing LED behaviour on logic analyser software.mp4

6.6 MB

/21. GPIO Interrupt Handling/

1. Exploring How peripherals interrupts the processor via NVIC.mp4

20.7 MB

2. GPIO irq numbers.mp4

14.1 MB

3. Vector table and IRQ handlers.mp4

6.9 MB

4. Adding interrupt handling apis to our driver.mp4

5.5 MB

5. Implementing APIs to Configure and Enable External Interrupts.mp4

15.2 MB

6. Clearing external interrupt (otherwise NVIC will keep getting kicked ).mp4

3.1 MB

7. Test interrupt APIs we developed by using button.mp4

8.6 MB

8. Find out IRQ number.html

0.2 KB

9. Interrupt Pending Bit.html

0.2 KB

/22. SPI Essentials (All about SPI)/

1. Introduction to SPI.mp4

3.6 MB

2. Understanding SPI protocol.mp4

17.9 MB

3. SPI behind the scene.mp4

5.2 MB

/23. What is phase , polarity and SPI modes/

1. Significance of Polarity and Phase.mp4

12.0 MB

2. Different SPI Modes with Timing diagram.mp4

8.2 MB

3. Uni-Directional and Bi-Directional SPI.mp4

8.5 MB

/24. SPI Functional Block and Clock/

1. Exploring SPI functional block(How SPI Engine works in MCU ).mp4

10.0 MB

2. SPI Peripheral clock and Serial clock.mp4

13.5 MB

3. Find out SPI Max Speed.html

0.2 KB

/25. SPI Important Registers/

1. Exploring SPI Control Registers(CR).mp4

14.9 MB

2. Exploring SPI Data Registers(DR).mp4

4.6 MB

3. Exploring SPI Status Registers(SR).mp4

3.5 MB

/26. SPI Driver Development Getting started/

1. Overview.mp4

3.7 MB

2. Driver API Requirements.mp4

2.6 MB

3. Exploring different SPI Peripherals and pin packs of the MCU.mp4

2.5 MB

/27. SPI Driver Development Writing Driver header file/

1. SPI Register Bit Definitions Macros(Converting register details in to Macros).mp4

9.7 MB

2. SPI Data structures.mp4

18.8 MB

3. Driver exposed APIs to handle SPI.mp4

9.4 MB

/28. SPI Driver Development Implementing init API/

1. Writing init function and helper functions.mp4

5.2 MB

2. Configuring mode, phase and polarity.mp4

4.0 MB

3. Configuring datasize, baudrate and direction.mp4

3.7 MB

4. Configuring NSS(Slave select pin ).mp4

11.3 MB

5. EnablingDisabling SPI Peripheral.mp4

3.5 MB

/29. SPI Driver Development Implementing TXRX API/

1. Implementing TX API for master.mp4

9.1 MB

2. Implementing RX API for master.mp4

5.6 MB

3. Implementing TX API for slave.mp4

7.1 MB

4. Implementing RX API for slave.mp4

2.8 MB

/3. Eclipse Setup For ARM Cortex M based MCUs/

1. Note for the students.html

1.0 KB

10. Understanding CMSIS.mp4

18.2 MB

11. Downloading CMSIS.mp4

14.3 MB

12. Integrating MCU Peripheral Library( Device HAL).mp4

27.4 MB

13. Integrating MCU Peripheral Library( Device HAL) Contd.mp4

67.7 MB

14. Download & Debugging Code using GDB and OpenOCD.mp4

39.6 MB

15. Download & Debugging Code using GDB and OpenOCD contd..mp4

58.9 MB

2. Section-Summary.html

1.0 KB

2.1 Setting up Eclipse for ARM Cortex M processor based MCUs-Summary.pdf.pdf

44.2 KB

2.1 Setting up Eclipse for ARM Cortex M processor based MCUs-Summary.pdf_abbyy.gz

15.0 KB

2.1 Setting up Eclipse for ARM Cortex M processor based MCUs-Summary.pdf_djvu.txt

1.0 KB

2.1 Setting up Eclipse for ARM Cortex M processor based MCUs-Summary.pdf_djvu.xml

10.8 KB

2.1 Setting up Eclipse for ARM Cortex M processor based MCUs-Summary.pdf_jp2.zip

335.9 KB

2.1 Setting up Eclipse for ARM Cortex M processor based MCUs-Summary.pdf_scandata.xml

0.6 KB

3. Download Eclipse for CC++ Developers.mp4

15.4 MB

4. Download Cross-Toolchain for ARM Cortex Processor.mp4

16.0 MB

5. Installing GNU ARM Eclipse Plugins.mp4

25.1 MB

6. Installing Windows Build Tools(only for Windows users).mp4

10.5 MB

7. Download and Install OpenOCD.mp4

13.7 MB

8. Eclipse Project Creation for ARM Cortex Proc. Based MCU.mp4

41.5 MB

9. Understanding Eclipse Project Directory structure..mp4

39.8 MB

/30. SPI MasterSlave Communication/

1. How does SPI master TXRX data .mp4

17.8 MB

2. How does SPI slave TXRX data .mp4

9.2 MB

/31. SPI Driver Development Implementing TX ISR/

1. Understanding SPI TXRX IRQ numbers.mp4

14.3 MB

2. Setting up TXERXNE interrupt.mp4

3.5 MB

3. Writing SPI irq handler.mp4

6.5 MB

4. Handling spi Tx interrupt.mp4

7.1 MB

5. Quiz about Debugging SPI Interrupt.html

0.2 KB

/32. SPI Driver Development Implementing RX ISR/

1. Handling RX done interrupt in ISR.mp4

3.7 MB

/33. Writing SPI sample application Getting Started/

1. Understanding the Requirements.mp4

6.0 MB

2. Understanding connection diagram.mp4

5.0 MB

/34. Writing SPI sample application Master Code/

1. Initialization.mp4

30.5 MB

2. Defining various IRQ handlers.mp4

7.7 MB

3. Master write Sequences (send CMD, get ACK, send data).mp4

11.3 MB

4. Master Receive Sequences(Send CMD, get ACK, get data).mp4

5.1 MB

/35. Writing SPI sample application Slave Code Implementation/

1. Initialization.mp4

2.8 MB

2. Slave Handling ReadWrite command from master.mp4

13.0 MB

/36. Testing , Decoding and Debugging Tips/

1. Initial testing on hardware.mp4

17.4 MB

2. Capture SPI transcation on Logic analyzer.mp4

11.3 MB

3. Decoding SPI transcation Using logic analyzer.mp4

8.5 MB

4. Common problems in SPI and Debugging Tips.mp4

11.8 MB

/37. I2C Essentials/

1. Intro to I2C protocol.mp4

13.1 MB

2. I2C Hardware Setup.mp4

5.6 MB

3. Quiz SPI and I2C.html

0.2 KB

/38. I2C protocol in Detail/

1. Basics.mp4

5.6 MB

2. Address phase.mp4

3.0 MB

3. Start Condition.mp4

2.6 MB

4. ACKNACK.mp4

3.2 MB

5. Stop Condition.mp4

2.1 MB

6. Master ReadWrite Data Phase.mp4

6.2 MB

7. Repeated start (start with out a stop ).mp4

11.0 MB

8. Clock Stretching.mp4

9.1 MB

/39. I2C Operating Modes/

1. I2C in fast mode and standard mode.mp4

4.1 MB

2. I2C duty cycle.mp4

12.0 MB

/4. KEIL-MDK-5 Setup For ARM Cortex M based MCUs/

1. Note for the students.html

0.5 KB

2. KEIL-MDK-5 Installation.mp4

30.5 MB

3. KEIL-MDK-5 Installation Contd..mp4

11.4 MB

4. KEIL-MDK-5 Pack Installation.mp4

62.6 MB

5. Locating Pack Installation files.mp4

9.1 MB

6. Creating a KEIL Project.mp4

40.7 MB

7. Understaning The Discovery Board.mp4

8.2 MB

7.1 User Manual.html

0.2 KB

8. HardwareSoftware Requirements.html

6.8 KB

8.1 Hardware_Requirements.pdf.pdf

211.9 KB

8.1 Hardware_Requirements.pdf_abbyy.gz

52.6 KB

8.1 Hardware_Requirements.pdf_djvu.txt

3.6 KB

8.1 Hardware_Requirements.pdf_djvu.xml

45.4 KB

8.1 Hardware_Requirements.pdf_jp2.zip

961.8 KB

8.1 Hardware_Requirements.pdf_scandata.xml

1.2 KB

/40. I2C Addressing mode/

1. 7bit addressing.mp4

3.6 MB

2. 10 bit addressing.mp4

3.3 MB

/41. I2C Functional block diagram and Clocks/

1. Exploring I2C functional block in the MCU.mp4

6.6 MB

2. I2C peripheral clock and serial line clock(Fpclk and SCL).mp4

13.1 MB

/42. I2C Interrupts/

1. I2C IRQs and Interrupt Mapping.mp4

13.0 MB

2. Exploring I2C IRQ numbers.mp4

6.2 MB

/43. I2C Peripheral Registers/

1. Exploring I2C Control Registers(CR).mp4

17.9 MB

2. Exploring I2C Own Address Registers(OAR).mp4

2.6 MB

3. Exploring I2C Data Register(DR).mp4

4.7 MB

4. Exploring I2C Status Registers(SR).mp4

10.4 MB

5. Exploring I2C Clock Control Register(CCR).mp4

6.2 MB

/44. I2C MasterSlave Communication/

1. How I2C Master TX data .mp4

11.4 MB

2. How I2C Master RX data .mp4

26.6 MB

3. How I2C Slave TX data .mp4

3.9 MB

4. Quiz about I2C Master TX.html

0.2 KB

5. Quiz about I2C Master RX.html

0.2 KB

/45. I2C Driver Development Getting started/

1. Overview.mp4

3.2 MB

2. Understanding the Requirements.mp4

1.7 MB

3. Exploring different I2C Peripherals and pins of the MCU.mp4

3.0 MB

/46. I2C Driver Development Driver header file/

1. I2C Register Bit Definitions Macros.mp4

11.2 MB

2. I2C Data structures.mp4

17.0 MB

3. I2C Driver Exposed APIs.mp4

6.7 MB

/47. I2C Driver Development Init Function/

1. Init API and Helper Functions.mp4

3.1 MB

2. Code Implementation to EnableDisable I2C peripheral.mp4

1.6 MB

3. Configure clock stretching , own address , auto ACKing.mp4

4.6 MB

4. Configure I2C mode, addressing mode and duty cycle.mp4

5.4 MB

5. Code to Initialize I2C Serial Clock.mp4

6.9 MB

6. Code to Generate StartStop condition.mp4

3.0 MB

7. EnablingDisabling Buff, Event, and Error interrupts.mp4

4.2 MB

8. Other Helper Functions.mp4

5.8 MB

/48. I2C Driver Developemnt Writing TXRX API/

1. Implementing TX API for MASTER.mp4

9.3 MB

2. Implementing RX API for MASTER.mp4

6.1 MB

3. Implementing TX API for SLAVE.mp4

3.8 MB

4. Implementing RX API for SLAVE.mp4

2.8 MB

/49. I2C Event Interrupt handling for master/

1. Implementing event interrupt handler.mp4

4.3 MB

2. Handling of TXE event for master.mp4

2.6 MB

3. Handling of TX BTF event for master.mp4

4.2 MB

/5. LEDButton Exercises using BSPs/

1. Exercise LED Toggling App using Board BSP APIs.mp4

60.4 MB

1.1 User_manual_STM32f407_Disc_kit.pdf.pdf

1.2 MB

1.1 User_manual_STM32f407_Disc_kit.pdf_abbyy.gz

553.8 KB

1.1 User_manual_STM32f407_Disc_kit.pdf_djvu.txt

41.9 KB

1.1 User_manual_STM32f407_Disc_kit.pdf_djvu.xml

775.5 KB

1.1 User_manual_STM32f407_Disc_kit.pdf_jp2.zip

10.0 MB

1.1 User_manual_STM32f407_Disc_kit.pdf_scandata.xml

10.5 KB

2. Exercise LED Toggling App using Board BSP APIs-Nucleo.mp4

19.2 MB

2.1 STM32 Nucleo (64 pins) schematics.pdf.pdf

1.8 MB

2.1 STM32 Nucleo (64 pins) schematics.pdf_abbyy.gz

173.2 KB

2.1 STM32 Nucleo (64 pins) schematics.pdf_djvu.txt

9.3 KB

2.1 STM32 Nucleo (64 pins) schematics.pdf_djvu.xml

356.7 KB

2.1 STM32 Nucleo (64 pins) schematics.pdf_jp2.zip

5.5 MB

2.1 STM32 Nucleo (64 pins) schematics.pdf_scandata.xml

1.5 KB

3. Exercise Adding button support using board BSP APIs(Nucleo).mp4

24.3 MB

/50. I2C Event Interrupt handling for slave/

1. Handling of slave Address Match Event.mp4

3.4 MB

2. Handling of STOP detection event Interrupt.mp4

4.3 MB

3. Handling of TXE event Interrupt.mp4

5.2 MB

4. Handling of TX BTF event Interrupt.mp4

2.3 MB

5. Handling of RXNE and BTF event interrupt.mp4

4.2 MB

/51. I2C Error Interrupt Handling/

1. Writing Error interrupt handler.mp4

7.0 MB

2. Handling of Different I2C Errors.mp4

7.4 MB

/52. Writing I2C sample application Getting ready/

1. Understanding the Requirements.mp4

5.1 MB

2. Understanding connection diagram.mp4

1.3 MB

/53. Writing I2C sample Application Master Code/

1. I2C Initialization.mp4

25.3 MB

2. Implementing I2C IRQ Handlers.mp4

6.1 MB

3. Implementing master write Sequences(cmd,length,data).mp4

7.0 MB

4. Implementing master read Sequences(cmd,length,data).mp4

5.3 MB

5. Slave Handling ReadWrite Command from master.mp4

6.3 MB

/54. Testing and Protocol Decoding using logic analyzer (lets get the trace )/

1. Initial testing on hardware.mp4

20.7 MB

2. Decoding and Analyzing I2C transaction using logic analyzer.mp4

21.0 MB

3. Common Problems in I2C and Debugging Tips.mp4

7.4 MB

/55. UART Essentials/

1. Intro UART vs USART.mp4

7.4 MB

2. Understanding UART pins.mp4

6.0 MB

3. UART frame formats.mp4

4.5 MB

4. Baud Rate.mp4

5.4 MB

5. Synchronization bits.mp4

4.3 MB

6. UART Parity.mp4

8.2 MB

/56. UART functional block and Peripheral Clock/

1. Exploring UART functional block.mp4

8.5 MB

2. UART peripheral clock.mp4

7.6 MB

/57. UART Communication/

1. UART Transmitter.mp4

7.5 MB

2. Uart Receiver.mp4

10.6 MB

3. UART Start bit Detection.html

0.2 KB

/58. UART Interrupts/

1. Exploring UART Interrupt Mapping.mp4

8.4 MB

/59. UART Registers/

1. Exploring UART Control Registers.mp4

13.0 MB

2. Exploring UART Data Registers.mp4

5.1 MB

3. Exploring UART Status Registers.mp4

9.9 MB

4. UART Baudrate Calculation.mp4

13.6 MB

5. Find out MAX baudrate of UART.html

0.2 KB

/6. Embedded Code Debugging Tools n Tips/

1. Embedded Code Debugging Part-1.mp4

16.6 MB

2. Embedded Code Debugging Part-2 Break points.mp4

5.7 MB

3. Embedded Code Debugging Part-3 Step InStep OverStep Out.mp4

14.7 MB

4. Embedded Code Debugging Part-4 DisableKill all Bkpts..mp4

8.5 MB

5. Embedded Code Debugging Part-5 Call Stack Usage.mp4

25.8 MB

6. Embedded Code Debugging Part-6 Watch Windows.mp4

11.3 MB

7. Embedded Code Debugging Part-7 Memory Windows.mp4

53.7 MB

8. Exercise-Copying data from Flash to RAM.mp4

33.0 MB

/60. UART Driver Development Getting Started/

1. Overview.mp4

2.6 MB

2. Understanding the Requirements.mp4

1.9 MB

3. Exploring Different UART Peripherals and pins of the MCU.mp4

3.5 MB

/61. UART Driver Development Driver Header File/

1. UART Register Bit Definitions Macros.mp4

4.4 MB

2. Data Structures used and Driver exposed APIs.mp4

11.6 MB

/62. UART Driver Development Writing init Function/

1. Writing inti function and helper functions.mp4

11.6 MB

2. Configuring Word length, Stop Bits.mp4

3.8 MB

3. Configuring Baudrate, oversampling and Interrupts.mp4

14.8 MB

/63. UART Driver Development Writing TXRX function/

1. Writing TX function.mp4

6.7 MB

2. Writing RX Function.mp4

5.3 MB

/64. UART Driver Development Interrupt Handling/

1. Implementing UART IRQ Handler.mp4

18.0 MB

2. Handling TXE interrupt.mp4

4.6 MB

3. Handling of TX Complete Interrupt.mp4

7.3 MB

4. Handling RXNE Interrupt.mp4

8.7 MB

/65. UART sample application Getting ready/

1. Understanding the Requirements.mp4

4.0 MB

2. Understanding connection diagram.mp4

5.2 MB

3. Exploring uart sniffer software for pc.mp4

5.2 MB

/66. UART sample application Implementation/

1. UART Initializations and Txing.mp4

11.0 MB

2. Receiving commands from PC.mp4

6.1 MB

/67. Running and Testing/

1. Testing on hardware.mp4

6.5 MB

/68. Creating printf library for your board/

1. Introduction.mp4

2.3 MB

2. Implementing UART print apis.mp4

13.0 MB

3. Creating static library in KEIL and testing.mp4

13.3 MB

/69. MCU Clocks Configurations and Measurements/

1. Exploring System , AHB, APB clocks of the MCU.mp4

25.3 MB

2. Clocking MCU by using External Crystal Oscillator(HSE).mp4

10.2 MB

3. Measuring HSE,HSI, PLL and System Clock(Routing Clocks to GPIOs).mp4

26.0 MB

4. Clocking MCU by Internal PLL (Running MCU at Full Speed).mp4

17.5 MB

5. Quiz about using HSE.html

0.2 KB

6. Bonus Lecture.html

2.3 KB

/7. Understanding MCU Memory Map/

1. Understanding Memory Map of the MCU Part 1.mp4

19.4 MB

2. Understanding Memory Map of the MCU Part 2.mp4

15.8 MB

3. Understanding Memory Map of the MCU Part 3.mp4

38.6 MB

/8. MCU Bus Interfaces/

1. MCU Bus Interfaces Explanation Part 1 I-CodeD-CodeS-Bus.mp4

45.3 MB

2. MCU Bus Interfaces Explanation Part 2 AHBAPB1APB2.mp4

44.8 MB

3. MCU Bus Interfaces Explanation Part 3 QA session.mp4

40.4 MB

4. Understanding MCU Bus Matrix.mp4

18.4 MB

4.1 Using the STM32F2 and STM32F4 DMA controller.pdf.pdf

1.5 MB

4.1 Using the STM32F2 and STM32F4 DMA controller.pdf_abbyy.gz

720.6 KB

4.1 Using the STM32F2 and STM32F4 DMA controller.pdf_djvu.txt

53.5 KB

4.1 Using the STM32F2 and STM32F4 DMA controller.pdf_djvu.xml

705.5 KB

4.1 Using the STM32F2 and STM32F4 DMA controller.pdf_jp2.zip

10.4 MB

4.1 Using the STM32F2 and STM32F4 DMA controller.pdf_scandata.xml

11.1 KB

/9. Understanding MCU Clocks and Details/

1. Understanding MCU Clocking SystemPart1.mp4

14.4 MB

2. Understanding MCU Clocking System Part2.mp4

38.5 MB

3. Exercise-Using HSI Clock and Clock MeasurementPart 1.mp4

45.4 MB

4. Exercise-Using HSI Clock and Clock Measurement Part 2.mp4

14.1 MB

/

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

96.9 KB

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

49.0 KB

[FreeCourseSite.com].txt

1.1 KB

[FreeCourseSite.com].url

0.1 KB

[HaxTech.me].txt

1.1 KB

[HaxTech.me].url

0.1 KB

__ia_thumb.jpg

5.0 KB

free-course-site.com.-udemy.-.-mastering.-microcontroller.with.-embedded.-driver.-development_meta.sqlite

11.3 KB

free-course-site.com.-udemy.-.-mastering.-microcontroller.with.-embedded.-driver.-development_meta.xml

1.0 KB

 

Showing first 312 files of 624 total files


Copyright © 2024 FileMood.com