• STM32 and interrupts
    What does really hapen when interrupt occour? The microcontroller starts from address 0x00 in flash memory but why the flash ORIGIN = 0x8000000? The interrupt vectors are also put in address 0x800....
  • Hardfault STM32
    1. I am using STM32 with keil v5. 2. In my code I am getting hardfault, however I don't see any error in "fault report" option of keil. 3. What could be error? 4. Attached is pic. www.docdroid...
  • STM32 TIM2
    Dear Sir I have a freertos running on the stm32 microncontroller(stm32f101VD),I use a trace function from the API of freertos to record ticks and corresponding tasks Now the problem is that the...
  • STM32 F207VC
    Hello All, I am using STM32F207VC. I am using uvision 4 for copilation. I am using floating license. I just wanted to check wherther its working fine after the installation. So i ahve written a samll...
  • examples of stm32
    I want to start development on stm32f107. Give some basic examples. thanks in advance.