User Activity

Hello,I'd like to use the user template settings (CubeMX Project -> Project Manager -> Code Generator -> Template Settings) to add own files to the generated project, but unfortunately, it neither shows available templates from the (default) extra_te...
typedef enum { HAL_OK = 0x00U, HAL_ERROR = 0x01U, HAL_BUSY = 0x02U, HAL_TIMEOUT = 0x03U, } HAL_StatusTypeDef;This is the actual defintion of the HAL_StatusTypeDef. Other status codes are defined in other modules headers ...
Currently I'm trying to get CAN up and running on a STM32F469NIH6 based Board using the CubeMX libraries. Unfortunately, the documentation of the new HAL_CAN driver is very limited. I found an example in STM32Cube_FW_L4_V1.12.0\Projects\STM32L476G-EV...
Kudos from