• resetting an STM32F
    I'm looking for a way to do a soft reset on a STM32F207. I'm not able to find or compile any of the watch dog examples, I can jump to absolution location but not execute, and most other code samples...
  • stm32f TIM7 doesn't count
    Hello All, I have a stm32f303 micro, and I am using Keil's uVision4. I am running at 8 Mhz. The function below is being called ok. But for some reason when I look at TIM7 CNT I don't have anything...
  • delay function for STM32F
    Dear All, please provide header file for delay function I mean I need constant delay even processor frequency changed Ex; delay_ms(500); Currently I am using following delay function...
  • STM32F USB and Delphi
    Hello to all What is the easiest way to communicate STM32Fxxx USB and (Delphi) program in PC? Who's idea is it? Please guide me.
  • STM32F Sleep Mode
    Hello, I am having trouble entering sleep mode with the STM32F103 and RL-RTX. I am expecting the processor to halt indefinitely when I call the following code: printf("calling __WFI();\r\n");...