User Activity

It's strange that I got this pic before click the get latest: But when I try to download it, it changes to 1.17.0, funny?
Hi,It seems the X-CUBE-AZRTOS-F7 1.1.0 is based on ThreadX 6.1.7. But after select 'Enable BASEPRI support', it missed several files which exist in the official 6.1.7 release, they are:tx_thread_interrupt_disable.S and _tx_thread_interrupt_restore.S....
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...