Associate II
October 27, 2023
Solved
LINKEDLIST: incomplete generated code
- October 27, 2023
- 2 replies
- 2023 views
When code for LINKEDLIST for STM32U575 will be generated (linked_list.c) with STM32CubeMX 6.9.2 several lines are missing. In the attached ioc file (which is only for illustrating the effect) the commands for e.g. setting DMA_DEST_DATAWIDTH_BYTE are missing before HAL_DMAEx_List_BuildNode(&pNodeConfig, &ByteCopy); on line 151 is called.
