• error: # 5 cannot include arm_math.h
    I use an Arm Cortex M0 plus Controller and want to migrate a Project from Simplicity IDE to Keil IDE. But now there is always the error mentioned in the summary. I don't know why this error occur do...
  • Same include paths for all Targets?
    Hello, I'm using "Manage Project Items" with Different Project Targets on Keil uVision V5.26.2.0. But because they differ only by preprocessor defines, I want them to all have the same include paths...
  • MDK fails to download flash on STM32H753 with ST LINK/v3
    I have STM32H753I-EVAL2 just out of box, no changes made. www.st.com/.../stm32h753i-eval.html Built an example app from ST package (if it matters, LwIP_HTTP_Server_Raw) MDK 5.26.2 debugger sees...
  • help me adapt this STM32H external flash loader algorithm for Keil
    Hi, I have developed the application, and It can read, write, erasing the external SPI flash attached to a STM32H750 part, Now I want to adapt it for keil to be able to use for external flash programming...
  • How can I resolve the issue - including arm_math.h makes systick function unavailable?
    I tried to use FFT functions in a project and included the header file required for CMSIS library, arm_math.h. But I found one issue. Including “arm_math.h” in a project disables systick function...