User Activity

Hey all! I'm doing a client project where I'm integrating an LSM303AGR on a custom board. I've included the XCUBE-MEMS package into STM32CubeIDE, and selected the LSM303AGR and set the I2C settings in the platform settings. This gives me LSM303AGR.C/...
I'm working on an STM32L031 project together with a client, me being on an old V1.4 and him on V1.9. He's been able to compile my firmware for quite some time, but now I'm running close to the end of my flash (70%) he's unable to properly compile the...
STM32CubeMX USART generation for STM32G431 doesn't work for Receive Only mode - it will generate the following lines: /* Polling USART2 initialisation */ while((!(LL_USART_IsActiveFlag_TEACK(USART2))) || (!(LL_USART_IsActiveFlag_REACK(USART2)))) ...
I'm trying to get I2S working on an STM32F303CBTx, but am having trouble configuring the pheripheral in STM32CubeMX. In the reference manual I read:9.2.12 I2S clock (only in STM32F303xB/C/D/E, STM32F358xC and STM32F398xE) The I2S clock can be either ...
I'm working on a batch of prototypes using the STM32L031 series, but can't seem to wake up the device using the WKUP3 pin. Waking it up through WKUP1 goes without problems, but I also need WKUP3.In my stumble I've come across a few possible hints:In ...