User Activity

I'm looking for some help to make the program in the systick in it.c turn the leds in this it.c off and on every second./** ****************************************************************************** * @file  stm32f1xx_it.c * @brief  Interrupt Ser...
#define MAX_DATA_LENGTH 50#define STX   0X02#define ETX  0X03u8 g_u8Rs232TxBuffer[105] = {0};u16 g_u16Rs232Tick = 0;extern UART_HandleTypeDef huart1;//(0X02, 0X03 0X30 , 0X11~ 0X18) OFF //(0X02, 0X03 0X31 , 0X11~ 0X18) ONu8 Rs232_DataRecei...