cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Flash Loader Demonstrator and STM32F407ZG

Fristedt.Jan
Associate II
Posted on June 11, 2013 at 13:02

Hi,

I'm trying to use FLD v2.6.0 with STM32F407ZG rev Z. No problem to connect, uploading an image written by SWD works most of the time, erasing and downloading gives mixed error messages such as for example that erase isn't supported by the device. Disabling protection is hit or miss.

Are these known problems? Are these user (me) problems? I have had very few problems with earlier versions of FLD and STM32F103.

Any hints?

Now I will copy this text to the clipboard before I submit it so I don't have to retype it again.

#stm32f407-flash-loader-demo
14 REPLIES 14
frankmeyer9
Associate II
Posted on November 06, 2013 at 15:13

A version problem with the Flash Loader Demonstrator ?

I would contact STor one of their FAEs, they are in the know, and should have a vital interest in keeping their commercial customers. I have not yet made bad experiences with ST support (commercially, though STM8 related).

Posted on November 06, 2013 at 15:38

Not sure I can help you with screen shots, it really tells you nothing about the nature of the failure. You're going to need to instrument and debug the Windows App to understand the nature of the failure. You could perhaps use an RS232 monitoring application to see what kind of data and interaction is occurring. That and try the command line app.

Here we worked on programming the STM32 at the protocol level.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Nickname12657_O
Associate III
Posted on November 06, 2013 at 16:06

Dear all,

You need just to increase the Timeout in the first window using the combo-box , please put 30 seconds at least.  as F4 and F2 Flash sectors are different from F1 series and Erase time is larger. See our datasheets.

Cheers,

STOne-32.
Fristedt.Jan
Associate II
Posted on November 07, 2013 at 15:54

Dear

STOne-32

,

I will try this and I really hope this is a solution. It would make my day.

Fristedt.Jan
Associate II
Posted on November 07, 2013 at 16:02

clive1: We have done similar things. Both for USART and CAN on connectivity line devices. If I can't get the ''flash loader demo'' to work reliably I will let the bootloader patch itself first and then patch the application. The bootloader will be downloaded using SWD. Maybe we will write our own ''flash loader demo'' some time.