You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							|  | #include "stm32g0b1xx.h"
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | #define BUFFER_SIZE 515
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | extern uint8_t rxBuffer[BUFFER_SIZE];
 | 
						
						
						
							|  | extern uint16_t rxBufferPos;
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | void init_UART1_it();
 | 
						
						
						
							|  | void init_UART1_dma();
 |