Other Parts Discussed in Thread: AM4379
Tool/software: TI-RTOS
Hi everyone,
We have a GPEVM AM4379 with TI RTOS installed through the PRSDK v5.02 components.
The actual project we require is to send plenty of command bytes (maybe 150-200 bytes in a row), from a Master PC to our GPEVM board.
The board should divide and process the bytes those came within a single row command sentence and perform the related operations regarding the specific parts of the command sentence.
We have run the NIMU_BasicExample_evmAM437x, we receive good communication numbers on the UART0 screen.
1- Now, first of all, we need to know how to send a command byte set to the board from the computer and the receive process in the board. Can we use Emac_Send, Emac_Receive? Or do you have some suggestions to use, maybe a sample code?
2- To send a command set to the EVM board, should we use an external program or application? The idea is to send a ie. 10-byte command to the board, if the header and checksum are ok, the board will turn ON the related loads considering the command bytes.
How should we proceed further? Does anyone have a suggestion?
Thanks in advance,
Warmest regards,
Korkut.