Hi all, I'm newbie with stm32f103c8, and I have a problem with
Interrupt in c ++, basically the same code works in c but not in c
++, here is my code
#include "stm32f10x_rcc.h"
#include "stm32f10x_gpio.h"
#include "stm32f10x_usart.h"
#include "stm32f10x.h" // Device header
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
↧