摘要:
中断: void USART1_IRQHandler(void) { int data = 0; if(usart_flag_get(USART1, USART_FLAG_PERR)!= RESET) { usart_data_receive(USART1); usart_flag_clear(US 阅读全文
posted @ 2023-03-06 16:43
xMofang
阅读(272)
评论(0)
推荐(0)
摘要:
#define VDDA_APPLI ((uint32_t) 3300) /* Value of analog voltage supply Vdda (unit: mV) */ #define RANGE_12BITS ((uint8_t) 12) //移位/* Max digital value 阅读全文
posted @ 2023-03-06 16:29
xMofang
阅读(451)
评论(0)
推荐(0)