Search found 2 matches

by who
Thu Aug 09, 2018 12:59 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: STM32 CAN RX Interrupt
Replies: 1
Views: 5613

Re: STM32 CAN RX Interrupt

Problem solved, had a hard fault error caused by the tick interrupt
by who
Thu Aug 09, 2018 9:52 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: STM32 CAN RX Interrupt
Replies: 1
Views: 5613

STM32 CAN RX Interrupt

Hi, I am trying to get the CAN interface running on my STM32F407 MCU. I found http://www.erika-enterprise.com/forum/viewtopic.php?f=4&t=1035 thread and got CAN with polling to work. Now I want to use the CAN RX interrupt. But how to do this? Method 1 ISR CAN1_RX0_IRQHandler { CATEGORY = 1; ENTRY = "...