|
Readme
This is a C language project demonstrates TF Luna TOF sensor.
It uses serial input/output
using UART1, UART2 and UART3. The project uses interrupt synchronization.
FIFO queues are used to buffer data from
foreground (main) and background (UART0 ISR).
UART is attached to the TFLuna using a 6-pin 1.25mm cable.
The baud rate is 115200 bits/sec.
Derived from Texas Instrument code
- uart_rw_multibyte_fifo_poll_LP_MSPM0G3507_nortos_ticlang
- uart_echo_interrupts_standby_LP_MSPM0G3507_nortos_ticlang
- gpio_toggle_output_LP_MSPM0G3507_nortos_ticlang
|