问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

STM32F746哪些IO口可以作为并口直接与AD芯片(8个并口的数字输出)连接。

发布网友 发布时间:2022-04-29 02:06

我来回答

2个回答

热心网友 时间:2023-10-03 07:31

The STM32F745xx and STM32F746xx devices are based on the high-performance  ARM®Cortex®-M7 32-bit RISC core operating at up to 216 MHz frequency. The  Cortex®-M7 core features a single floating point unit (SFPU) precision which  supports all ARM®single-precision data-processing instructions and data types.  It also implements a full set of DSP instructions and a memory protection unit  (MPU) which enhances the application security.

The STM32F745xx and STM32F746xx devices incorporate high-speed embedded  memories with a Flash memory up to 1 Mbyte, 320 Kbytes of SRAM (including 64  Kbytes of Data TCM RAM for critical real-time data), 16 Kbytes of instruction  TCM RAM (for critical real-time routines), 4 Kbytes of backup SRAM available in  the lowest power modes, and an extensive range of enhanced I/Os and peripherals  connected to two APB buses, two AHB buses, a 32-bit multi-AHB bus matrix and a  multi layer AXI interconnect supporting internal and external memories  access.

All the devices offer three 12-bit ADCs, two DACs, a low-power RTC,  thirteen general-purpose 16-bit timers including two PWM timers for motor  control and one low-power timer available in Stop mode, two general-purpose  32-bit timers, a true random number generator (RNG). They also feature standard  and advanced communication interfaces.

Key Features

Core: ARM® 32-bit Cortex®-M7 CPU with FPU, adaptive real-time accelerator  (ART Accelerator™) and L1-cache: 4KB data cache and 4KB instruction cache,  allowing 0-wait state execution from embedded Flash memory and external  memories, frequency up to 216 MHz, MPU, 462 DMIPS/2.14 DMIPS/MHz (Dhrystone  2.1), and DSP instructions.

Memories

Up to 1MB of Flash memory

1024 bytes of OTP memory

SRAM: 320KB (including 64KB of data TCM RAM for critical real-time data) +  16KB of instruction TCM RAM (for critical real-time routines) + 4KB of backup  SRAM (available in the lowest power modes)

Flexible external memory controller with up to 32-bit data bus: SRAM,  PSRAM, SDRAM/LPSDR SDRAM, NOR/NAND memories

Dual mode Quad-SPI

LCD parallel interface, 8080/6800 modes

LCD-TFT controller up to XGA resolution with dedicated Chrom-ART  Accelerator™ for enhanced graphic content creation (DMA2D)

Clock, reset and supply management

1.7 V to 3.6 V application supply and I/Os

POR, PDR, PVD and BOR

Dedicated USB power

4-to-26 MHz crystal oscillator

Internal 16 MHz factory-trimmed RC (1% accuracy)

32 kHz oscillator for RTC with calibration

Internal 32 kHz RC with calibration

Low-power

Sleep, Stop and Standby modes

VBATsupply for RTC, 32×32 bit backup registers + 4KB backup SRAM

3×12-bit, 2.4 MSPS ADC: up to 24 channels and 7.2 MSPS in triple  interleaved mode

2×12-bit D/A converters

Up to 18 timers: up to thirteen 16-bit (1x low- power 16-bit timer  available in Stop mode) and two 32-bit timers, each with up to 4 IC/OC/PWM or  pulse counter and quadrature (incremental) encoder input. All 15 timers running  up to 216 MHz. 2x watchdogs, SysTick timer

General-purpose DMA: 16-stream DMA controller with FIFOs and burst  support

Debug mode

SWD & JTAG interfaces

Cortex®-M7 Trace Macrocell™

Up to 168 I/O ports with interrupt capability

Up to 164 fast I/Os up to 108 MHz

Up to 166 5 V-tolerant I/Os

Up to 25 communication interfaces

Up to 4× I2C interfaces (SMBus/PMBus)

Up to 4 USARTs/4 UARTs (27 Mbit/s, ISO7816 interface, LIN, IrDA, modem  control)

Up to 6 SPIs (up to 50 Mbit/s), 3 with muxed simplex I2S for audio class  accuracy via internal audio PLL or external clock

2 x SAIs (serial audio interface)

2 × CANs (2.0B active) and SDMMC interface

SPDIFRX interface

HDMI-CEC

Advanced connectivity

USB 2.0 full-speed device/host/OTG controller with on-chip PHY

USB 2.0 high-speed/full-speed device/host/OTG controller with dedicated  DMA, on-chip full-speed PHY and ULPI

10/100 Ethernet MAC with dedicated DMA: supports IEEE 1588v2 hardware,  MII/RMII

8- to 14-bit parallel camera interface up to 54 Mbyte/s

True random number generator

CRC calculation unit

RTC: subsecond accuracy, hardware calendar

96-bit unique ID

利用STM32F746单片机的P0端口的P0.0-P0.7连接到一个共阴数码管的a-h的笔段上,数码管的公共端接地。在数码管上循环显示0-9数字,时间间隔0.2秒。

2. 电路原理图

图4.7.1

3. 系统板上硬件连线

把“单片机系统”区域中的P0.0/AD0-P0.7/AD7端口用8芯排线连接到“四路静态数码显示模块”区域中的任一个数码管的a-h端口上;要求:P0.0/AD0与a相连,P0.1/AD1与b相连,P0.2/AD2与c相连,……,P0.7/AD7与h相连。

4.程序设计内容

(1.LED数码显示原理

七段LED显示器内部由七个条形发光二极管和一个小圆点发光二极管组成,根据各管的极管的接线形式,可分成共阴极型和共阳极型。

LED数码管的g~a七个发光二极管因加正电压而发亮,因加零电压而不以发亮,不同亮暗的组合就能形成不同的字形,这种组合称之为字形码,下面给出共阴极的字形码见表2

“0”

3FH

“8”

7FH

“1”

06H

“9”

6FH

“2”

5BH

“A”

77H

“3”

4FH

“b”

7CH

“4”

66H

“C”

39H

“5”

6DH

“d”

5EH

“6”

7DH

“E”

79H

“7”

07H

“F”

71H

(2.由于显示的数字0-9的字形码没有规律可循,只能采用查表的方式来完成我们所需的要求了。这样我们按着数字0-9的顺序,把每个数字的笔段代码按顺序排好!建立的表格如下所示:TABLE DB 3FH,06H,5BH,4FH,66H,6DH,7DH,07H,7FH,6FH

5.程序框图

芯片供应:拍明芯城

品牌:st

热心网友 时间:2023-10-03 07:32

不可以,dcmi接口是一个独立的模块,需要其它信号来配合,最少需要一个pclk信号根据pclk的时序从DCMI的数据口读取,你不用dcmiD0~D7是没有寄存器对应的.
还是直接io口吧,不能完整的对齐0~7,软件上稍微处理一下就行.
STM32F746哪些IO口可以作为并口直接与AD芯片(8个并口的数字输出)连接...

Core: ARM® 32-bit Cortex®-M7 CPU with FPU, adaptive real-time accelerator (ART Accelerator™) and L1-cache: 4KB data cache and 4KB instruction cache, allowing 0-wait state execution from embedded Flash memory and external memories, frequency up to 216 MHz,...

并口有哪些 串口和并口 并口串口区别 串口并口硬盘 串口改并口 硬盘串口和并口区别 并口是什么 并口lpt F-4
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
如果x-3的绝对值等于0,则x+6的绝对值等于什么.-(-x)等于什么 ...值是否能等于0?如有写出此时x的值,没有请说明理由。 x-3的绝对值+x-6的绝对值是否有最小值?如果有,写出最小值;如果没有,说... x-3的绝对值+x-6的绝对值的值是否有最小值,如果没有,请说明理由 对于任何有理数,x-3的绝对值加x-6的绝对值是否有最小值,如果有写出来... ...+丨x-6丨是否有最小的绝对值,如果没有请说明理由。(需? 葱油饼用泡多源好吗 童话生死恋 歌词 如何在未曾越狱的的ipad上玩网页游戏 ipad4没越狱 想要网页游戏该怎么弄? 女人的结婚钻戒应该应该戴在哪只手 在checkstyle中如何设置 家庭教师里的人代表的数字是多少 熟练 韩文的请进 不要网络翻译 法考的时间? 数字1至20的英文单词怎么读 如何办理中国护照 bor网络用语有哪些? 如何网上预约办护照 可以在网上申请护照吗 网上申请护照流程是什么? 食品行业的健康证包括哪些体检项目 桂林米粉店将分几个等级? 教育部指定的对国外学位学历认证的机构 桂林正宗桂林米粉店在什么地方 食品健康证体检有哪7项 桂林最老的米粉店在哪里,有几家?想去尝尝 我想做国外学历认证,网上看到一个叫浩海铭睿的公司可以做,我想问下,他们是代理点吗? 桂林米粉哪里家最正宗 桂林有多少家米粉店,最出名的有哪几家? 在技嘉主板的CMOS中如何设置数字键的有效? 女性戒指应该戴在哪只手上?戴在不同手指上,有什么不同的含义吗? pcfiXtrayborfg是什么文件 家庭教师中的数字 求制作动画的软件和制作格斗游戏的软件 加分!!! 旅游途中需要注意哪些问题? 原来是美男里的默默无语简谱,不要数字,要完整的哦···please tell me 联想i60s版手机都可以下载些什么有趣的功能? 旅游中有哪些需要注意的事项? QQ程序运行输不了密码? 出门旅游应该注意哪些禁忌? 有首慢摇,几乎全是音乐,有几句歌词是数字的 One的之类 一个人旅行应该要注意些什么? 文明旅游应该注意哪些 一个人出去旅游要注意些什么呢? 怎么注销世纪佳缘的账号? 可以注销世纪佳缘账号吗? 微信加了新好友,他转账给我转不了,提示交易有欺诈行为,怎么回事?但是其他人又可以转账? 微信不能转账怎么回事 微信支付问题:微信好友无法向我转账 但是可以发红包 我可以向他正常转账发红包 怎么解决这个问题呢?