https://developer.mbed.org/platforms/ST-Discovery-F746NG/

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, ...).

The STM32F746G-DISCO discovery board -- MBED的更多相关文章

  1. One-wire Demo on the STM32F4 Discovery Board

    One-wire Demo on the STM32F4 Discovery Board Some of the devs at work were struggling to get their s ...

  2. VGA Output from STM32F4 Discovery board

    VGA Output from STM32F4 Discovery board I love the web! There are so many cool projects out there, a ...

  3. 专业英语词汇(Java)

    abstract (关键字)             抽象 ['.bstr.kt] access                            vt.访问,存取 ['.kses]‘(n.入口, ...

  4. java常用英语单词

    abstract (关键字) 抽象 ['.bstr.kt] access vt.访问,存取 ['.kses]'(n.入口,使用权) algorithm n.算法 ['.lg.riem] annotat ...

  5. Java常用英语汇总(面试必备)

    Java常用英语汇总(面试必备) abstract (关键字)             抽象 ['.bstr.kt] access                            vt.访问,存 ...

  6. Java基础常见英语词汇

    Java基础常见英语词汇(共70个) ['ɔbdʒekt] ['ɔ:rientid]导向的                             ['prəʊɡræmɪŋ]编程 OO: object ...

  7. IT软件开发常用英语词汇

    Aabstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象.抽象物.抽象性access 存取.访问access ...

  8. soap的简单实现(PHP)

    1.非wsdl模式 (1)函数文件 testphp/ServiceFunctions.class.php <?php /** * @author 左小兵 * */ class ServiceFu ...

  9. PHP soap Web Service 使用SoapDiscovery.class.php 生成wsdl文件

    PHP soap web service 使用wsdl文件 demo: ============================================================== 服 ...

随机推荐

  1. input同名

    form表单传值,当,input的 name相同时候,可以同时传值. 当你提交时,你获取的同name数据会被后加载的那个input替代.容易造成数据混乱,但是,可以在某些特殊情况使用.比如,selec ...

  2. 洛谷P4549裴蜀定理

    传送门 #include <iostream> #include <cstdio> #include <cstring> #include <algorith ...

  3. wpf DataTemplate ColumnDefinition width equal

    <Grid.ColumnDefinitions> <ColumnDefinition SharedSizeGroup="col1" /> <Colum ...

  4. JVM指令详解(上)

    指令码    助记符                            说明 0x00         nop                                什么都不做 0x01  ...

  5. java 添加自己的工具包

    一. 在添加工具包前环境变量要定位到当前目录, export CLASSPATH=.:/home/share/ 添加工具类 我的目录\\192.168.1.101\share\share\net\fe ...

  6. SendMessage原理初探

    今天跟踪一下SendMessage的实现. 用向导先创建一个Windows application. 向导生成了一个简单的窗口,如下. 在File菜单添加SendMessage,顺便添加一个PostM ...

  7. .NetCore Cap 结合 RabbitMQ 实现消息订阅

    开源分布式消息框架 Cap 可以在GitHub上拉也可以通过nuget添加 上一篇博文写了 Windows RabbitMQ的安装使用 Cap支持事务,通过捕获数据库上下文连接对象实现 消息事务,消息 ...

  8. Linux系统运维笔记(三),设置IP和DNS

    Linux系统运维笔记(三),设置IP和DNS 手工配置静态的IP地址 也就是手工配置IP地址.子网掩码.网关和DNS. vi /etc/sysconfig/network-scripts/ifcfg ...

  9. transform:rotate/旋转

    <!DOCTYPE html> <html> <head> <style> div { width:100px; height:75px; backgr ...

  10. Latex常用整理

    会不断更新添加,以便写论文的时候快速查找. 项目 带编号 \begin{enumerate} \setlength{\itemsep}{0pt} \setlength{\parsep}{0pt} \s ...