User Activity

Hello There,I'm working on a FREERTOS based STM32H7A3 application.Upon debugging, my code randomly halts on UNALIGNED hardfault. The occurrence of this fault condition is very rare. During my testing in the last 30days, I ran into this for nearly 3 t...
Hello There, I'm working on an app utilizing STM32H7A3 with CMSIS-OS2.I'm facing a problem with osDelay(). Most of the time it returns too early than the actual delay. While HAL_Delay() always works fine.I have debugged osDelay(3500) with oscilloscop...
Hello There,I'm utilizing IDLE event functionality of UART and use HAL_UARTEx_ReceiveToIdle_IT() for it.The issue that I'm facing is that some times this API falsely detects an IDLE event upon reception (May be a Transmitter issue). So, to overcome t...
Hello There,I'm successfully able to run VL6180 with interrupt functionality. But have some functionality queries.The application is intended to generate interrupt when reading a distance below specific threshold. I found that we need to Clear Interr...
Hello There,I'm already using LTDC peripheral for the display interface and aware of LTDC sync parameter names as per the shared image. Recently I got another display, whose sync data is a bit different as compared to LTDC. Below are the values that ...
Kudos from