STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB Host control solution for FT232R

Hi,Anyone has the USB host control solution for *FT232R* on STM32?I'm searching the solution regarding topic for a couple of weeks but I cannot.In parallel, I am studying the FTDT's VNC1/2 processor, but very expensive and I don't like this solution....

paul0208 by Associate III
  • 411 Views
  • 0 replies
  • 0 kudos

STM32F7 control by http page

Hi, I would like to control my board with http page. I created test task:void http_task(void *pvParameters) {   struct netconn *client = NULL; struct netconn *nc = netconn_new(NETCONN_TCP);   // check alloocation socket if (nc == NULL) { ErrPri...

Ethercat master with ethernet capabilities

Hi,I would like to know if it is possible with a stm32f407 to drive 10 ethercat slave and communicate at the same time with my computer with an UDP protocol (2 ports).Or if UDP is impossible having multiple serial port, like this I can use an serial ...

FBOY3.1 by Associate
  • 484 Views
  • 0 replies
  • 0 kudos

STM32F730R8+USB3300 ULPI does not work

Hi,I have been trying several days to make STM32F730R8 work with USB3300 through ULPI for USB OTG HS connection. First, I managed to make F407+USB3300 work. But then I tried to use STM32Cube to generate code for F730R8, first, the image can not be bu...

IYah by Associate II
  • 330 Views
  • 0 replies
  • 0 kudos

Resolved! xQueueSendFromISR hangs out application [SOLVED]

Hi All,I use FreeRTOS and I try to use USART by interrupt. When I call xQueueSendFromISR my application hangs out. I've set full assert but it never reaches assert_failed or Error_Handler functions. I use NUCLEO-64 STM32F411RE board with 1.25.0 firmw...

ZZida.1 by Associate II
  • 1811 Views
  • 1 replies
  • 0 kudos