Hi, we are using the an old USB driver from ST micro, and it works on windows 7. However, when we tried on windows 10 it gets stuck inside and ISR. Attached is the call stack.Anyone has seen this issue? Where can I get the latest driver?thank you.
I am currently working with the MCU STM32F407ZET6 used in an embedded device. I am relatively new to this MCU, but I'd like to know if there is a persistent register that I can write some 32-bit value to it and it does not get erased if the MCU is tu...
Looks like there are a lot more setup. I tired this and it worked:https://stackoverflow.com/questions/20667754/how-to-use-backup-sram-as-eeprom-in-stm32f4anything else I need to do?
Do you have some sample code showing how to write to that RAM? I looked at the manual and it looks like it mapped to 0x40024000. #define BKPSRAM_BASE ((uint32_t)0x40024000) /*!< Backup SRAM(4 KB) base address in the alias region */Tho...