Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hello,
I am using CCS v8.3
Processor _sdk_rtos_am335x_5_02_00_10
xdctool 3_51_01_18
Bios_6_76_00_08
pdk_am335x_1_40_01_01 ICEv2.1 eval board
When I copy the example rtos_template_app_am335x into my workspace it automatically selects xdc tools 3.508.24 sysbios 6.73.1.01 older version I have in my TI directory.
I understand that you are making universal API's independent of platform and device but how can I tell if my configuration files are correct.
The rtos seems to run but when I am trying to add any gpio, i2c functionality and I don't see any initialization of I2c or uart.
The bare metal Hello world will print out on the console.
How can I tell if the.... Board_init(boardCfg), ....peripheralInit() which has i2c init... just jumps over in debug mode cannot step into these functions If these functions are working?
How can I tell if the platform is correct the only choice in the properties drop down product menu is ti.platforms.evmAM3359 should this be ICE2AM335x which is not a choice.
I trying to go with the latest documentation Processor SDK RTOS Getting Started Guide. Is there another doc you would recommend?
I've worked before with the Tiva and Concerto with success but progress is slow with this AM335x.
Thank You
Dan