User Activity

Previously, I use STM32F205 (M3) USB HID, out endpoint (Interrupt type).​Now I'm developing ST M0 (STM32F070) and I have a problem as follow​By using STM32F070, HID USB, and then enpoint 5, Out Interrupt should be use. ​But, Device send only STALL pa...
I use STM32F205 seriesFlash Area is as follow : 0x80000000 ~ : Boot Area : 0x8000C000 ~ : Application Area.I need to solution how to jump Application area in Boot area source.Example, Now, state is Boot Area ( DFU ) , Enter for jump applica...
Now, I develop DFU.0x80000000 : DFU Project0x8000C000 : Application Project.I have to change VECTOR Table in Application Area.I'm trying to find VECT_TAB_OFFSET in IDE.But, I can'tOld solution is directly change source code in System_stmf2xx.cI don't...