User Activity

Hi ST Community,I have a project running on STM32L4S5ZI and I use IAR for compiling and flashing of the firmware. My application has a file system (a 16MB flash memory) that is interfaced with the STM32 using an SPI interface. The device also has a w...
Hi there,I am using STM32CubeIDE for STM Nucleo F767ZI. I am running a FreeRTOS application on the Nucleo and I am seeing that my high-priority task is blocked because of an unavailable resource and I have its address as well. But I am not getting ab...
Hi,I am using STM32L4S5ZI which has only a timer with maximum capacity of 32-bit. The DWT(Data Watchpoint Trigger) is somehow not available because when I check for DWT->CNT it always shows 0. So I needed a 64-bit timer for my application which keeps...
Hi,I have an application that is running many tasks with different priorities. So whenever the user enters data, the task containing uart_read function might not have executed. So currently I am using RXFNE interrupt which gives me an interrupt on th...
Hi,I have got confused in knowing how to actually register a User call back function for Transfer complete event in UART. I am using DMA. To give an idea on what I am doing, below re the lines that I have added in my code.void TxComplete_Callback(str...
Kudos from