hatfield-c / avl

Repository for the [AVL] Autonomous Vehicle Lab project at UT Dallas
2 stars 7 forks source link

[AVL-36] Use memory buffers instead of system bus #36

Closed hatfield-c closed 2 years ago

hatfield-c commented 2 years ago

The system bus architecture is a goods challenge, but it is not representative of modern embedded systems, which often have dedicated memory that can be read immediately without the need for shared buses.

Replace the system bus architecture with such a memory bus system.

hatfield-c commented 2 years ago

This issue is now complete.