Search found 1 match
- Thu Jul 15, 2021 1:40 am
- Forum: Other Boards
- Topic: Custom board with STM32H743 - problems with CAN
- Replies: 3
- Views: 7024
Re: Custom board with STM32H743 - problems with CAN
When using stm32h7, the file `mpconfigboard_common.h` define `MICROPY_HW_ENABLE_FDCAN (1)`. So you can use `CAN.RANGE` `CAN.DUAL` `CAN.MASK` instead of `CAN.LIST16` `CAN.MASK16`....