User Activity

I'm currently implementing USB communication on the STM32F072R8T6 microcontroller with "Custom HID" class. I'm having problems receiving data from the Host (PC) in the function below. The following happens: I can receive up to 2 data packets from the...
The generated code has wrong order for MX_DMA_Init() that doesn't work: MX_GPIO_Init(); MX_ADC1_Init(); MX_DMA_Init();...Correct code is: MX_GPIO_Init(); MX_DMA_Init(); MX_ADC1_Init();...note: STM32CubeIDE Version: 1.7.0 Build: 10852_20210715_0634 (U...
Hi,L9779WD-SPI is an excellent IC for automotive, with the exception of it's datasheet.SPI communication section of datasheet confused me and other engineers of our section!We read 0xFFFF in the first write/access to registers, a data on then next w...
Kudos from