2024-02-13 03:40 PM
The CAN connector on the board uses FDCAN1 on PA11, PA12 with PH8 being used to control the standby mode of the transceiver.
To get the CAN interface working on the STM32H7B3I-DK I need to:
Is it still possible to use the WiFi module?
The user manual (UM2569) states "The module uses the SPI interface, as the corresponding firmware (for SPI capability only) is downloaded on the ISM43340-M4GL44-10CF Wi‐Fi® module", but the WiFi Solder bridge configuration table shows that the module can be connected to SPI2 (on PA11, PA12) or UART2.
Looking at the Inventeksys website , different firmware is needed for SPI and UART - but there is no firmware image for using UART with the STM32H7B3I-DK. Will the generic UART firmware work?
Solved! Go to Solution.
2024-02-21 12:39 AM
I ended up using a couple of wires on the board to link PH13, PH14 from the Arduino connector to the CAN transceiver on the board. That's got me going for now.
2024-02-14 01:42 AM
I think my best option may be to add a CAN transceiver to PH13, PH14 on the Arduino connector (ARD_D1, ARD_D0).
By default these are used for the RENDER_TIME and VSYNC_FREQ performance monitoring, but they are easy enough to shift else where.
2024-02-21 12:39 AM
I ended up using a couple of wires on the board to link PH13, PH14 from the Arduino connector to the CAN transceiver on the board. That's got me going for now.