Question
STM32F4 CAN SCE Interrupt
Posted on February 25, 2016 at 16:30
Hello,
I am trying the SCE Interrupt on the STM32F429ZI microprocessor. In a interrupt trasmission the controller detects a possible error and it sets the SCE interrupt. Instead, if I switch to a polling transmission (I only remove the TX interrupt settings from NVIC initializzation) I don't see anymore the SCE interrupt. I am using STM32Cube MX and HAL library v1.4.3. In my opinion it is a strange behaviour. What do you think? Thanks. Alex