User Activity

Hi Community,We have completed most of the development on STM32G4 on STM32CubeIDE. We are now moving to the subsequent stages to check the code's quality and optimization with the various measures available.We are interested in the code coverage for ...
Hi Community,I am working on a project with a custom board that uses both HSE (24MHz) and LSE (32.768KHz) clock sources. TIM6 is used as a time base source because SysTick is used by the RTOS. When running a debug session I can see that it is going i...
Hi Community,I encountered an interesting issue: I first generated multiple FreeRTOS threads (in which the first thread is the dummy thread) using STM32CubeIDE (CMSIS V1) and then copied them to a CMake project. It worked well I have added a few impl...
Hi Community,I recently came across an issue with calloc used inside a FreeRTOS thread where it returns a valid address after initialization. Still, while storing data (out of 67 bytes), it stores only a few of them (around 12 bytes) and hits a hard ...
Hi Community,I am working in a freeRTOS environment where one of the threads parses the serial data from the UART. A protocol is defined to decode the hex stream received from another device. HAL_UART_RxCpltCallback is configured to receive one byte ...
Kudos given to