User Activity

I downloaded and installed STM32CubeProgrammer v2.9.0 on my Linux machine. The STLinkUpgrade.jar is nowhere to be found. I had a friend (also on Linux) download and install STM32CubeProgrammer v2.9.0 on his machine and he had the same problem.
I believe I have found a bug in `HAL_I2C_Master_Transmit`.The timeout parameter begins counting from the instant the transaction begins, and it doesn't appear that the watchdog is being reset with each incoming byte. Therefore, when you have a long I...
I start a new project with the following steps:I create a new STM32 ProjectI select STM32L4P5G-DK from the Board Selector MenuI initialize the board with it's default configurationI have successfully configured the I2C4 and USART2 peripherals on the ...