Skip to main content
Deabill.Roy
Associate II
September 14, 2018
Question

I have a problem with the STM32CubeProgrammer V1.2.0 when programming an STM32F76x processor.

  • September 14, 2018
  • 4 replies
  • 1090 views

The following defines an Intel hex file that should program Internal memory at 0x08018040 with:

0xFFFFFFFF, 0x00001520, 0xFFFFFFFF, 0xFFFFFFFF

:020000040801F1

:10804000FFFFFFFF20150000FFFFFFFFFFFFFFFF07

:00000001FF

When I use the Cube programmer to load this into the processor I find that the memory at 0x08018050 is set to:

0x00DB385E, 0x00000000, 0x73617265, 0x30203A65 in addition to the desired operation

This topic has been closed for replies.

4 replies

Amel NASRI
Technical Moderator
October 8, 2018

Hello,

Is it possible for you to share the hex file you used for test?==

Compared to STLink Utility, do you confirm that there is no such issue?

-Amel

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Deabill.Roy
Associate II
October 26, 2018

The three lines above are valid Intel Hex and are the contents of the problem file. With the ST-Link utility there does not seem to be a problem.

Hans T
Associate III
October 26, 2018

Which IDE do you use?​

Deabill.Roy
Associate II
October 26, 2018

This hex data is generated from a binary image that defines some constants that have to be set at a fixed location in memory.