cu-ecen-aeld / final-project-ruchaborwankar

final-project-ruchaborwankar created by GitHub Classroom
0 stars 0 forks source link

UART setup on TIVA and Beaglebone Black #1

Closed ruchaborwankar closed 4 years ago

ruchaborwankar commented 4 years ago

TODO:Enable UART communication on Beaglebone and TIVA separately.

Successful Setup of FreeRTOS on TIVA and Set-up FreeRTOS Demo project, and tested LED code.

ruchaborwankar commented 4 years ago

UART loopback on TIVA board-Loopback implemented by sending characters and string from UART 3 to UART 2 on same board.-UART loopback code(https://github.com/cu-ecen-5013/final-project-ruchaborwankar/blob/master/UART%20loopback%20code%20trial/freertos_demo.c)

image

image

ruchaborwankar commented 4 years ago

Using Buildroot setup done by Aaksha and Atharv, the Buildroot was setup. beaglebone uart setup UART enabled on Beaglebone Black using https://github.com/cu-ecen-5013/buildroot-assignments-base/wiki/Enabling-UART-on-BeagleBone-Black to add patch.

image

DoD:Successfully enabled UART on Beaglebone and TIVA

ruchaborwankar commented 4 years ago

NEW ISSUE: #2 UART setup between tiva and Beaglebone #2 :Setup communication between the two boards https://github.com/cu-ecen-5013/final-project-ruchaborwankar/issues/2