Other Parts Discussed in Thread: OMAPL138
Hi,
How can I build a OMAPL138 Starterware example application like uartEcho to generate a binary file which is executable under MCSDK arago linux.
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
How can I build a OMAPL138 Starterware example application like uartEcho to generate a binary file which is executable under MCSDK arago linux.
Starterware code is also called "non-OS" code (low level driver code), So it is difficult to run in another OS like linux.
Also You will not get permission(privilege) to access the peripherals from user space to do this starterware stuffs in linux,
Hi,
We have SYSLINK interface to talk to another Core (DSP to ARM & ARM to DSP)
Thanks for fast reply
The problem is that I already have my DPS code developed using CCS 3 which use system interrupt to communicate with ARM core very efficiently and to use syslink I have to redevelop my DSP code.
Regards,
Alireza