英飞凌IMC301A-F064芯片:集成双核控制器的运动控制IC规格手册

需积分: 5 0 下载量 137 浏览量 更新于2024-06-22 收藏 2.4MB PDF 举报
IMC301A-F064是英飞凌(INFINEON)的一款专业电机控制集成电路系列,其主要特点是集成双核架构,包含一个专为运动控制设计的Motion Control Engine (MCE) 和一个基于ARM Cortex-M0的用户应用控制器(MCU)。这款芯片旨在简化变频电机控制,提供高度灵活的解决方案。 MCE部分是芯片的核心组成部分,它具备以下功能: 1. **预配置的运动控制解决方案**:MCE支持空间矢量脉宽调制(SVPWM),采用正弦波换相技术,内置了保护特性,如过流、过热等。 2. **电流感应支持**:MCE支持单或双绕组电流传感器配置,适用于无传感器和/或霍尔传感器操作,提供模拟或数字信号输入选项。 3. **温度管理**:集成或外部温度传感器可用于监控电机工作环境,确保系统稳定性。 4. **电源效率增强**:可选的Boost或拓扑PFC控制有助于提高系统的能源利用率。 5. **脚本语言集成**:MCE提供了内部脚本语言,方便进行更高级别的控制和I/O管理。 6. **主机接口灵活性**:支持多种控制命令接口,如用户 UART 和 JCOM,便于与外部设备通信。 7. **高速通信**:MCE与ARM Cortex-M0核心处理器之间通过JCOM接口实现高效数据交换。 8. **参数编程和调试**:MCE Wizard和MCEDesigner工具支持参数设置和故障诊断,便于用户快速上手和调试。 用户应用控制器(MCU)部分则包括: - **32位ARM Cortex-M0 CPU**:作为用户应用程序的核心,提供高性能处理能力,适用于实时控制任务。 - **CPU子系统**:除了基本的计算功能,还包括内存管理、中断处理和低功耗模式,以优化资源利用。 IMC301A-F064是一款集成了运动控制与微控制器功能的高端芯片,特别适合于对电机控制性能要求高、需便捷配置和编程的工业自动化和电机驱动系统。其丰富的特性使得该芯片在电机驱动设计中具有广泛的应用潜力,并通过配套的开发工具和服务,极大提高了设计效率和系统的可靠性。

ESP32C3, esp-idf 4.3.5,编译报错。FAILED: wifi_softAP.elf cmd.exe /C "cd . && D:\Espressif\tools\riscv32-esp-elf\esp-2021r2-patch3-8.4.0\riscv32-esp-elf\bin\riscv32-esp-elf-g++.exe -march=rv32imc -nostartfiles -march=rv32imc --specs=nosys.specs @CMakeFiles\wifi_softAP.elf.rsp -o wifi_softAP.elf && cd ." d:/espressif/tools/riscv32-esp-elf/esp-2021r2-patch3-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/8.4.0/../../../../riscv32-esp-elf/bin/ld.exe: esp-idf/main/libmain.a(softap_example_main.c.obj): in function `ch623_task': d:\espressif\frameworks\esp-idf-v4.3.5\examples\wifi\esp32_config_wifi\build/../main/softap_example_main.c:164: undefined reference to `CH623_Init' d:/espressif/tools/riscv32-esp-elf/esp-2021r2-patch3-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/8.4.0/../../../../riscv32-esp-elf/bin/ld.exe: d:\espressif\frameworks\esp-idf-v4.3.5\examples\wifi\esp32_config_wifi\build/../main/softap_example_main.c:166: undefined reference to `pcd_lpcd_start' d:/espressif/tools/riscv32-esp-elf/esp-2021r2-patch3-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/8.4.0/../../../../riscv32-esp-elf/bin/ld.exe: d:\espressif\frameworks\esp-idf-v4.3.5\examples\wifi\esp32_config_wifi\build/../main/softap_example_main.c:168: undefined reference to `pcd_lpcd_application' d:/espressif/tools/riscv32-esp-elf/esp-2021r2-patch3-8.4.0/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/8.4.0/../../../../riscv32-esp-elf/bin/ld.exe: d:\espressif\frameworks\esp-idf-v4.3.5\examples\wifi\esp32_config_wifi\build/../main/softap_example_main.c:171: undefined reference to `pcd_lpcd_start' collect2.exe: error: ld returned 1 exit status ninja: build stopped: subcommand failed. ninja failed with exit code 1

2023-05-31 上传