Other Parts Discussed in Thread: TMDSICE3359, , SYSBIOS
Tool/software: TI-RTOS
EVM HW: TMDSICE3359
Host Env: Windows
BIOS Version: 6.53.2.00
XDCTOOLS: 3.50.03.33
CCS Version: 7.2
I'm starting with the static_AM3359_CortexA project from Resource manager as my boiler plate. When I add the different driver configurations for the HW peripherals, the project will build and run correctly up to BIOS_Start() but once BIOS_Start() begins the program ends up in the syscall.c file in the _exit routine.
I was trying to find a good example that utilizes the SYSBIOS functions as well as one of the HW peripherals. I imported a number of different projects for the TMSICE3359 from PDK_AM335x_1_0_9/packages/MyExampleProjects but all of these projects dynamically create one task and do more baremetal type operations. Could one of these examples or another example be converted over or provided such that SYSIOS functions could be statically created and would take advantage of some of the SYSBIOS functions? (For example: Idlefxn, Clkfxn, Swi, Hwi).
Thank you.
Joe