STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB Host unplug with RTOS stop system

Hi, I'm trying to save data into a usb with and STM32F7I have no problems doing it till I try to unplug the usb, if i do that (even not saving or with the closed file) the cpu is just stuck there, and i cannot debug cause it doesn't seem to be dead a...

MMand.9 by Associate
  • 214 Views
  • 0 replies
  • 0 kudos

Hi, I have a STM32F401CBU6 custom board configured as USB host and connected to APC UPS HID device. My custom board is identical to the Disco411 kit.

When connected and detached the APC UPS device, my STM32 code is able to trigger the HOST_DEV_ATTACHED and HOST_DEV_DISCONNECTED events.After HOST_DEV_ATTACHED and HOST_ENUMERATION events, In HOST_CHECK_CLASS, I have added code to sent a character to...

PSaba by Associate
  • 248 Views
  • 0 replies
  • 0 kudos

is it feasible to implement TFTP using RTOS?

I have to implement TFTP with RTOS(RTOS is importent because my application code is running on Free RTOS) for file transfer.. I am searching last many days for an example code of TFTP with RTOS, but the result was null. If any one having a sample cod...

Sayooj M by Associate
  • 412 Views
  • 2 replies
  • 0 kudos