Using latest MCSDK Workbench (on Windows 10) targeting IHM001 with included BR2804 motor:MC Workbench : 5.3.2.18569WB_to_Mx : 0.15.6.template-18-12-06STM32CubeMX : 5.0.1MC Firmware Library: 5.3.2Target Toolchain : ST TrueSTUDIOTarget Driv...
Yes, confirmed (32-bit DTIMER overflow @48MHz = 90sec). The F7 SD HAL using DMA is a mess, I had to rewrite many more parts of it. Also, all the expensive calls to SDMMC_CmdStopTransfer (or even HAL_SD_GetCardState) inside interrupt do look crazy. ...
Hi GlenI can confirm these are huge, inacceptable bugs. Some other potential issues I see with the late clearing of 'ReadStatus' (after the BSP-call), and the call of BSP_SD_GetCardState only be done in case of aligned (non-loop) case.
Dear Cedric,Thanks for your answer; indeed the (back-) slash did fix the issue! Everything compiles and runs on target, verified using the MC Monitor tool with success!Best RegardsThomas