mirror of
https://github.com/micropython/micropython.git
synced 2026-04-30 21:00:12 +02:00
6cac2d275d
JavaScript code lint and formatting with Biome / eslint (push) Has been cancelled
Check code formatting / code-formatting (push) Has been cancelled
Check spelling with codespell / codespell (push) Has been cancelled
Build docs / build (push) Has been cancelled
Check examples / embedding (push) Has been cancelled
Package mpremote / build (push) Has been cancelled
.mpy file format and tools / test (push) Has been cancelled
Build ports metadata / build (push) Has been cancelled
alif port / build_alif (alif_ae3_build) (push) Has been cancelled
cc3200 port / build (push) Has been cancelled
esp32 port / build_idf (esp32_build_c2_c5_c6) (push) Has been cancelled
esp32 port / build_idf (esp32_build_cmod_spiram_s2) (push) Has been cancelled
esp32 port / build_idf (esp32_build_p4) (push) Has been cancelled
esp32 port / build_idf (esp32_build_s3_c3) (push) Has been cancelled
esp8266 port / build (push) Has been cancelled
mimxrt port / build (push) Has been cancelled
nrf port / build (push) Has been cancelled
powerpc port / build (push) Has been cancelled
qemu port / build_and_test_arm (bigendian) (push) Has been cancelled
qemu port / build_and_test_arm (sabrelite) (push) Has been cancelled
qemu port / build_and_test_arm (thumb_hardfp) (push) Has been cancelled
qemu port / build_and_test_arm (thumb_softfp) (push) Has been cancelled
qemu port / build_and_test_rv32 (push) Has been cancelled
qemu port / build_and_test_rv64 (push) Has been cancelled
renesas-ra port / build_renesas_ra_board (push) Has been cancelled
rp2 port / build (push) Has been cancelled
samd port / build (push) Has been cancelled
stm32 port / build_stm32 (stm32_misc_build) (push) Has been cancelled
stm32 port / build_stm32 (stm32_nucleo_build) (push) Has been cancelled
stm32 port / build_stm32 (stm32_pyb_build) (push) Has been cancelled
unix port / minimal (push) Has been cancelled
unix port / reproducible (push) Has been cancelled
unix port / standard (push) Has been cancelled
unix port / standard_v2 (push) Has been cancelled
unix port / coverage (push) Has been cancelled
unix port / coverage_32bit (push) Has been cancelled
unix port / nanbox (push) Has been cancelled
unix port / longlong (push) Has been cancelled
unix port / float (push) Has been cancelled
unix port / gil_enabled (push) Has been cancelled
unix port / stackless_clang (push) Has been cancelled
unix port / float_clang (push) Has been cancelled
unix port / settrace_stackless (push) Has been cancelled
unix port / repr_b (push) Has been cancelled
unix port / macos (push) Has been cancelled
unix port / qemu_mips (push) Has been cancelled
unix port / qemu_arm (push) Has been cancelled
unix port / qemu_riscv64 (push) Has been cancelled
unix port / sanitize_address (push) Has been cancelled
unix port / sanitize_undefined (push) Has been cancelled
webassembly port / build (push) Has been cancelled
windows port / build-vs (Debug, true, x64, dev, 2017, [15, 16)) (push) Has been cancelled
windows port / build-vs (Debug, true, x86, dev, 2017, [15, 16)) (push) Has been cancelled
windows port / build-vs (Debug, x64, dev, 2022, [17, 18)) (push) Has been cancelled
windows port / build-vs (Debug, x86, dev, 2022, [17, 18)) (push) Has been cancelled
windows port / build-vs (Release, true, x64, dev, 2017, [15, 16)) (push) Has been cancelled
windows port / build-vs (Release, true, x64, dev, 2019, [16, 17)) (push) Has been cancelled
windows port / build-vs (Release, true, x64, standard, 2017, [15, 16)) (push) Has been cancelled
windows port / build-vs (Release, true, x64, standard, 2019, [16, 17)) (push) Has been cancelled
windows port / build-vs (Release, true, x86, dev, 2017, [15, 16)) (push) Has been cancelled
windows port / build-vs (Release, true, x86, dev, 2019, [16, 17)) (push) Has been cancelled
windows port / build-vs (Release, true, x86, standard, 2017, [15, 16)) (push) Has been cancelled
windows port / build-vs (Release, true, x86, standard, 2019, [16, 17)) (push) Has been cancelled
windows port / build-vs (Release, x64, dev, 2022, [17, 18)) (push) Has been cancelled
windows port / build-vs (Release, x64, standard, 2022, [17, 18)) (push) Has been cancelled
windows port / build-vs (Release, x86, dev, 2022, [17, 18)) (push) Has been cancelled
windows port / build-vs (Release, x86, standard, 2022, [17, 18)) (push) Has been cancelled
windows port / build-mingw (i686, mingw32, dev) (push) Has been cancelled
windows port / build-mingw (i686, mingw32, standard) (push) Has been cancelled
windows port / build-mingw (x86_64, mingw64, dev) (push) Has been cancelled
windows port / build-mingw (x86_64, mingw64, standard) (push) Has been cancelled
windows port / cross-build-on-linux (push) Has been cancelled
zephyr port / build (push) Has been cancelled
Python code lint and formatting with ruff / ruff (push) Has been cancelled
Implemented according to API docs in a parent comment. Adds new multi_extmod/machine_can_* tests which pass when testing between NUCLEO_G474RE, NUCLEO_H723ZG and PYBDV11. This work was mostly funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
210 lines
7.6 KiB
C
210 lines
7.6 KiB
C
/*
|
|
* This file is part of the MicroPython project, http://micropython.org/
|
|
*
|
|
* The MIT License (MIT)
|
|
*
|
|
* Copyright (c) 2014 Damien P. George
|
|
*
|
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
* of this software and associated documentation files (the "Software"), to deal
|
|
* in the Software without restriction, including without limitation the rights
|
|
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
* copies of the Software, and to permit persons to whom the Software is
|
|
* furnished to do so, subject to the following conditions:
|
|
*
|
|
* The above copyright notice and this permission notice shall be included in
|
|
* all copies or substantial portions of the Software.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
* THE SOFTWARE.
|
|
*/
|
|
#ifndef MICROPY_INCLUDED_STM32_CAN_H
|
|
#define MICROPY_INCLUDED_STM32_CAN_H
|
|
|
|
#include "py/mphal.h"
|
|
|
|
#if MICROPY_HW_ENABLE_CAN
|
|
|
|
// This API provides a higher abstraction layer over the two STM32
|
|
// CAN controller APIs provided by the ST HAL (one for their classic
|
|
// CAN controller, one for their FD CAN controller.)
|
|
|
|
// There are two implementations, can.c and fdcan.c - only one is included in
|
|
// the build for a given board.
|
|
|
|
#define PYB_CAN_1 (1)
|
|
#define PYB_CAN_2 (2)
|
|
#define PYB_CAN_3 (3)
|
|
|
|
#define MASK16 (0)
|
|
#define LIST16 (1)
|
|
#define MASK32 (2)
|
|
#define LIST32 (3)
|
|
|
|
#if MICROPY_HW_ENABLE_FDCAN
|
|
// Interface compatibility for the classic CAN controller HAL
|
|
#define CAN_TypeDef FDCAN_GlobalTypeDef
|
|
#define CAN_HandleTypeDef FDCAN_HandleTypeDef
|
|
#define CanTxMsgTypeDef FDCAN_TxHeaderTypeDef
|
|
#define CanRxMsgTypeDef FDCAN_RxHeaderTypeDef
|
|
|
|
#define CAN_MODE_NORMAL FDCAN_MODE_NORMAL
|
|
#define CAN_MODE_LOOPBACK FDCAN_MODE_EXTERNAL_LOOPBACK
|
|
#define CAN_MODE_SILENT FDCAN_MODE_BUS_MONITORING
|
|
#define CAN_MODE_SILENT_LOOPBACK FDCAN_MODE_INTERNAL_LOOPBACK
|
|
|
|
// FDCAN peripheral has independent indexes for standard id vs extended id filters
|
|
#if defined(STM32G4)
|
|
#define CAN_HW_MAX_STD_FILTER 28
|
|
#define CAN_HW_MAX_EXT_FILTER 8
|
|
#elif defined(STM32H7)
|
|
// The RAM filtering section is configured for 64 x 1 word elements for 11-bit standard
|
|
// identifiers, and 31 x 2 words elements for 29-bit extended identifiers.
|
|
// The total number of words reserved for the filtering per FDCAN instance is 126 words.
|
|
#define CAN_HW_MAX_STD_FILTER 64
|
|
#define CAN_HW_MAX_EXT_FILTER 31
|
|
#endif
|
|
|
|
// Value reported via machine.CAN.FILTER_MAX, somewhat optimistic as requires using
|
|
// the exact numbers of each type of filter.
|
|
#define CAN_HW_MAX_FILTER (CAN_HW_MAX_STD_FILTER + CAN_HW_MAX_EXT_FILTER)
|
|
|
|
#else
|
|
|
|
// CAN1 & CAN2 have 28 filters which can be arbitrarily split, but machine.CAN
|
|
// implementation hard-codes to 14/14. CAN3 has 14 independent filters.
|
|
#define CAN_HW_MAX_FILTER 14
|
|
|
|
#endif
|
|
|
|
typedef enum {
|
|
CAN_STATE_STOPPED,
|
|
CAN_STATE_ERROR_ACTIVE,
|
|
CAN_STATE_ERROR_WARNING,
|
|
CAN_STATE_ERROR_PASSIVE,
|
|
CAN_STATE_BUS_OFF,
|
|
} can_state_t;
|
|
|
|
typedef enum _rx_state_t {
|
|
RX_STATE_FIFO_EMPTY = 0,
|
|
RX_STATE_MESSAGE_PENDING,
|
|
RX_STATE_FIFO_FULL,
|
|
RX_STATE_FIFO_OVERFLOW,
|
|
} rx_state_t;
|
|
|
|
typedef enum {
|
|
CAN_INT_MESSAGE_RECEIVED,
|
|
CAN_INT_FIFO_FULL,
|
|
CAN_INT_FIFO_OVERFLOW, // These first 3 correspond to pyb.CAN.rxcallback args
|
|
|
|
CAN_INT_ERR_BUS_OFF,
|
|
CAN_INT_ERR_PASSIVE,
|
|
CAN_INT_ERR_WARNING,
|
|
|
|
CAN_INT_TX_COMPLETE,
|
|
} can_int_t;
|
|
|
|
typedef enum {
|
|
CAN_TX_FIFO,
|
|
CAN_TX_QUEUE,
|
|
} can_tx_mode_t;
|
|
|
|
// Counter data as used by pyb.CAN.info() and machine.CAN.get_counters()
|
|
typedef struct {
|
|
unsigned tec;
|
|
unsigned rec;
|
|
unsigned tx_pending;
|
|
unsigned rx_fifo0_pending;
|
|
unsigned rx_fifo1_pending;
|
|
} can_counters_t;
|
|
|
|
#if defined(STM32H7)
|
|
#define CAN_TX_QUEUE_LEN 16
|
|
#else
|
|
// FDCAN STM32G4, bxCAN
|
|
#define CAN_TX_QUEUE_LEN 3
|
|
#endif
|
|
|
|
// RX FIFO numbering
|
|
//
|
|
// Note: For traditional CAN peripheral, the values of CAN_FIFO0 and CAN_FIFO1 are the same
|
|
// as this enum. FDCAN macros FDCAN_RX_FIFO0 and FDCAN_RX_FIFO1 are hardware offsets and not the same.
|
|
typedef enum {
|
|
CAN_RX_FIFO0,
|
|
CAN_RX_FIFO1,
|
|
} can_rx_fifo_t;
|
|
|
|
bool can_init(CAN_HandleTypeDef *can, int can_id, can_tx_mode_t tx_mode, uint32_t mode, uint32_t prescaler, uint32_t sjw, uint32_t bs1, uint32_t bs2, bool auto_restart);
|
|
void can_deinit(CAN_HandleTypeDef *can);
|
|
|
|
uint32_t can_get_source_freq(void);
|
|
|
|
int can_receive(CAN_HandleTypeDef *can, can_rx_fifo_t fifo, CanRxMsgTypeDef *msg, uint8_t *data, uint32_t timeout_ms);
|
|
|
|
// Transmit a CAN frame (callee to choose the transmit slot). Used by pyb.CAN only, does not enable TX interrupt
|
|
// On FDCAN this function invalidates the 'txmsg' structure if successful.
|
|
HAL_StatusTypeDef can_transmit(CAN_HandleTypeDef *hcan, CanTxMsgTypeDef *txmsg, uint8_t *data, uint32_t Timeout);
|
|
|
|
// Tell the controller to copy a CAN frame copied to 'index' and start transmitting
|
|
// On FDCAN this function invalidates the 'txmsg' structure if successful.
|
|
HAL_StatusTypeDef can_transmit_buf_index(CAN_HandleTypeDef *hcan, int index, CanTxMsgTypeDef *txmsg, const uint8_t *data);
|
|
|
|
// Cancel the pending transmission in the specified buffer index. Returns after buffer stops transmitting.
|
|
// Result is true if buffer was transmitting, false if not transmitting (or finished transmitting before cancellation)
|
|
bool can_cancel_transmit(CAN_HandleTypeDef *hcan, int index);
|
|
|
|
// Get the lowest index of a buffer in FAILED or SUCCEEDED state, or -1 if none exists
|
|
// Calling this function also re-enables the TX done IRQ for this peripheral
|
|
int can_get_transmit_finished(CAN_HandleTypeDef *hcan, bool *is_success);
|
|
|
|
// Disable all CAN receive interrupts for a FIFO
|
|
void can_disable_rx_interrupts(CAN_HandleTypeDef *can, can_rx_fifo_t fifo);
|
|
|
|
// Enable CAN receive interrupts for a FIFO.
|
|
//
|
|
// Interrupt for CAN_INT_MESSAGE_RECEIVED is only enabled if enable_msg_received is set.
|
|
void can_enable_rx_interrupts(CAN_HandleTypeDef *can, can_rx_fifo_t fifo, bool enable_msg_received);
|
|
|
|
// Disable all pending TX interrupts (ahead of restart or deinit). Will re-enable n next transmit
|
|
void can_disable_tx_interrupts(CAN_HandleTypeDef *can);
|
|
|
|
can_state_t can_get_state(CAN_HandleTypeDef *can);
|
|
|
|
void can_get_counters(CAN_HandleTypeDef *can, can_counters_t *counters);
|
|
|
|
// Restart controller (clears error states). Caller expected to check controller initialised already.
|
|
void can_restart(CAN_HandleTypeDef *can);
|
|
|
|
// Implemented in pyb_can.c, called from lower layer
|
|
extern void pyb_can_irq_handler(uint can_id, can_int_t interrupt, can_rx_fifo_t fifo);
|
|
|
|
// Implemented in machine_can.c, called from lower layer
|
|
extern void machine_can_irq_handler(uint can_id, can_int_t interrupt);
|
|
|
|
#if MICROPY_HW_ENABLE_FDCAN
|
|
|
|
static inline unsigned can_is_rx_pending(CAN_HandleTypeDef *can, can_rx_fifo_t fifo) {
|
|
return HAL_FDCAN_GetRxFifoFillLevel(can, fifo == CAN_RX_FIFO0 ? FDCAN_RX_FIFO0 : FDCAN_RX_FIFO1);
|
|
}
|
|
|
|
void can_clearfilter(CAN_HandleTypeDef *can, uint32_t filter_num, bool is_extid);
|
|
|
|
#else
|
|
|
|
static inline unsigned can_is_rx_pending(CAN_HandleTypeDef *can, can_rx_fifo_t fifo) {
|
|
return __HAL_CAN_MSG_PENDING(can, fifo == CAN_RX_FIFO0 ? CAN_FIFO0 : CAN_FIFO1);
|
|
}
|
|
|
|
void can_clearfilter(CAN_HandleTypeDef *can, uint32_t filter_num, uint8_t can2_start_bank);
|
|
|
|
#endif // MICROPY_HW_ENABLE_FDCAN
|
|
|
|
#endif // MICROPY_HW_ENABLE_CAN
|
|
|
|
#endif // MICROPY_INCLUDED_STM32_CAN_H
|