STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

pdm2pcm library, buffers size

Hello,I find function:PDM_Filter(void *pDataIn, void *pDataOut, PDM_Filter_Handler_t *pHandler);Question: what size in bytes needs to be passed to pDataIn and pDataOut pointers?Thanks for attention!

SRoma by Associate
  • 427 Views
  • 1 replies
  • 0 kudos

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