User Activity

Hi,In How to enable FreeRTOS™ Run Time and Stack Usage view, it shows we can see the task runtime usage in percentage for FreeRTOS. But for ThreadX, it has no such item.  As there is an 'execution_profile_kit' utility tool in ThreadX already, any pla...
Hi,For FreeRTOS we can choose using CMSIS OS wrapper in the CubeIDE. But there is not such options for ThreadX. So, how to enable it? Thanks.
Hi,I'm struggling with timer triggered ADC + linked list DMA. I have two nodes in one list. The ADC is triggered by timer. By counting the HC and TC, it shows the first node can be run well. but the second node never fire the TC or HT.  Where the pro...
Hi,When using the linked-list DMA, there are two places show the 'Transfer Event Generation', one is in the 'GPDMA1' settings and the others in the 'LINKEDLIST' nodes settings. Are they refer to the same thing? If so, are there any reason to let user...
Hi,For the SPI transfer APIs with suffix '_DMA'. In the transmit and receive alone ones, they checked 'hspi->hdmatx' and 'hspi->hdmarx' respectively. But in 'HAL_SPI_TransmitReceive_DMA()', it only check the 'hspi->hdmarx'. Funny :), and why?  /* Pa...
Kudos from