STM32 USB Device MSC using Internal Flash – USB Device Tutorial Part 2

This is the Series of tutorials on the STM32 Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. In our last article, we created an STM32 USB Device Mass Storage Class using the internal RAM memory. In this tutorial, we are going to implement STM32 USB Device MSC using Internal … Read more

STM32 USB Device MSC using RAM – USB Device Tutorial Part 1

This is the Series of tutorials on the STM32 Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. In our last article, we have seen STM32 USB Host Example. In this tutorial, we are going to see how to use the STM32 as a USB stick using the RAM Memory – … Read more

STM32 USB Host MSC Tutorial – Connect Pendrive to STM32

This is the Series of tutorials on the STM32 Microcontroller. The aim of this series is to provide easy and practical examples that anyone can understand. In our last article, we have seen STM32 UART DMA Example. In this tutorial, we are going to connect Pendrive to STM32 – STM32 USB Host MSC Tutorial. Hardware Required STM32 USB Host … Read more

Fixed: Prolific PL2303TA USB to Serial Windows 11 Problem

I have recently updated my machine’s OS from Windows 10 to Windows 11. Everything was working fine. Initially, I have not tested the USB to Serial converter (Prolific PL2303TA USB to Serial Converter). After some days, I was inserting the USB to serial converter into my machine, and it was not working. I have seen … Read more

USB Device Driver Example – Linux Device Driver Tutorial Part 34

USB Device Driver Example

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the USB Device Driver Example program in the Linux Device Driver – Linux Device … Read more

USB Device Driver Basics 1 – Linux Device Driver Tutorial Part 33

USB Device Driver Basics

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the USB Device Driver Basics in the Linux Device Driver – Linux Device Driver … Read more