Hello,
Am using TI-Explorer kit, which has , TMS320F28335 controller.
With out any RTOS, I tried LED [GPIO 9 ] blinking, and it worked.
[ using follwing files,
1. \tidcs\c28\DSP2833x\v131\DSP2833x_headers\include\DSP2833x_Device.h file got included as header
2. link to, 'DSP2833x_GlobalVariableDefs.c' file
3. link to 'DSP2833x_CodeStartBranch.asm' file
4. link to 'DSP2833x_Headers_nonBIOS.cmd' file
]
The header file and link files are part of control suite.
___________________________________________________________________________________________________
Now, I want to try with SYS/BIOS rtos. [ using CC6 and SYS/BIOS 6.45 ]
Is there an API to control the I/O pins in SYS/BIOS rtos?
I could not able to find the APIs for PIN control/configuration.
But, with
1. \tidcs\c28\DSP2833x\v131\DSP2833x_headers\include\DSP2833x_Device.h file got included as header
2. link to, 'DSP2833x_GlobalVariableDefs.c' file
3. link to 'DSP2833x_Headers_BIOS.cmd' file
I got the LED blinking.
Is this the right thing to do when using SYS/BIOS rtos?