2024-07-25 07:13 AM
I was trying to use FDCAN when I came across a problem where FDCAN_CCCR.Init bit is not getting cleared. The CCE bit gets cleared when setting INIT to 0, but INIT stays unchanged. Any ideas what could be wrong? I came across this topic where they had same issue with STM32H7 series.
2024-08-21 06:17 AM
Hello,
Are you using HAL? If not, try to follow the register call sequence in it.
Maybe your call sequence of the registers is not good.