User Activity

When I use CMSIS RTOS I set a stack size of 128 words. Then the following code is generated: /* Create the thread(s) */   /* definition and creation of cmdHandlerTask */   const osThreadAttr_t cmdHandlerTask_attributes = {   .name = "cmdHandlerTa...
I have implemented the following code based on some examples on internet. It is supposed to trigger the DMA transfer complete callback put it does not. 99% of the code is generated using CubeMX IDE.  The modified part of the code:void HAL_UART_RxCplt...