User Activity

Hi everyone,I am working with the SPI in slave mode on an STM32G071 and having some trouble with the different SPI modes. I set both CPOL and CPHA to 0 during initialization: SPI_InitStruct.TransferDirection = LL_SPI_FULL_DUPLEX; SPI_InitStruct.Mode...
Hi everyone,I am working with some interrupt stuff and the interrupt needs to be fast. I need at least "-O2" optimization in gcc. However, setting the whole project to O2 is not a good solution as debugging becomes quite hard.I found two possibilitie...
Hi everyone,when I export a project from STM32CubeMX (6.1.1) to the STM32CubeIDE (1.5.1), a project with double space indent is created. However, the CubeIDE uses Tabs. How can I fix that? Who uses double space indent anyway?Thanks a lot 
Hi everyone,I am currently working with an STM32G071. It receives data over the SPI in slave mode. The data is packet based, each currently has 4 bytes, but that will differ in the future. A single chip select sequence may contain multiple packets, b...