STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

UART speed change, USB, WIn10

Hello,I have an application developed on top of a Nucleo Board (F446RE). This application uses the STM32 serial lines connected to the STLink MCU and accessible on a computer through an USB VCP.The F446RE Uart is initially set @ 921kbps and is workin...

Ethernet close connection and restart MCU

Hi,I have STM32F767 - Nucleo kit. I implement FreeRTOS, lwIP. And I create this connect.struct tcp_pcb *server_pcb;   struct server_struct { uint8_t state; /* current connection state */ uint8_t retries; struct tcp_pcb *pcb; /* pointer on the ...

STM32L476 UART flow contorl does not work

after enabling the Flow control via FreeRTOS that was made by the cube correctly.i can see that the RTS does not working at all when i'm transmitting a data . and also the interrupt via the FreeRTOS does not include the flag of CTS why ????what is th...

abeny by Associate
  • 331 Views
  • 0 replies
  • 0 kudos

USB cdc cmd endpoint problem

With stm32cubemx i generated a usb cdc device. I can send and receive data with bulk in and out endpoint.But i want to usb cmd endpoint(Interrupt type) to transfer message, it's not successful.I didn't see ang message wit bus hound.Anyboby can help m...

sxiao.11 by Associate
  • 399 Views
  • 0 replies
  • 0 kudos

STM32Cube_FW_F7_V1.12.0 may have a bug

In the file \STM32Cube_FW_F7_V1.12.0\Drivers\STM32F7xx_HAL_Driver\Src\stm32f7xx_hal_pcd.c at line 144 is the instruction:  assert_param(IS_PCD_ALL_INSTANCE(hpcd->Instance))However, I cannot find the macro IS_PCD_ALL_INSTANCE defined anywhere. Note th...

DRuss.5 by Associate II
  • 1916 Views
  • 12 replies
  • 2 kudos