STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! USBD_LL_PrepareReceive or similar after a USB Class specific SET_CURRENT request where USBD_CtlPrepareRx is used? Otherwise setup packets are no longer received.

Hi,So the way the USB class drivers are implemented is that USBD_ClassName_Setup for a SET_CURRENT request will call USBD_CtlPrepareRx to receive the SET_CURRENT data payload and then the request will be processed from the USBD_ClassName_EP0_RxReady ...

bootloader without manual pin settings

helloI am using stm32l4 series microcontroller with keil mdk arm 5 programing.Had successfully completed the booting process by manually setting boot0 pin and resetting the device using flash loader demo tool. Now i wanted to do the same without manu...

prsh by Associate II
  • 1806 Views
  • 8 replies
  • 0 kudos

Resolved! "Safely" removing a USB from a system

Hi all,I am currently learning how to interface with a USB using an stm32f2 as a host.I am using the fatfs library and it is working quite well.I have a question relating how removing a USB from the system. Similar to Windows for example, they have a...