• CAN module clock configuration problem
    I am using the STR912FA44 and I am implementing a CAN communication module. I got an CAN example that uses the following uController clock configuration which works fine: SCU_MCLKSourceConfig(SCU_MCLK_OSC...
  • CAN module clock configuration problem
    I am using the STR912FA44 and I am implementing a CAN communication module. I got an CAN example that uses the following uController clock configuration which works fine: SCU_MCLKSourceConfig(SCU_MCLK_OSC...
  • STM32F103 + PWM+ DMA +HAL problem?
    I have STM32F103 working on 8MHz. Use new ST HAL Driver (STM32CubeMX) + MDK-ARM v5.17? If I Init PWM on Ch1 Tim3 void MX_TIM3_Init(void) { TIM_ClockConfigTypeDef sClockSourceConfig; TIM_MasterConfigTypeDef...
  • STM32F103 + PWM+ DMA +HAL problem?
    I have STM32F103 working on 8MHz. Use new ST HAL Driver (STM32CubeMX) + MDK-ARM v5.17? If I Init PWM on Ch1 Tim3 void MX_TIM3_Init(void) { TIM_ClockConfigTypeDef sClockSourceConfig; TIM_MasterConfigTypeDef...
  • Trouble with clock configuration
    Hello, When I feed TIM0 with PCLK, I do get interrupts upon overflow, as required. But, I want to feed to clock with MSTR (master clock) so I did the following: SCU_TIMCLKSourceConfig(SCU_TIM01...