E2E™ 设计支持
E2E™ 设计支持
  • 用户
  • 站点
  • 搜索
  • 用户
  • E2E™ 中文设计支持 >
  • 论坛
    • 放大器
    • API 解答
    • 音频
    • 时钟和计时
    • 数据转换器
    • DLP® 产品
    • 接口
    • 隔离
    • 逻辑
    • 微控制器
    • 电机驱动器
    • 处理器
    • 电源管理
    • 射频与微波
    • 传感器
    • 站点支持
    • 开关与多路复用器
    • 工具
    • 无线连接
    • 参考译文
    • 存档组
    • 存档论坛
  • 技术文章
    • 模拟
    • 汽车
    • DLP® 技术
    • 嵌入式处理
    • 工业
    • 电源管理
  • TI 培训
  • 快速入门
  • English
  • 更多
  • 取消


搜索提示
找到 20,377 个结果 查看 问题 帖子 排序依据
    Answered
  • [参考译文] EVM430-FR6043:通过 I2C 连接和连接外部传感器时出现问题

    admin
    admin
    已解决
    请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1396999/evm430-fr6043-issue-connecting-and-interfacing-with-external…
    • 已回答
    • 2 年多前
    • MSP 低功耗微控制器(参考译文帖)
    • MSP 低功耗微控制器(参考译文帖)(Read Only)
  • Answered
  • [参考译文] AM625:M4F 无法进入 ESM 中断

    admin
    admin
    已解决
    请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1584567/am625-m4f-cannot-enter-into-esm-interrupt 器件型号: AM625 我想将 SDL_RTI_Example_UC2_am62x-sk_m4fss0-0_nortos_ti-arm…
    • 已回答
    • 10 个月前
    • 处理器(参考译文帖)
    • 处理器(参考译文帖)(Read Only)
  • [参考译文] MSP430FR6047:模板示例代码中无需 GUI 即可进行定制电路板校准

    admin
    admin
    请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1609728/msp430fr6047-custom-board-calibration-without-gui-in-template…
    • 7 个月前
    • MSP 低功耗微控制器(参考译文帖)
    • MSP 低功耗微控制器(参考译文帖)(Read Only)
  • Answered
  • J722SXH01EVM: The value in watch window and memroy browser is wrong

    fei liu
    fei liu
    已解决
    Part Number: J722SXH01EVM I debugged the C7000 of J722S in CCS12.8 The value in watch window and memroy browser is wrong,like this m_nNumber=-1 in watch window,but it is 8 in fact.The code can step into the for(), the value of i is right.If I use CacheP_wb…
    • 已回答
    • 6 个月前
    • 处理器
    • 处理器论坛
  • TDA4VPE-Q1: EPWM

    shoulin wang
    shoulin wang
    TI 认为已经解决
    Part Number: TDA4VPE-Q1 Regarding the EPWM function of TDA4VPE, I have the following points to confirm: Pin Configuration: Does TDA4VPE only support PWM output through the six groups of EPWM0~5 IOs? Are there any other pins supporting this function? Output…
    • 1 年多前
    • 处理器
    • 处理器论坛
  • Answered
  • RE: [参考译文] F29H859TU-Q1:是否可以查看 CCS 中的存储器停顿数?

    admin
    admin
    已解决
    请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 您好 Robert: 以下是一个完整的示例、您可以复制并粘贴到 ERAD ex1_profile_function_no_syscfg.c 中、其中展示了如何执行启动/停止模式来查找存储器停滞。 我使用 EBC BUSCOMP7/6来触发 SEC 计数器0/1的启动/停止计数器条件。 使用 r1_ready 作为 SEC0的源、使用 exe_ready 作为 SEC1的源。…
    • 1 年多前
    • C2000™︎ 微控制器(参考译文帖)
    • C2000™︎ 微控制器(参考译文帖)(Read Only)
  • RE: [参考译文] AWRL6432BOOST:向 Kick_to_Open 示例代码添加 LIN 总线功能问题

    admin
    admin
    请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 嗨、Johnny、 为了避免中断控制器过载、您可以 尝试减少 仅触发 SysConfig 中 ID (0x04)和 Rx (0x0B)中断的中断类型、并将 ISR 修改为仅处理 LIN_VECT_ID (0x04)和 LIN_VECT_RX (0x0B)。 Unknown 说: 在 power_LPDSresumehook (void)中、重置与 LIN 总线相关的设置似乎无效。 …
    • 1 年多前
    • 传感器(参考译文帖)
    • 传感器(参考译文帖)(Read Only)
  • AFE2256EVM: Request for AFE2256 Full Datasheet, Timing Information, and EVM Development Resources

    jin dp
    jin dp
    TI 认为已经解决
    Part Number: AFE2256EVM Other Parts Discussed in Thread: AFE2256 , Hello, Our company is developing a medical X-ray flat panel detector for dental CBCT and general medical imaging applications. We are evaluating the AFE2256 for detector signal readout. …
    • 8 天前
    • 数据转换器
    • 数据转换器论坛
  • RE: LM27761: During the power-on instant, the LM27761 chip momentarily pulls down the input supply voltage slightly, then allows it to rise and eventually stabilize.

    Links
    Links
    thanks for your feedback. The LDO output of AD5423 is limited to 30mA and the voltage dropping entirely at 50mA. So, I think this is no suitable supply for the LM27761. The LM27761 does not support any kind of soft-start function, but it might help to enable…
    • 8 个月前
    • 电源管理
    • 电源管理论坛
  • Answered
  • RE: [参考译文] TMS570LC4357:RTI 最小中断间隔

    admin
    admin
    已解决
    请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 这是我要做的吗? /* USER CODE BEGIN (0) */ #include "HL_rti.h" #include "HL_gio.h" /* USER CODE END */ /* Include Files */ #include "HL_sys_common.h" /* USER CODE BEGIN (1) */ void delayus(uint16…
    • 1 年多前
    • 基于 Arm 的微控制器(参考译文帖)
    • 基于 Arm 的微控制器(参考译文帖)(Read Only)
<>

未找到您搜索的内容?发布一个新问题吧。

  • 发布新问题