User Activity

Is it possible to customize the display format of ITM data in the "SWV ITM Data Console" view to show the raw data values, rather than the text interpretation?For example, I'm writing various counter values to different ITM ports, and would like a co...
Regarding the definition of the Receive callback in usbd_cdc.h:typedef struct _USBD_CDC_Itf { // ... int8_t (* Receive)(uint8_t *Buf, uint32_t *Len); // ... } USBD_CDC_ItfTypeDef; Passing length as a pointer implies that the call...
When creating projects, I prefer to link to common library files, rather than copy them into my project, but how the IDE manages these relative links makes it difficult to share projects among developers via version control. Note that this configurat...
I'd like to check if any pull requests break the build by automatically running headlessbuild as part of CI.Unfortunately, there's a critical flaw with how STM32CubeIDE projects are setup, which makes this impossible.The headless build depends on con...
In the STM32F413/423 reference manual ( RM0430 Rev 8), there are two UART8_RX options, but no UART8_TX option. This seems like a typo, since all other UART instances have both a TX and RX mapping.Also, CubeMX lets you assign UART8_TX to stream 0.
Kudos from