2013-09-16 06:30 AM
I've pruchased a STM32439I-EVAL2 (5,7'' TFT) module for evaluation, the manual state demo software may be downloaded from
but I've been unable to find it. Also, is there a stemWin version compatible with this board? I tried the: \stemwin\STemWin_Library_V1.0.0\Project\STM324xG-EVAL (IAR version, standalone doesnt compile correctly, RTOS does) but wasn't able to get it to work. Without a working demo project to download the development kit is basically a brick. Please help. #ffs2013-09-16 08:27 AM
I suspect we're waiting on a general release of the new firmware library (1.2.0) to support the new chips, a scan of the pages suggests this hasn't been done yet.
Most of the public release on this chips/boards has occurred within the last several days. If you have some sales rep, or FAE contacts for ST try those. I will ''Contact Moderator'' on this thread and see if we can get a response.http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF259094?icmp=stm32f4pr_pron_p3436s_sep2013#
Expect new DSP/FW will get placed here when releasedhttp://www.st.com/web/en/catalog/tools/PF257901
2013-09-17 01:44 PM
The
STM32F401-Discovery
has Version 1.2.0 of the STM32F4 libraryhttp://www.st.com/web/en/catalog/tools/PF259428
2013-09-19 06:40 AM
Mmm...actually it doesn't seem so: it reports 1.0.0 version.
Am I wrong? Maybe we'll have to wait a bit more...2013-09-19 07:09 AM
Mmm...actually it doesn't seem so: it reports 1.0.0 version. Am I wrong?
Yes, you're looking at the release version for the STM32F401-DISCO firmware, not the underlying STM32F4 firmware libraries on top of which it sits. That code supports 2MB STM32F4 devices, including the 439.2013-09-20 11:44 PM
Sorry, but if you mean this link: http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/PF257901
it still reports version 1.1.0, not 1.2.0. Does it support STM32F429/39 as well? Thanks!2013-09-21 03:30 AM
Sorry, but if you mean this link: http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/PF257901
No, I still mean thehttp://www.st.com/web/en/catalog/tools/PF259428
release, from the link in the third post. STM32F401-Discovery_FW_V1.0.0\Libraries\STM32F4xx_StdPeriph_Driver\src\misc.c/**
******************************************************************************
* @file misc.c
* @author MCD Application Team
* @version V1.2.0
* @date 11-September-2013
* @brief This file provides all the miscellaneous firmware functions (add-on
* to CMSIS functions).
STM32F401-Discovery_FW_V1.0.0\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f429_439xx.s
;******************** (C) COPYRIGHT 2013 STMicroelectronics ********************
;* File Name : startup_stm32f42_43xxx.s
;* Author : MCD Application Team
;* Version : V1.2.0
;* Date : 11-September-2013
;* Description : STM32F429xx/439xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* - Set the initial SP
;* - Set the initial PC == Reset_Handler
;* - Set the vector table entries with the exceptions ISR address
;* - Configure the system clock and the external SRAM/SDRAM mounted
;* on STM324x9I-EVAL boards to be used as data memory
;* (optional, to be enabled by user)
;* - Branches to __main in the C library (which eventually
;* calls main()).
;* After Reset the CortexM4 processor is in Thread mode,
;* priority is Privileged, and the Stack is set to Main.
2013-09-23 08:08 AM
Ah, ok, found, thanks!