91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

好用的STM32F412工程模板 STM32F412的新型大量數據獲取模式(BAM),為數據處理進行了功耗優化,將Dynamic Efficiency提升到了一個新的水平。 BAM允許通信外設實現批量數據交換,同時器件的其它部分(包括CPU)可保持在省電模式。 性能:在100 MHz頻率下,從Flash存儲器執行時,STM32F412能夠提供125 DMIPS/339 CoreMark性能,并且利用意法半導體的ART加速器實現FLASH零等待狀態。 DSP指令和浮點運算單元擴大了產品的應用范圍。 功效:ST該系列產品采用意法半導體90 nm工藝,使用ART加速器和動態功耗調整功能,從Flash存儲器執行指令,運行模式下可實現低至112 μA/MHz的電流消耗。 停機模式下,功耗低至18 μA。 集成度:STM32F412器件內置高達512至1024 KB的Flash存儲器和高達256 KB的SRAM。 具備從48到144引腳各類封裝。 4路USART,速度高達12.5 Mbit/s 5路SPI(I2S多路傳輸),速度高達50 Mbit/s 4個I2C,高達1Mbps 2x CAN(支持2.0B) 1個SDIO,運行于高達48MHz,所有封裝都提供 1個USB 2.0 OTG全速(FS) 2個全雙工I2S,最高32-bit/192 kHz 3個單工I2S,最高32-bit/192 kHz 2個數字濾波器,用于∑Δ調制器 4個PDM接口,支持立體聲麥克風 速度高達2.4 MSPS的12位ADC, 14個定時器,頻率高達100 MHz的16和32位定時器 硬件隨機數發生器

資源截圖

代碼片段和文件信息

/**
??******************************************************************************
??*?@file????system_stm32f4xx.c
??*?@author??MCD?Application?Team
??*?@version?V1.8.0
??*?@date????09-November-2016
??*?@brief???CMSIS?Cortex-M4?Device?Peripheral?Access?layer?System?Source?File.
??*??????????This?file?contains?the?system?clock?configuration?for?STM32F4xx?devices.
??*?????????????
??*?1.??This?file?provides?two?functions?and?one?global?variable?to?be?called?from?
??*?????user?application:
??*??????-?SystemInit():?Setups?the?system?clock?(System?clock?source?PLL?Multiplier
??*??????????????????????and?Divider?factors?AHB/APBx?prescalers?and?Flash?settings)
??*??????????????????????depending?on?the?configuration?made?in?the?clock?xls?tool.?
??*??????????????????????This?function?is?called?at?startup?just?after?reset?and?
??*??????????????????????before?branch?to?main?program.?This?call?is?made?inside
??*??????????????????????the?“startup_stm32f4xx.s“?file.
??*
??*??????-?SystemCoreClock?variable:?Contains?the?core?clock?(HCLK)?it?can?be?used
??*??????????????????????????????????by?the?user?application?to?setup?the?SysTick?
??*??????????????????????????????????timer?or?configure?other?parameters.
??*?????????????????????????????????????
??*??????-?SystemCoreClockUpdate():?Updates?the?variable?SystemCoreClock?and?must
??*?????????????????????????????????be?called?whenever?the?core?clock?is?changed
??*?????????????????????????????????during?program?execution.
??*
??*?2.?After?each?device?reset?the?HSI?(16?MHz)?is?used?as?system?clock?source.
??*????Then?SystemInit()?function?is?called?in?“startup_stm32f4xx.s“?file?to
??*????configure?the?system?clock?before?to?branch?to?main?program.
??*
??*?3.?If?the?system?clock?source?selected?by?user?fails?to?startup?the?SystemInit()
??*????function?will?do?nothing?and?HSI?still?used?as?system?clock?source.?User?can?
??*????add?some?code?to?deal?with?this?issue?inside?the?SetSysClock()?function.
??*
??*?4.?The?default?value?of?HSE?crystal?is?set?to?25MHz?refer?to?“HSE_VALUE“?define
??*????in?“stm32f4xx.h“?file.?When?HSE?is?used?as?system?clock?source?directly?or
??*????through?PLL?and?you?are?using?different?crystal?you?have?to?adapt?the?HSE
??*????value?to?your?own?configuration.
??*
??*?5.?This?file?configures?the?system?clock?as?follows:
??*=============================================================================
??*=============================================================================
??*????????????????????Supported?STM32F40xxx/41xxx?devices
??*-----------------------------------------------------------------------------
??*????????System?Clock?source????????????????????|?PLL?(HSE)
??*-----------------------------------------------------------------------------
??*????????SYSCLK(Hz)?????????????????????????????|?168000000
??*-----------------------------------------------------------------------------
??*????????HCLK(Hz)?????????????????????

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-11-28?14:14??Mic_STM32F4_Test\
?????目錄???????????0??2018-11-26?09:55??Mic_STM32F4_Test\Doc\
?????目錄???????????0??2018-11-28?14:14??Mic_STM32F4_Test\Libraries\
?????目錄???????????0??2018-11-28?14:14??Mic_STM32F4_Test\Libraries\CMSIS\
?????文件????????7253??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\CMSIS\arm_common_tables.h
?????文件????????3942??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\CMSIS\arm_const_structs.h
?????文件??????252177??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\CMSIS\arm_math.h
?????文件???????36181??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\CMSIS\core_cm0.h
?????文件???????43812??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\CMSIS\core_cm0plus.h
?????文件??????103865??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\CMSIS\core_cm3.h
?????文件??????114403??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\CMSIS\core_cm4.h
?????文件??????138654??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\CMSIS\core_cm7.h
?????文件???????18323??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\CMSIS\core_cmFunc.h
?????文件???????27908??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\CMSIS\core_cmInstr.h
?????文件???????22947??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\CMSIS\core_cmSimd.h
?????文件???????44330??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\CMSIS\core_sc000.h
?????文件??????102775??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\CMSIS\core_sc300.h
?????文件???????29607??2016-11-07?23:02??Mic_STM32F4_Test\Libraries\CMSIS\startup_stm32f40_41xxx.s
?????文件???????21484??2016-11-07?23:02??Mic_STM32F4_Test\Libraries\CMSIS\startup_stm32f412xg.s
?????文件??????940127??2016-11-07?23:03??Mic_STM32F4_Test\Libraries\CMSIS\stm32f4xx.h
?????文件???????61020??2016-11-10?18:29??Mic_STM32F4_Test\Libraries\CMSIS\system_stm32f4xx.c
?????文件????????2235??2016-11-07?23:03??Mic_STM32F4_Test\Libraries\CMSIS\system_stm32f4xx.h
?????目錄???????????0??2018-11-28?14:14??Mic_STM32F4_Test\Libraries\STM32F4xx_StdPeriph_Driver\
?????目錄???????????0??2018-11-28?14:14??Mic_STM32F4_Test\Libraries\STM32F4xx_StdPeriph_Driver\inc\
?????文件????????6926??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\STM32F4xx_StdPeriph_Driver\inc\misc.h
?????文件???????33008??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_adc.h
?????文件???????27849??2016-11-08?23:33??Mic_STM32F4_Test\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_can.h
?????文件???????12446??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_cec.h
?????文件????????2418??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_crc.h
?????文件???????14483??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_cryp.h
?????文件???????14948??2016-11-05?01:33??Mic_STM32F4_Test\Libraries\STM32F4xx_StdPeriph_Driver\inc\stm32f4xx_dac.h
............此處省略95個文件信息

評論

共有 條評論