vn200 stm project

This commit is contained in:
r.koeppe
2024-06-06 11:36:00 +02:00
parent 62818b5ea7
commit c5f5e6fb98
159 changed files with 128314 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#include <stm32f302xc.h>
#include <stm32f3xx_hal.h>
#include <stm32f3xx_hal_conf.h>
HAL_StatusTypeDef ftcan_init(CAN_HandleTypeDef *hcan);
HAL_StatusTypeDef ftcan_transmit(CAN_HandleTypeDef *hcan, uint16_t id, const uint8_t *data, size_t datalen);