Hi,
I've to connect two HDK board for a simple message exchange (some brief data and status chunk) with no particular timing requirement. Which is the lighter way to do this? SCI, SPI, UART? For lighter i mean the faster to implement in the software taking account also of the code generated by Halcogen. Better if the receiver is buffered to avoid any timing issue.
Thank you