STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 248 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...

Larger HID report greater than 8 bytes

I am running interrupt data transfer in HS mode (with ULPI chip, and can do see interrupts at the HS rate of 8kHz). So I can get an HID report of 8 bytes, but I can get above that. I set the USB end point descriptor to 16 was 8. I added one byte to m...

RobG by Associate III
  • 373 Views
  • 3 replies
  • 0 kudos

Program for STM32L475 Boot Loader

So I have been trying to find a software and a program to flash the boot loader program onto my STM32L475 circuit board but I have been unable to do so. All of them are for different or earlier versions of STM32.I am doing a research project on IoT s...