STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LWIP Free rtos UDP loopback: what is my mistake??

Posted on August 12, 2017 at 08:55Hi2 questions here:1. Why do I need the osDelay(1) before netbuff_delete()? Without it I get a statistical bug/crash.  2. why do I need lines x1-x3. Without it no second connection is possible./*--------------------...

stm32f415 USB vs. USART1

Posted on May 19, 2017 at 01:48I have a custom board that uses an STM32F415RGT6.  It has USB_OTG_FS_DP on pin 45 (PA12), USB_OTG_FS_DM on pin 44 (PA11), USART1_RX on pin 42 (PA10), USART1_TX on pin 43 (PA9), plus lots of other connections.I created ...

CubeMX project with LwIP

Posted on August 11, 2017 at 11:15Hello,I am creating a project on a STM32F417IGH6 with LwIP using the CubeMX tool. The code compiles perfectly, but I cant get a connection to the Ethernet. The PHY I am using is a LAN8720A.A project that I ported fr...

Thomas K by Associate II
  • 483 Views
  • 1 replies
  • 0 kudos

Implementation on a STM32F407 host mode USB driver, able to connect and communicate with USB serial devices such as Telit?

Posted on August 10, 2017 at 22:09I was looking for C code and software written that implements a STM32F407 host mode USB driver, able to connect and communicate with USB serial devices that expose multiple virtual devices such as Telit GSM modems.*...

New to using ST for FreeRtos basic project.

Posted on August 06, 2017 at 01:57New to using ST for FreeRtos basic project.Created New Project following all steps in a course for getting started with FreeRTOS but ended up with bunch of errors. Can anybody help? Following are few Screenshots of ...

0690X00000607lUQAQ.png 0690X00000607lVQAQ.png
A Maq by Senior
  • 876 Views
  • 5 replies
  • 0 kudos

Resolved! SDIO DMA FatFs USB HS slow data transfer

Posted on August 06, 2017 at 14:48Hello, forum.I created a simple USB Card Reader with CubeMX but the speed of data transmitting is about 355 kByte/s.I want to improve it but I don't know how.My setup.Board STM32f446RE. CubeMX 4.22. Package STM32Cub...