User Activity

Seems like STLINK V3SET does not support CANFD, but STLINK-V3-BRIDGE API has CANFD functions in it. So which device supports CANFD? Is there newer version of STLINKV3SET that has CANFD in it?
Documentation pages won't open! Anyone has that problem? Version v 1.2.0https://www.st.com/en/development-tools/stlink-v3-bridge.html#overview
Source and destination parameters are incorrectly placed in the following code:stm32h7xx_hal_ospi.cLine 1496HAL_OSPI_Transmit_DMA functionif (HAL_MDMA_Start_IT(hospi->hmdma, (uint32_t)pData, (uint32_t)&hospi->Instance->DR, hospi->XferSize, 1) == \HAL...