Posted on May 17, 2011 at 13:32I'm trying to put my application into STOP mode and then use the EXTI_Line18 to trigger the USBWakeup IRQ. Does anyone know what events will cause the EXTI_Line18 to create an interrupt that will then trigger USBWakeup...
Posted on May 17, 2011 at 13:28I managed to get this working but had to workaround the USB firmware library. Some notes I made at the time are here ... http://www.st.com/mcu/forums-cat-8589-23.html
Posted on May 17, 2011 at 13:16Adding support for this feature seems to have been more complicated than it needed to be, but my setup is now working. (FWIW, I think that this would make a good example to be added to the USB library code.) The issues...
Posted on May 17, 2011 at 13:16I am implementing this feature in my own device and can confirm that the unit fails to startup from the 2nd standby. Looking at the pInformation->Current_Feature BEFORE the 1st sleep mode, it is 0xE0. After the Resume ...
Posted on May 17, 2011 at 13:16I've discovered that if I uncheck the option to Output ''Browse Information'' then my code can now be compiled quickly again. Of course, I now can't use the Source Browser to jump to function definitions. Oh well - you...