Question
Does stm32f105xc.h work for STM32F105R8T6? Does STM32F105R8T6 have a "USB_IRQn"?
New to STM32. Decades old to MCUs. Trying to adapt individual features from existing STM32F042C6T6 project to new STM32F105R8T6 project.
1) Old project included stm32f042x6.h. My new project includes stm32f105xc.h. Does this .h work for STM32F105R8T6? The "xc" doesn't match the "R8T6".
2) Old project had usb callback that references USB_IRQn. It's defined in stm32f042x6.h but not in stm32f105xc.h. Thus my confusion. Advice?