Hi,Can anyone confirm that below contains the correct code for ENABLING the FIFO/ CAN receive INTERRUPTs for:(1)- CAN peripheral(2)- NVIC - the CAN_RX0/ FIFO 0 interupt(3)- Is the code in (3) equivalent to the code in (2)(1) - CAN1->IER |= CAN_IER_FM...
Yes the blue pill board is old. I think that you can use CAN or USB, bot not both at the same time.Ah, so if I set bit 20 of the NVIC_ISERx register. this will ENABLE the CAN1_RX0 interrupt for FIFO_0?
Thank you for the reply, however:Maybe, the easy way to ask this is,To Enable interrupt for CAN Bus Receive, I need to use NVIC_ISERx register.BUT.. All bits in the NVIC_ISERx register are labelled 'rs'. (Ref Manual + Programming manual)(Datasheet d...