Hi,I tried it on two different STLINK-V3PWR tools and its VCP(RX and TX) is not working after shorting the RX and TX pin with external jumper to bring it into loop back test.Is there any remedy for this ?Regards,VK Verma
Hi,I am using STM32L4R7VIT which is having OSPI interface and I have connected M9501 Memory which is the single SPI mode memory. I found no example in cube repository or in any post in community which interacted with this issue.Regards,VK Verma
Hi,I tried all available suggestions in this community on similar topic but non worked to call the STM32 embedded USB DFU bootloader from the application without using boot pin.Whereas It is successfully able to enter in STM32 DFU mode when boot pin...
Hi,I am also facing the same issue and I verified all folders and all were unchecked, but still problem persist. Can you suggest other way out please ?Regards,VK Verma
Hello Mr. Peter,After updating to new STM32CUbeIDE version 1.13.0 , following build errors generated, my all working project show similar errors, I am completely stuck-up, kindly suggest some way out in the existing version or suggest some way to ro...
Hi,I did as you suggested and called the bootloader jump in the starting of main and it worked, but not at another location when called in some function. Can you suggest some way to call it from other file or inside other function as this does not se...
Hi,I have used below code taken from the CubeF7 repository, it only reset the device but does not enumerate as DFU device in windows device manager, but same can be achievable using hardwired boot pin.Regards,VK Verma void Jump_2_bootloader (void){/*...