User Activity

The STM32U5 has HS PHY and it's slower than the STM32H5 so why doesn't the H5 have HS PHY or any HS USB support? Will a version that does be released in future? Its almost the perfect chip to use for a future project I have in mind aside from the lac...
Dear ST,I want to be able to use the clang/llvm toolchain here: https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/tags with STM32CubeIDE.There was a comment on this community site that you would be looking in to custom toolchain support...
Hi there ST!Could you please merge my PR: https://github.com/STMicroelectronics/STM32CubeG4/pull/39I noticed whilst working on some extremely high performance code using M4 intrinsics that rotates between AOS and SOA for computation using the __PKHBT...
I have the following function to sum 32 16bit signed integers as optimally as I think is possible:int16_t sum32elements2(int16_t vals[]) { uint32_t s1 = __SADD16(*(uint32_t*)&vals[0], *(uint32_t*)&vals[2]); uint32_t s2 = __SADD16(*(uint32_t*)&val...
When selecting the connections view in STM32CubeIDE (latest version):Then adding a serial port:Then connecting to a UART connection on any of the Nucleo devices:Then creating the connection:The second you begin a device in run mode, the serial port c...
Kudos from
Kudos given to