STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 136 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
  • 194 Views
  • 2 replies
  • 0 kudos

usb f407

i have a slave device(SIMcom LTE) which needs more than two interfaces USB serial and USB RMnet i dont know whether f407 support it? meanwhile i want to do it on RTEMSRM document:Up to 8 host channels (pipes): each channel is dynamically reconfigurab...