• 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 In assembler
    Will someone make my day. Is it possible to start a project in pure assembler using the STM32_st start up file? I want to be able to define my variables and set up my ROM addresses and proceed as...
  • STM32 / uvision5
    I am new with STM32 and tried to build the first blinky project. I am wondering why I see several unknown .c .h files in the project pane? Under the Source files there is only one file 'Blinky.c' but...