2015-11-23 06:35 AM
hello,
I m working with stm32f407 and coding in emblocks using HAL library. I have made two saperate code of USB as HOST and USB DEVICE using HAL library. Both are working correctly. now I want to make OTG Dual core operation by integrating this two separate codes using ID pin. what should be the next step? which interrpt will be required? which interrpt registers and bits should be used for this?2015-11-26 02:16 AM
Hi wadhwana.anjali,
I think the example under STM32Cube_FW_F4_V1.9.0\Projects\STM324x9I_EVAL\Applications\USB_Host\DualCore_Standalone can guide you.-Shahrzad-