STM32_UART_BareMetal
main.c File Reference

Bare Metal UART Driver. More...

#include <stdint.h>
#include <stdio.h>
#include "stm32h7xx.h"
#include "rcc.h"
#include "uart.h"
#include "gpio.h"
Include dependency graph for main.c:

Functions

int main (void)
 

Detailed Description

Bare Metal UART Driver.

Author
AljazJelen

Function Documentation

◆ main()

int main ( void  )
Here is the call graph for this function: