STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 91 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
  • 138 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
  • 561 Views
  • 12 replies
  • 2 kudos