STM32G0B1RE dual can configuration #67444
-
Hello, I am currently creating a dts file for a custom board based on an STM32G0B1RE chip that has a dual FDCAN controller (See: https://www.st.com/en/microcontrollers-microprocessors/stm32g0b1re.html ). However, digging into different STM32G0B1RE dts related file to find nodes, I could only find a single fdcan1 node here --> https://github.com/zephyrproject-rtos/zephyr/blob/23b3e5741ea39543f29efaadaa53c21c072ad514/dts/arm/st/g0/stm32g0b1.dtsi#L33C5-L33C5 Is there any reason why fdcan2 is not there ? (Searching everywhere...)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@adri1mart1, After reviewing the reference manual, it appears that By the way, if you want to test
|
Beta Was this translation helpful? Give feedback.
@adri1mart1, I've taken a look at PR #34963, and it aligns closely with the requirements for supporting shared IRQ in the
can_stm32_fdcan.c
driver. Since it has been inactive for a while, I encourage you to reference this PR and try to implement the necessary features 🚀.There seems to be no need to open a new issue. Instead, you could return with a new PR that builds on the original one, giving credit to the initial work. ✌️