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.

[参考译文] LP-AM243:GPIO 中断配置

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1087600/lp-am243-gpio-interrupt-config

部件号:LP-AM243

您好,


我从 https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1068969/lp-am243-gpio-interrupt-config/3983377?focus=true 上看到了配置中断的说明

但我不理解为什么   可以从以上链接中的“main_GPIO _INTRTR_IN_180→main_GPIOMUX_INTROUTER0_OUTP_[9]”这一段中推断出来。

您能更清楚地解释这一部分吗?

谢谢,

Huy

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

    嗨,Huy,

    请参阅 AM64x/AM243x TRM 9.3.1 INTRT 概述:

    '中断路由器(INTRTR)模块提供了一种机制,用于将 M 中断输入与 N 中断输出进行 mux,
    其中所有 M 输入均可根据 N 输出选择驱动。 每个输出(MUXCNTL_N)有一个寄存器
    控制选择。"

    对于每个输出,任何输入都可以路由到输出。

    →引述 userid="499868" url="~ë/support/icros/arm-based 微处理器组/基于 ARM 的微控制器/f/arm-based 微控制器-forum/1087600/LP-am243-GPIO 中断配置"] main_GPIO _INTRTR_IN_180 main_GPIOMUX _INTROUTP_O9_[9]*

    在这种情况下,INTRTR 输入#180 (从输入0...198)被路由到 INTRTR 输出#9 (从输出0...53)(即 输出9选择输入180):

    • INTRT 输入#180:已连接到 GPIO1 GPIO _1_BANK0_INT,请参见图12-57。 GPIO 集成
    • INTRT 输出#9:连接到 R5FSS0_CORE0/1 R5FSS0_CORE0/1_INTR_IN_[32+9],请参见图9-19。 GPIOMUX_INTRTR0集成。

    此致,
    弗兰克