Example application: Send "Hello World" via UART2 every 1 second. More...
#include "navhal.h"
Macros | |
| #define | CORTEX_M4 |
Functions | |
| int | main (void) |
Example application: Send "Hello World" via UART2 every 1 second.
| #define CORTEX_M4 |
| int main | ( | void | ) |
< Initialize SysTick with 1 ms tick
< Initialize UART2 at 9600 baud
< Send string over UART2
< Wait for 1 second