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. Javascript Jquery 中的数组定义与操作

    1.认识数组 数组就是某类数据的集合,数据类型可以是整型.字符串.甚至是对象Javascript不支持多维数组,但是因为数组里面可以包含对象(数组也是一个对象),所以数组可以通过相互嵌套实现类似多维数 ...

  2. 针对Jigsaw勒索软件的解锁工具

    针对Jigsaw勒索软件的解锁工具 据了解, 用户的计算机系统一旦感染了勒索软件Jigsaw,如果用户没有在一个小时之内支付赎金(0.4个比特币,价值约为150美金),那么恶意软件将会把系统中的上千份 ...

  3. lucene简介——(一)

    0.概念性东西 1.数据分类

  4. c#调用c++ dll 入坑记录

    1.DLL引用坑 [DllImport("NetDLL.dll", CharSet = CharSet.Ansi, CallingConvention = CallingConve ...

  5. 四、vue语法补充

    1.自定义过滤器 格式: {{ msg | filters}} 2.computed 属性默认只有 getter ,不过在需要时你也可以提供一个 setter <!DOCTYPE html> ...

  6. 打开文件或者uri的方式--------进程启动文件和启动者启动文件

    The  Process class in  System.Diagnostics allows you to launch a new process.For security reasons, t ...

  7. adb shell 命令计算APP应用的 FPS 和评价流畅度。

    设计初衷: 1.面临用户和公司内领导试用中反馈的卡顿问题,思考如何能有效量化评估? 2.如何在尝试复现卡顿的过程中持续监控FPS和丢帧情况? 操作说明如下: (1)脚本源码的下载:(https://p ...

  8. *使用配置类定义Codeigniter全局变量

    之前提到的 CodeIgniter 引入自定义公共函数 这篇文章提到了公共函数实现,全局的变量也可以借助 helper 函数来实现.不过,更为合适的方式可能要属用配置类定义了. CodeIgniter ...

  9. day11--RabbitMQ、Redis

        RabbitMQ:就是消息队列与Python里面的queue功能类似.线程和进程queue只能Python自己使用:不同机器和程序传递消息就要使用RabbitMQ了,中间传递. RabbitM ...

  10. 循序渐进学.Net Core Web Api开发系列【6】:配置文件appsettings.json

    系列目录 循序渐进学.Net Core Web Api开发系列目录 本系列涉及到的源码下载地址:https://github.com/seabluescn/Blog_WebApi 一.本篇概述 本篇描 ...