Hello,
I'm trying to to use RX0 interrupt service on STM32F103C8T6 MCU.
I've got the following code:
#include <stdio.h>
#include <string.h>
#include "ch.h"
#include "hal.h"
#include "board.h"
#include "chprintf.h"
#include "def.h"
CANRxFrame txmsg;
SerialConfig ...
Search found 1 match
- Sun Sep 10, 2017 8:52 am
- Forum: STM32 Support
- Topic: STM32F1 CAN RX Interrupt
- Replies: 1
- Views: 1824