STM32G474E-EVAL

news/2024/12/22 14:19:41/

STM32G474E-EVAL

valuation board with STM32G4xxQE MCUDM00564162_ENV1.pdf

https://download.csdn.net/download/qq_39392553/12122443

 

批量生产

储存到myST

Evaluation board with STM32G474QE MCU

下载产品简介

Order from our eStore and our distributors

Buy now

概述

工具与软件

资源

质量与可靠性

  • The STM32G474E-EVAL board is a complete demonstration and development platform for the STMicroelectronics Arm® Cortex®-M4 core-based STM32G474QET6U microcontroller, designed to make user application development easier.

     

    STM32G484E-EVAL features the STM32G484QET6U MCU with cryptography.
    STM32G474E-EVAL1 features a motor-control configuration board.
    The full range of hardware features available on the board helps the users to improve application development to evaluate all the peripherals (USB FS, UCPD, USART, Audio, ADC and DAC, differential ADC, TFT LCD, Potentiometer/LDR, SRAM, Quad-SPI Flash memory device, microSD™ card, Smartcard, FDCAN transceiver, High Brightness LED, motor-control connectors, temperature sensor, and others). Extension headers provide easy connection to daughterboard, for specific applications.
    The board features STLINK-V3E as the embedded in-circuit debugger and programmer, for the STM32 MCU and the USB virtual COM port bridge.

    主要特性

    • Common features
      • 240x320 TFT color LCD display module with SPI interface
      • 16-Gbyte microSD™ card bundled
      • On-board current measurement
      • SAI audio codec
      • Temperature sensor
      • 8-Mbit (512 K x 16-bit) SRAM
      • Two 512-Mbit Quad-SPI NOR Flash memories
      • Four color user LEDs
      • One high brightness LED
      • Reset and wake-up / tamper buttons
      • 4-direction joystick with selection button
      • Light-dependent resistor (LDR)
      • Potentiometer
      • Access to comparator and operational amplifier
      • Board connectors:Analog line input jackStereo headset jackTwo connectors for external speakersmicroSD™ cardEXT_I2C connector supporting I²C busRS-232 port configurable for communication or MCU flashingRS-485 portUSB Type-C™ port supporting USB FS DeviceTwo CAN 2.0A/B-compliant portsConnector for DAC outputJTAG/SWD connectorETM trace debug connectorUser interface through USB virtual COM portEmbedded STLINK-V3E debug and flashing facilityTAG connector 10-pin footprintArm® Cortex® 10-pin 1.27 mm-pitch debug connector over STDC14 footprintCoin cell battery holder
      • Board expansion connectors:Two sets of motor control expansion connectorsBoard expansion extension connectors
      • Flexible power-supply options:ST-LINK USB VBUS, external sources, USB Type-C™ connector, or daughterboard
      • On-board STLINK-V3E debugger/programmer with USB re-enumeration capability: mass storage, Virtual COM port, and debug port
      • Microcontroller supply voltage: fixed 3.3 V or adjustable range from 1.62 V to 3.6 V
      • Comprehensive free software libraries and examples available with the STM32CubeG4 MCU Package
      • Support of a wide choice of integrated development environments (IDEs) including IAR™, Keil®, GCC-based IDEs
    • Board-specific features
      • STM32G474QET6U microcontroller with 512 Kbytes of Flash memory and 96 Kbytes of RAM in LQFP128 package (STM32G474E-EVAL and STM32G474E-EVAL1)
      • STM32G474E-EVAL1 is the board to use for motor control application with solder bridge and resistor configuration
      • STM32G484QET6U with cryptography (STM32G484E-EVAL)
    • Fully compatible with all microcontrollers of the STM32G4x1 and STM32G4x3 lines with "QET6" part number suffix

    阅读较少信息 

样片和购买

产品型号 供货状态 预算价格(US$) 数量 Specific features ECCN (US) Country of Origin WEEE Compliant 从分销商订购 从ST订购 
STM32G474E-EVAL

批量生产

333.01-3A991A2-true查看供货情况立即购买
STM32G474E-EVAL1

批量生产

333.01Motor control configuration3A991A2-true查看供货情况立即购买

(*) 建议转售单价(美元)仅用于预算用途。如需以当地货币计价的报价,请联系您当地的 ST销售办事处 或我们的 经销商 。


http://www.ppmy.cn/news/620622.html

相关文章

N76E003读24C64程序

IIC.C #include “I2C.h” #include “N76E003.h” #include “SFR_Macro.h” #include “Function_define.h” #include “Common.h” #include “Delay.h” //端口定义=== #define IIC_SCL_PORT //GPIOF #define IIC_SCL_PIN P13//GPIO_PIN_6 #define IIC_SDA_PORT //GPIOF…

E+H差压变送器FMD78

应用领域 Deltabar FMD78差压变送器采用金属传感器,带双毛细管膜片密封,主要用于过程工业和卫生行业内液体、气体、蒸汽和粉尘的差压连续测量。内置HistoROM数据模块,方便过程和设备参数管理。符合IEC61508标准,满足SIL3安全功能…

xenserver Pool和Host损坏后的灾难恢复(HBA存储)

最近工作中碰到一个客户的生产环境挂了,Pool中的3台机器的xapi都无法启动,所有的xe命令都无法执行,唯一能访问的方式 只有SSH,问题是还有一台机器上有许多虚拟机在运行,尝试了很多方法都没有效果,客户的pool中的db损坏…

骨传导运动耳机哪款好、骨传导运动耳机最好的品牌

如今随着科技的发展,蓝牙耳机越来越受欢迎,这进一步推动了运动耳机的发展。无线蓝牙耳机与播放器分隔带来的好处是减少了耳机线带来的困扰。然而,并非所有的蓝牙耳机都适合运动,只有经过专门设计和调节的耳机才能在运动过程中不成…

编译.ts的方法、ts转换为js文件

目录 第一步:安装环境 第二步:按需转换 第一步:安装环境 执行如下指令安装tsc: npm install -g typescript 完成后查看版本,如出现版本信息则安装成功: tsc -v 如未出现版本信息,则尝试本工程下安装…

ckplayer在线播放流媒体

项目名称:ckplayer 项目作者:niandeng 开源许可协议:MIT 项目简介 本项目用于在网页端播放视频,支持mp4、flv、m3u8及 rtmp 协议的直播,支持移动端和 PC 端。 项目架构 软件分为两部分: 1.JavaScript …

干货!影视剪辑高清视频素材如何下载?大神精选7大影视网站

影视剪辑,高清素材这里都有 hi,您好,我是您们的老朋友:覃小龙,您可以称呼我为覃总。 今天分享一个主题:《干货!影视剪辑高清视频素材如何下载?大神精选10大影视网站》 很多账号不想真…

重新定义快播王欣

点击上方“CSDN”,选择“置顶公众号” 关键时刻,第一时间送达! 2018 区块链技术及应用峰会(BTA)中国 倒计时2天 2018,想要 follow 最火的区块链技术?你还差一场严谨纯粹的技术交流会——2018 区块链技术及应用峰会(BTA…