EEVblog Electronics Community Forum

Electronics => Microcontrollers => Topic started by: wolfchip on January 17, 2024, 09:04:03 am

Title: CAN Interrupt Handle Function Problem
Post by: wolfchip on January 17, 2024, 09:04:03 am
Hallo, I'm currently using TC234 AURIX TriCore as my main ECU. How can we know at which point the hardware will trigger CAN Tx-Rx Interrupt Handle Functions? Based on the example from AURIX, it seems that ISR Functions are called once the Tx-Rx Interrupt has been generated. However, I don't know whether which bit(s) is/are SET or CLEAR by user or hardware to trigger those functions? Thank you