Skip to main content
dtarrago
Associate III
October 18, 2017
Solved

DFUSE problem with STM32L475

  • October 18, 2017
  • 1 reply
  • 727 views
Posted on October 18, 2017 at 09:29

Good morning,

I'm working with STM32L475 MCU. I have no problems in programming it via SW interface, but I'm facing some problems when trying to program it via USB port (using Dfuse demo program by ST).

First, I use Dfu file manager tool to generate DFU file from the HEX file I have created with Keil.

Then, I use DFU Dfuse Demo tool (v3.0.5): I set boot0 and I can program without problems my device but it does not work. If I program with the same tool and I check 'Verify after download', I get the error 'Matching not good. First Difference at address 0x0801E8C0: File byte is 0x30; Read byte is 0xFF'

Do you know why I get such behaviour?

How can I solve it?

#dfuse #dfu #stm32l475
This topic has been closed for replies.
Best answer by Imen.D
Posted on October 18, 2017 at 12:02

Hello,

Look in this

https://community.st.com/0D50X00009XkemvSAB

, it may help you.

Best Regards

Imen

1 reply

Imen.DBest answer
ST Technical Moderator
October 18, 2017
Posted on October 18, 2017 at 12:02

Hello,

Look in this

https://community.st.com/0D50X00009XkemvSAB

, it may help you.

Best Regards

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
dtarrago
dtarragoAuthor
Associate III
October 18, 2017
Posted on October 18, 2017 at 12:38

OK. It works with this workaround.

Nevertheless, I think this issue should be managed by Dfuse tool by itself.

Best regards,

Dani