Hello,
I'm working to a project with a MityOMAP-L138-FX-225-RC.
Currently, I try to use SYSBIOS (3.24.5.48) into this module (ARM CPU part) with CCS environment (5.3.0.00090).
I executed successfully some example (with task_delay into small example) on the target using the gel file provided by Critical link BSP.
But I guess that is not sufficient. Because I don't find any platform/target for this SOM under CCS.
Generally, I would known how to update SYSBIOS / CCS configuration in order to build a right binary to debug and later to flash to NAND.
My second point concerns the integration of starterware with SYSBIOS (always into ARM CPU part).
I tried to use the uart example of starterware with a SYSBIOS task. The first workaround was to disable the MMU management in order to execute configuration functions (uart/int cells OMAP configurations). But the behavior is not good. The execution on the target crashes.
Could I linked directly starterware like a library with SYSBIOS ? Or should I started from startware project and add a SYSBIOS configuration ?
Do I need to use hwi/swi SYSBIOS configuration to add interruption handler defined into starterware part ?
Do I need to use startup procedure from system_config librarie or shall I use the startup provided by SYSBIOS ?
Thank you in advance for your help.
JB