Search found 1 match

by ubis
Sun Sep 10, 2017 8:52 am
Forum: STM32 Support
Topic: STM32F1 CAN RX Interrupt
Replies: 1
Views: 1824

STM32F1 CAN RX Interrupt

Hello,
I'm trying to to use RX0 interrupt service on STM32F103C8T6 MCU.

I've got the following code:

#include <stdio&#46;h>
#include <string&#46;h>

#include "ch&#46;h"
#include "hal&#46;h"
#include "board&#46;h"
#include "chprintf&#46;h"

#include "def&#46;h"

CANRxFrame txmsg;
SerialConfig ...