• Timer not working in stm32f401re
    i want to setup timer in STM32F401RE and i already have this code: int main(void) { TIM1_init(); while (1) {} } /// initialize TIM1 /// timer TIM1 channel 2 is configed to generate PWM at 1kHz. the...
  • Timer not working in stm32f401re
    i want to setup timer in STM32F401RE and i already have this code: int main(void) { TIM1_init(); while (1) {} } /// initialize TIM1 /// timer TIM1 channel 2 is configed to generate PWM at 1kHz. the...
  • led blinking problem in stm32f401re NUCLEO64(newbie)
    hi, earlier i was working on PIC controller, now i am shifting to ARM and i am having stm32f401re NUCLEO64 evaluation board. development tool chain i am using is Keil arm mdk , keil version 5. i found...
  • led blinking problem in stm32f401re NUCLEO64(newbie)
    hi, earlier i was working on PIC controller, now i am shifting to ARM and i am having stm32f401re NUCLEO64 evaluation board. development tool chain i am using is Keil arm mdk , keil version 5. i found...
  • Working startup for ARMCLANG Assembler Cortex M4 (STM32F401RE)
    Hi, does anybody have a working startup for the microlib-Option of the ARMCLANG assembler for a Cortex M4 (STM32F401RE)? Best regards Volker