User Activity

HI: Due to special needs, the system clock frequency needs to be changed during work, switching between 72M and 48M. Using STM32F103, the USB CDC Virtual COM Port cannot function properly after switching the clock.Using STM32F407 to dynamically chang...
Hi​:STM32F103VBTx STM32CubeMX_v5-3-0The basic code is generated by cube.​There are the following changes:​static int8_t CDC_Receive_FS(uint8_t* Buf, uint32_t *Len){  /* USER CODE BEGIN 6 */ CDC_rx_len += *Len;//pinjie    USBD_CDC_SetRxBuffer(&hUsb...
HI: STM32F103 STM32CUBEMX V4.25.1 As shown in the figure, I read one byte in 1line mode, but sent five bytes, four more than I wanted.thanks
STM32F103STM32CUBEMX V4.25.1The slave device on my side is a fake PP output. It needs a pull-up resistor. I know this is not in accordance with the SPI agreement, but there is no way. When I run the HAL_SPI_Transmit() function, an incorrect pull-up s...