Hello All, I am using STM32f105rbt, issue is comming when i am using Ethernet and PWM using TIM1 simualteniously. individually both are working. please any one can help me?
If i am generating PWM pulse by uing TIM1 (PA8) my ethernnet not worming? for ethernet config i m using CMSIS lib provided by STPwm configuration is s follows RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph...