• 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...
  • examples of stm32
    I want to start development on stm32f107. Give some basic examples. thanks in advance.
  • STM32+CLRC632
    HI, I am trying to interface CLRC632 to a STM32 microcontroller it does not have any RD,WR,AD(address data lines) , so I am using normal GPIOpins for interfacing I am getting the 0x3f response from...
  • 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...