Tool/software:
Hello,
I am trying to bring out RTOS support for BP-CC3351 evk with AM263x host mcu. CC33xx SDK has an example for having RTOS support with AM243x mcu but not with AM263x. I want to use this example and port the support for CC3351 with AM263x mcu. Can anyone please help me out with how i can do this?
Thank you
Hi,
Luckily the AM243 and AM263 use the same TI Drivers. Porting the examples to the 263 should be as easy as copying the examples source code and instead of using the am243 SDK for TI drivers, you reference the am246 SDK. Make sure the pins you are using for communication (SPI, UART, etc) to the Booster Pack line up with how you are connecting it. This can be done with the .syscfg file.
Best,
Rogelio
Hello RogelioD,
Can i know what is sciclient. I am not finding it in AM263x SDK. I want this driver .
Thank you
Hi,
The AM243 does not have sciclient support. This driver is used in our arm based processors and not found in our Arm base Microcontrollers.
Best,
Rogelio
Hello,
There is a confusion here. As per AM243x SDK documentation it supports sciclient.
https://software-dl.ti.com/mcu-plus-sdk/esd/AM243X/latest/exports/docs/api_guide_am243x/DRIVERS_SCICLIENT_PAGE.html
Can you please refer this SDK document and let me know.
Thanks and Regards
Vilas Shetty