Posted on May 29, 2018 at 17:17Thank you TJ, In my case and with the given toolchain installation (see above) I get/** * @brief CAN handle Structure definition */typedef struct __CAN_HandleTypeDef{ CAN_TypeDef *Instance; /*!< Register base address *...
Posted on May 23, 2018 at 17:43Thank you four your kind advise... I had designed an arduino board with a transceiver on it to connect the board with an existing design.Any update or hint on the original issue?Thank you.
Posted on May 19, 2018 at 18:48Hello Same problem here... but just using bare STM32 tools.STM32CubeMx Version 4.25.1 to generate the projectSTM32F7 FW 1.11.0STM32F769I-Disco andSystemWorkbenchOnly the following structures are defined in stm32f7xx_ha...