Tool/software:
Hi experts,
Do we have a guide about how to migrate the code on TM4C12X to AM263X?
Thanks,
Leo
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.
Tool/software:
Hi experts,
Do we have a guide about how to migrate the code on TM4C12X to AM263X?
Thanks,
Leo
Hi Leo,
We do not and as far as code migration goes there's no real realistic path to build out such a guide because the SDK structures are so fundamentally different. TivaWare is based heavily on low level driver calls with a single DriverLib layer between application code and MCU registers. While effective, its an SDK architecture that has long been moved away from by EP as a whole. With how Driver Porting Layer (DPL) and Hardware Abstraction Layer (HAL) are used as the foundation for modern SDKs, the TivaWare APIs don't cleanly translate to equivalent AM26x APIs.
Best Regards,
Ralph Jacobi