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.

[参考译文] MSPM0C1103:使用 CCS 中的系统配置工具时的引脚分配错误

Guru**** 2039500 points
Other Parts Discussed in Thread: MSPM0C1103, MSPM0C1104, SYSCONFIG
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1466195/mspm0c1103-wrong-pin-assignment-when-using-system-configuration-tool-in-ccs

器件型号:MSPM0C1103
主题中讨论的其他器件: MSPM0C1104SysConfig

工具与软件:

我正在使用 CCS 12.8.1、并创建了一个"empty_mspm0c1103_nortos_gss"工程。

当我尝试配置 输出引脚时、IDE 会认为我使用的是 MSPM0C1104、而不是 MSPM0C1103:  

从上图中可以清楚地看出、IDE  在"Peripheral and Pin Configuration"(外设和引脚配置)选项中分配 Any (PA0/4)、而不是 Any (PA0/5)。

如果我尝试配置输入、情况也是如此:

 IDE 在"Peripheral and Pin Configuration"(外设和引脚配置)选项中指定 Any (PA27/2)、而不是 Any (PA27/1)。

端口 A27的物理引脚2位于 MSPM0C1104微控制器中:

ti_msp_dl_config.h 文件中生成的片段如下所示:

这是什么问题?  

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    从数据表中、您可以发现 MSPM0C1103不同封装的引脚映射可能略有不同。 您可以看到下图所示的图片。

    从原理图中可以看到、您选择了 MSPM0C1103SDDFR、其封装为 SOT-8、但 SysConfig 默认情况下可能会使用 vssop-20作为 MSPM0C1103的封装。 您可以通过单击下图中箭头指向的图标将其打开。  当然,您也可以通过单击"切换"按钮切换到不同的软件包。

    此致、

    Peter