2020-09-19 11:21 AM
I don't know where the "HAL_MDMA_Start (" function is located.
In "stm32h7xx_hal_mdma.c" we find references to "HAL_MDMA_Start (", but not the code. On the other hand there is the code of "HAL_MDMA_Start_IT (".
I am using STM32CubeMX / IDE to generate the build files (STM32Cube_FW_H7_V1.8.0). The processor is an STM32H745ZITx
Best regards
Jean-Louis
2020-09-19 11:41 AM
2020-09-19 12:19 PM
If you place your cursor within a call to HAL_MDMA_Start or any other function, you can hit F3 to jump to its definition (or right click -> Open Declaration), as long as the IDE can find it.
2020-09-21 04:06 PM
Thank you,
I don't know why, but I didn't have the function in the file (maybe an unhappy Ctrl-X
)... After reinstalling the package, I have the function in the right place!