Hi all.
I have an application that I would like to use the NEON processor for inside the AMIC110. Where's the best place to get started with neon programming? What tools are there, and what CCS and complier versions support it?
Thanks!
John
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 all.
I have an application that I would like to use the NEON processor for inside the AMIC110. Where's the best place to get started with neon programming? What tools are there, and what CCS and complier versions support it?
Thanks!
John
Hello John,
If you're using TI's Processor SDK for AM335x, it contains GNU 7.3.1 (gcc-arm-none-eabi-7-2018-q2-update) that you can use. I would recommend you to use this version since the SDK was built and tested with this specific version. Then any version of CCS should work because you won't have to use the compilers within the CCS.
Regarding NEON programming, I would recommend you to search for guides from ARM communities.
Regards,
Jianzhong