• 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 and ULINK
    The ULINK1 is not working with STM32. The sympton is as follows. 1. In case of "ULINK ARM Debugger" "No ARM Device found in JTAG chain. Please check the JTAG cable and the connected devices." ...
  • 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...