cancel
Showing results for 
Search instead for 
Did you mean: 

DFUSE problem with STM32L475

dtarrago
Senior
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
1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee
Posted on October 18, 2017 at 12:02

Hello,

Look in this

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

, it may help you.

Best Regards

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

View solution in original post

2 REPLIES 2
Imen.D
ST Employee
Posted on October 18, 2017 at 12:02

Hello,

Look in this

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

, it may help you.

Best Regards

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
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