This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3235S: 从simplelink_cc32xx_sdk_5_20_00_06中提取打开OOB例程的疑问

Part Number: CC3235S
Other Parts Discussed in Thread: CC3200, SYSCONFIG

TI工程师您们好,在OOB例程的代码中,和CC3200相比我总是感觉CC3235S的代码不全。

一、

在左侧的目录中,为什么没有管脚复用配置函数 pinmux.c和 pinmux.h呢?  也没有看到gpio_if.c中间文件, 请问管脚复用配置在哪里做的呢?

二、

该例程中有IIC功能,通过IIC连接一个温度传感器和一个加速度传感器,但是没有找到  i2c_if.c 函数?   是否需要再单独写一个i2ctmp.c函数呢?

三、

main_tirtos.c是该例程的主函数吗?和CC3200的main.c相比少很多东西。