2017-10-18 12:29 AM
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 #stm32l475Solved! Go to Solution.
2017-10-18 03:02 AM
Hello,
Look in this
https://community.st.com/0D50X00009XkemvSAB
, it may help you.Best Regards
Imen
2017-10-18 03:02 AM
Hello,
Look in this
https://community.st.com/0D50X00009XkemvSAB
, it may help you.Best Regards
Imen
2017-10-18 05:38 AM
OK. It works with this workaround.
Nevertheless, I think this issue should be managed by Dfuse tool by itself.
Best regards,
Dani