STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How does the USB peripheral behaves in the scenario where a single endpoint is configured for both bulk transmission and reception with double buffer mechanism?

Hello,I am using MCU STM32F303VC controller with USB 2.0 FS configuration as device and PC as the host.CDC interface is configured to handle the Bulk transactions, and for this only 1 endpoint (Endpoint 1) has been used for handling both IN and OUT b...

[STM32H743] USB DFU cannot write to Flash Bank 2

Hello,I tried to use the factory DFU bootloader to program an image via USB. Everything works until the DFU utility tries to write/erase anything in Bank 2 of the Flash (from 0x8100000). When I try to write data to this region, the DFU utility just p...

MaxMax by Associate II
  • 1283 Views
  • 4 replies
  • 0 kudos

Nucleo l152RE virtual com port not work

I have my Nucleo l152RE board i want send and receive small data using vpc , then i use cdc configuration then my program : MX_GPIO_Init(); MX_USART2_UART_Init(); MX_USB_DEVICE_Init(); /* USER CODE BEGIN 2 */ /* USER CODE END 2 */ /* Infinite loop */...

bfran.1 by Associate II
  • 1335 Views
  • 1 replies
  • 0 kudos