主题中讨论的其他器件:RemoTI
是否可以将内部电压基准与 ADC 一起用于检查 VDDS 的电压?
我的定制板将 VDDS 连接到 VDDZ 并连接到 VDDS_DCDC (RHB5x5封装)。
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.
Fredrik、
我得到以下编译错误:
预编译命令行的变量扩展失败。
违规文本:"$XDCROOT$/xs"--xdcpath="$XDCPATH$" IAR.tools.configuro -c "$TOOLKIT_DIR$"--cc "$Compiler_path$"--device "$device"
--compileOptions $Compiler_args_root_arged$--linkOptions $linker_args_arged$--profile release --projFile "$PROJ_path$"
我知道这是因为我有以下 include 目录:
$SRC_RemoTI_example_/common/cc26xx
我没有 在自定义参数变量中定义$SRC_RemoTI_Examples$。
我正在尝试使用 CC26XX 驱动程序库、但在浏览文档时遇到问题。
我正在查看以下链接:
文件://C:/Users/John/Desktop/TI %20CC2640%20DOS/TIRTOS /TIRTOS %202.18/Documentation_Overview_cc13xx_cc26xx.html#instrumentation-documentation
问题:我可以在文档中查看函数文档以及随附的.h 文档、但如何在安装中找到正确的文件?
John