cancel
Showing results for 
Search instead for 
Did you mean: 

STM32439I-EVAL2 Demo software

cw
Associate
Posted on September 16, 2013 at 15:30

I've pruchased a STM32439I-EVAL2 (5,7'' TFT) module for evaluation, the manual  state demo software may be downloaded from

http://www.st.com

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.

#ffs
7 REPLIES 7
Posted on September 16, 2013 at 17:27

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 released

http://www.st.com/web/en/catalog/tools/PF257901

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Posted on September 17, 2013 at 22:44

The

STM32F401-Discovery

has Version 1.2.0 of the STM32F4 library

http://www.st.com/web/en/catalog/tools/PF259428

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
maiorfi
Associate II
Posted on September 19, 2013 at 15:40

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...

Posted on September 19, 2013 at 16:09

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.
Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
maiorfi
Associate II
Posted on September 21, 2013 at 08:44

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!

Posted on September 21, 2013 at 12:30

Sorry, but if you mean this link: http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/PF257901

No, I still mean the

http://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.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
maiorfi
Associate II
Posted on September 23, 2013 at 17:08

Ah, ok, found, thanks!