B-L475E-IOT01A is not able to enumerate as USB DFU class.
I am using B-L475E-IOT01A (STM32L475VGTx) dev kit and this article for DFU and I am getting following issue.
- device is not able to enumerate as USB DFU class on my windows 10 PC
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.
- bootloader code is not able jump to app location.
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 ?
