• Crash when using FPEC after IAP with STM32F103
    Hi, I work with µVison4 and a STM32F103RC. My software use lot's of peripherals (adc, usart, ...) and there is also an EEPROM Emulation (Using flash and FPEC). It works well when the code is loaded...
  • Crash when using FPEC after IAP with STM32F103
    Hi, I work with µVison4 and a STM32F103RC. My software use lot's of peripherals (adc, usart, ...) and there is also an EEPROM Emulation (Using flash and FPEC). It works well when the code is loaded...
  • Conditional Non-branch Instructions
    Hi there, In the documentation "Arm Embedded Trace Macrocell Architecture Specification ETMv4.0 to ETMv4.6" (IHI0064H), says about the "Conditionan non-branch instructions", what are those??, I know...
  • Conditional Non-branch Instructions
    Hi there, In the documentation "Arm Embedded Trace Macrocell Architecture Specification ETMv4.0 to ETMv4.6" (IHI0064H), says about the "Conditionan non-branch instructions", what are those??, I know...
  • STM32F103 How enter StopMode when using RTX operating system
    I use RTX operating system, STM32F103, I want to enter StopMode. I use library function "PWR_EnterSTOPMode(PWR_Regulator_LowPower, PWR_STOPEntry_WFI);" , but the program jump to HardFault_Handler...