2022-06-01 05:05 AM
I am using B-L475E-IOT01A (STM32L475VGTx) dev kit and this article for DFU and I am getting following issue.
I am using flash decription as show in the tutorial.
#define FLASH_DESC_STR "@Internal Flash /0x08000000/02*016Ka,02*016Kg,01*064Kg,03*128Kg"
For replacing flash mem read,write api I have taken a reference from STM32L476G-EVAL DFU_Standalone example.
In my driver SCB->VTOR is not set so not changed app start location.
Can anyone please suggest what could be the reason for this ?
2022-06-10 03:55 AM
I have tried to use STM32Cube Programmer instead DfuSe Tool but it has some other issue.
Reading operation failed.
Can anyone help me with any of these tool DfuSe or STM32CubeProgrammer ?
@Imen DAHMEN
2022-06-15 02:49 AM
I have further debugged this.
I have found that tool sends request for get status to device.
At that time USBD is in configured state. And DFU state is busy(4 as shown in screen shot).
Anyone has idea for this ? I have been stuck for this since long. Any help would be great.
@Imen DAHMEN can you please ?
2022-06-16 04:02 AM
Hi @Keyur Thumar ,
Maybe the problem here is caused by the HSE crystal. I recommend you these FAQs that may help you on your issue:
Hope my answer helps you!
Imen
2022-06-17 06:29 AM
Thanks @Imen DAHMEN I am not using HSE.