硬汉嵌入式论坛

 找回密码
 立即注册
查看: 10911|回复: 4
收起左侧

[STM32CubeF4] ST官方2015年最新发布的STM32CubeF4版本 V1.4.0,CubeMX版本V4.6.0及其相关文档下载

[复制链接]

1万

主题

6万

回帖

10万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
107240
QQ
发表于 2015-1-24 12:57:38 | 显示全部楼层 |阅读模式
stm32cubef4 V1.4.0和stm32cubemx V4.6.0及其相关文档全下载:http://pan.baidu.com/s/1m5dmu
***********************************************************************************************************
CubeF4相关文档下载:
Description of STM32F4xx HAL drivers.pdf (4.48 MB, 下载次数: 228)
Developing Applications on STM32Cube with FatFs.pdf (516 KB, 下载次数: 130)
Developing applications on STM32Cube with LwIP TCPIP stack.pdf (986 KB, 下载次数: 273)
Developing Applications on STM32Cube with RTOS.pdf (711 KB, 下载次数: 195)
Getting started with STM32CubeF4 firmware package for STM32F4xx series.pdf (451 KB, 下载次数: 199)
STM32Cube embedded software for STM32F4 series including HAL drivers, USB, Ethernet, File System, R (233 KB, 下载次数: 407)
STM32Cube Ethernet IAP example.pdf (801 KB, 下载次数: 232)
STM32CubeF4 demonstration platform.pdf (4.01 MB, 下载次数: 207)
STM32CubeF4 PolarSSL example.pdf (792 KB, 下载次数: 184)
STM32Cube? USB host library.pdf (610 KB, 下载次数: 174)

CubeMX相关文档下载:
STM32CubeMX release 4.6.0.pdf (141 KB, 下载次数: 1313)
STM32CubeMX for STM32 configuration and initialization C code generation.pdf (9.91 MB, 下载次数: 1002)
STM32 configuration and initialization C code generation.pdf (250 KB, 下载次数: 177)
回复

使用道具 举报

1万

主题

6万

回帖

10万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
107240
QQ
 楼主| 发表于 2015-1-24 16:08:13 | 显示全部楼层
CubeF4最新版更新记录:
**************************************************************************


V1.4.0 / 26-December-2014


Main Changes
    [li]Maintenance release to fix known defects and several enhancements implementation[/li][li]\\HAL
    [/li][li]Macros and literals renaming to ensure full compatibility across STM32 series, backward compatibility with HAL V1.1.0 maintained thanks to new added file stm32_hal_legacy.h under /Inc/Legacy
    [/li][li]Fix known defects and several enhancements implementation. Two changes done on the HAL requires an update on the application code based on HAL V1.1.0
    [/li][li]LSI_VALUE constant has been corrected in stm32f4xx_hal_def.h file, its value changed from 40 KHz to 32 KHz[/li]
    [li]UART, USART, IRDA and SMARTCARD (referenced as PPP here below) drivers: in DMA transmit process, the code has been updated to avoid waiting on TC flag under DMA ISR, PPP TC interrupt is used instead. Below the update to be done on user application:[/li]
    [li]Configure and enable the USART IRQ in HAL_PPP_MspInit() function
    [/li]
    [li]In stm32f4xx_it.c file, PPP_IRQHandler() function: add a call to HAL_PPP_IRQHandler() function
    [/li]
    [li]Update drivers to be C++ compliant[/li][li]Several update on source code formatting, for better UM generation (i.e. Doxygen tags updated)
    [/li][li]Add *.chm UM for all drivers, a UM is provided for each superset RPN[/li]
    [li]Use latest Cortex-M CMSIS, including the DSP Library
    [/li][li]\\Middlewares[/li][li]Use latest version[/li][li]USB Host V3.2.0: backward compatible with previous used version V3.1.0
    [/li]
    [li]USB Device V2.3.0: backward compatible with previous used version V2.2.0
    [/li]
    [li]STemWin V5.26: project based on previous version V5.24 need to be updated following the change in the binary name, ex. STemWin524b_CM4_IAR.a is renamed into  STemWin526_CM4_IAR.a
    [/li]
    [li]FatFs R0.10b: project based on previous version R0.10 need to update ffconf.h file (for more details please refer the associated release notes)
    [/li]
    [li]FreeRTOS V8.1.2: project based on previous version V7.6.0 needs some update to work with version V8.1.2 (for more details please refer the associated release notes)[/li]
Update USB Host and Device Libraries to be C++ compliant\\BSP
    [li]Fix known defects[/li][li]Update to fix compilation issues under Linux and Mac OS
    [/li]
\\Projects
    [li]All projects updated following changes in latest version of HAL and Middlewares[/li]
    [li]Miscellaneous enhancements and bugs fix[/li][li]Relocate all media files (wav, video, images..) under \\Utilities\\Media folder[/li][li]Add TIM_Encoder example showing how to configure the Timer in encoder interface mode to determinate the rotation direction
    [/li][li]STM32F4-Discovery and STM324xG_EVAL projects: Update SystemClock_Config() to turn off the Flash prefetch if the code is running on STM32F407xx RevA devices, to comply with the errata sheet limitation.
    [/li][li]Update system_stm32f4xx.c file in all projects to fix SDRAM configuration in SystemInit_ExtMemCtl() function (apply the same fix implemented in STM32F4xx CMSIS files)
    [/li][li]Force initialization of all PPP Init structure's field before calling HAL_PPP_Init() API[/li][li]Validation using latest toolchains version: EWARM v7.30 and TrueSTUDIO v5.1.1 (no change on MDK-ARM version, use always V5.10)
    [/li][li]Important note: some of MDK-ARM projects was created with v4.73, and others with v5.10 (mainly for STM32F411RE-Nucleo projects). If you are using MDK-ARM v5.10 (and later) you have to install a legacy patch to be able to open projects built with v4.73, here is the download link[/li]
    [li]For the complete list of changes, please refer to the release notes of each firmware components[/li]


Contents[list=square][li]Drivers[/li][li]Cortex-M CMSIS V4.20 (release notes)[/li]MiddlewaresUtilities

Development Toolchains and Compilers[list=square][li]IAR Embedded Workbench for ARM (EWARM) toolchain v7.30[/li][li]RealView Microcontroller Development Kit (MDK-ARM) toolchain v5.10[/li][li]Important note: some of MDK-ARM projects was created with v4.73, and others with v5.10 (mainly for STM32F411RE-Nucleo projects). If you are using MDK-ARM v5.10 (and later) you have to install a legacy patch to be able to open projects built with v4.73, here is the download link[/li]Atollic TrueSTUDIO STM32 (TrueSTUDIO) toolchain v5.1.1

Supported Devices and EVAL boards[list=square][li]STM32F429xx/439xx devices and STM324x9I-EVAL board RevB
[/li][li]STM32F429xx and STM32F429I-Discovery board RevB
[/li][li]STM32F407xx/417xx devices and STM324xG-EVAL board RevC
[/li][li]STM32F407xx and STM32F4-Discovery board RevC[/li][li]STM32F401xC and STM32F401C-Discovery board RevB
[/li][li]STM32F401xE and STM32F401RE-Nucleo board RevC[/li][li]STM32F411xE and STM32F411RE-Nucleo board RevC[/li]

Known Limitations
    [li]The following issues are detected when using EWARM V7.30, however they are not present when using EWARM V7.10, they will be fixed in next release:[/li][li]Display/LTDC_AnimatedPictureFromSDCard and LTDC_PicturesFromSDCard applications for STM324x9I_EVAL work correctly with all optimization levels except High-Size one, where the parse of SD card is failing.[/li]
    [li]Demonstration projects for STM324xG_EVAL and STM324x9I_EVAL:[/li]
    [li]Kernel Log doesn’t display USB device, when detaching the USB key from the board (STM324xG_EVAL)[/li]
    [li]Kernel Log doesn’t display Media files directory, after browsing any media file (STM324xG_EVAL)[/li]
    [li]Generated noise once unplugging a USB key from the board, once playing audio file, or when switching automatically to the next audio file (STM324xG_EVAL)[/li]
    [li]The Demo is blocked when plugging a uSD card on running mode (STM324x9I_EVAL)[/li]
USB_Device\\AUDIO_Standalone application for STM324x9I_EVAL
    [li]MDK-ARM and TrueSTUDIO projects are provided with optimization set to “None”, to avoid audio glitch when USB cable is disconnected[/li]
STM324x9I-EVAL, STM324xG-EVAL and STM32F429I-Discovery demonstration
    [li]TrueSTUDIO project is not provided[/li]
回复

使用道具 举报

3

主题

14

回帖

23

积分

新手上路

积分
23
发表于 2015-2-22 15:36:58 | 显示全部楼层
还没用过这东西,有空研究一下,有点像MTK的DriverTool
回复

使用道具 举报

335

主题

2040

回帖

3050

积分

版主

Rank: 7Rank: 7Rank: 7

积分
3050
发表于 2015-2-25 11:15:13 | 显示全部楼层
希望能尽快有个入门教程!
回复

使用道具 举报

1万

主题

6万

回帖

10万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
107240
QQ
 楼主| 发表于 2015-2-25 14:18:34 | 显示全部楼层

回 caicaptain2 的帖子

caicaptain2:希望能尽快有个入门教程!
 (2015-02-25 11:15) 
明天就开始陆续在论坛发布CubeF4的教程。每做一期就发布一个。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|Archiver|手机版|硬汉嵌入式论坛

GMT+8, 2024-5-22 23:09 , Processed in 0.186093 second(s), 28 queries .

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表