博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
The STM32F746G-DISCO discovery board -- MBED
阅读量:5354 次
发布时间:2019-06-15

本文共 1544 字,大约阅读时间需要 5 分钟。

Microcontroller features

  • STM32F46NGH6 in TFBGA216 package
  • ARM®32-bit Cortex®-M7 + FPU + Chrom-ART Accelerator
  • 216 MHz max CPU frequency
  • VDD from 1.7 V to 3.6 V
  • 1024 KB Flash
  • 320 KB SRAM
  • GPIOs (168) with external interrupt capability
  • 12-bit ADCs with 24 channels (3)
  • 12-bit DAC channels (2)
  • USART/UART (8)
  • I2C (4)
  • SPI (6)
  • Advanced-control Timer (2)
  • Low-power Timer (1)
  • General Purpose Timers (12)
  • Watchdog Timers (2)
  • CAN 2.0B active (2)
  • SAI (2)
  • USB 2.0 OTG HS
  • USB 2.0 OTG FS
  • Ethernet
  • SDMMC
  • Camera interface
  • LCD-TFT

 

Board features

This discovery board offers everything required for users to get started quickly and develop applications easily. The full range of hardware features on the board helps to evaluate almost all peripherals and develop your own applications.

  • USB OTG HS, USB OTG FS
  • Ethernet 10/100Mb
  • MicroSD card
  • USART
  • SAI audio DAC stereo with audio jack input and output
  • MEMS digital microphones
  • SDRAM
  • Quad-SPI Flash memory
  • 4.3-inch color LCD-TFT with a capacitive multi-touch panel
  • SPDIF RCA input
  • 1 user LED
  • 1 user button
  • Arduino Uno V3 connectors make it possible to easily connect extension shields or a daughterboard for your specific application.
  • The integrated ST-LINK/V2-1 provides an embedded in-circuit debugger and programmer for the STM32 MCU.

 

Board pinout

Information

Only the labels written in blue/white or green/white (i.e. PA_0, PF_10, A0, D14, LED1...) must be used in your code. The other labels are given as information (alternate-functions, power pins, ...).

 

转载于:https://www.cnblogs.com/shangdawei/p/4702055.html

你可能感兴趣的文章
每天离不开的工具vim
查看>>
用户人物剧本
查看>>
进程间通信学习笔记一(管道通信)
查看>>
备份集中的数据库与现有的数据库不同解决方案
查看>>
CSUOJ1329——一行盒子_湖南省第九届大学生计算机程序设计竞赛
查看>>
递推 Codeforces Round #186 (Div. 2) B. Ilya and Queries
查看>>
POJ2480 Longge's problem gcd&&phi
查看>>
JavaScript中的DOM,BOM详细介绍;
查看>>
基于slf4j的log4j实战
查看>>
LDA算法入门
查看>>
QQ浏览器X5内核问题汇总
查看>>
配置Java开发环境
查看>>
关于微信端 顶部会撑开页面的解决方案
查看>>
sqlserver 自动生成行号
查看>>
c语言中的结构体
查看>>
【转载】资源整合
查看>>
【原创】Hadoop配置详解
查看>>
tomcat登陆WEB显示无权限问题&& tomcat无限循环启动问题
查看>>
Codeforces Round #365 (Div. 2) D. Mishka and Interesting sum (离线树状数组+前缀xor)
查看>>
[Effective C++ --009]确定对象被使用前已先被初始化
查看>>