int main(void)
{
	dma1_clock_enable();
	usart1_init();
	dma_usart_tx_init();
	dma_usart_tx_enable();
	usart1_enable();
	while (1);
}