User Activity

Hello,I'm trying to implement the MISRA C complaints into the code. In my research, I found that a code analysis tool like Cppcheck or PC-Lint must be integrated into our IDE. So, do you know how I can integrate these third-party tools into the Cube ...
Hello Team,I'm trying to add authentication to my existing Hardware having STM32H7 series MCU.I'm using Microchip's AETCC608B Secure element as the Hardware authentication IC.Microchip has provided a Library for FIrmware integration in the GitHub rep...
Hello,I'm Using STM32H7A3RIT MCU and I'm trying to communicate to 5 sensors at a time, through the UART interface. I configured 5 UARTS in my MCU. But I'm facing some issues while transmitting and receiving from all these at the same time. Is it poss...