Question
USB OTG dual core using HAL Library
Posted on November 23, 2015 at 15:35
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?