User Activity

Setup:Project, generated by CubeMX and compiled by arm-none-eabi-gcc-9.2.0 toolchain. CubeMX firmware package version: STM32Cube FW_L4 V1.14.0CPU: STM32L432KCY (and others)Toolchain: arm-none-eabi-gcc-9.2.0 (and others)Compiler options: -mcpu=cortex...
I used latest CubeMX version and found another one bug in stm32l4xx_ll_usb.c generated by it. If you will compile code using "-O3" optimization level, function USB_WritePMA will not work properly. /** * @brief Copy a buffer from user memory area to ...
There bug in STM HAL Lib generated by cube mx. Problem: I am using usb communication on STM32L433. I have high speed traffic both direction on the same endpoint. USB is stopped in one of the direction, and doesn't transmit/receive data any more.Why:I...
Hello. I am using USB interface on STM32F746ZGT device (HAL lib, usb device mode). USB zero length packets are supproted and used by our protocol implementation on endpoint 1. It works on STM32L433, STM32F407, STM32F446 controllers. But it doesn't wo...
Hello. I am using STM32F407VG controller. I have to transfer data from another device via SPI interface. STM32 SPI is used in slave mode, circular DMA enabled. Devices are connected via joint.In some cases I need to resynchronize data exchange. At th...
Kudos from