User Activity

I'm trying to do some debugging using SWO on an STM32G474. After a very short amount of time no new packets are displayed in CubeIDE (usually after ~2500 packets). I limited the SWO frequency to various values between 100kHz and 8 MHz. Using an oscil...
I'm using the USART on my STM32G474 in FIFO mode with LL-libraries. The datasheet says:" However the RXFIFO default width is 12 bits. This is due to the fact that the receiver does not only store the data in the FIFO, but also the error flags associa...
With the G4 Cube package version 1.1.0 I could configure OPAMPs as  "PGA Internally Connected" and only the positive Input is enabled. With version 1.3.0 also the negative input is enabled. OPAMPs where this is not possible due to pin conflicts are s...
Using Project Manager -> Advanced Settings -> Generated Function Calls you can change the initialization order. However this setting is ignored when writing the code.You have to manually change the order in the .ioc file in this line:ProjectManager.f...
The configuration for the Timer 20 TRGO2 setting is not included in the generated source code. I verified using "git diff" that when changing the setting the only modified file is the .ioc.I'm using the low level library for this timer. I haven't ver...
Kudos from