• uVision issue creating .axf file
    Hello, I am a student taking Embedded Systems at a university and I am trying to get my code to compile using uVision. I am using a FreeScale FRDM-KL25Z. When I select rebuild or batch build to try to...
  • Keil uVision Run Issue
    In my simply blink project I use STM32F103 and Keil C version V5.26.2.0. After building target successful it shows 0 error and warning, and also load code successful too. But the problem is the code...
  • Keil uVision compiling with API Issues
    I had recently purchased a couple VL53L0X series Distance Sensors from STMicroelectronics and when working on them I was pleased to see that the company offered an API in order to easily read in the measurements...
  • issue with mdk_pro_eval
    Hello, I would like evaluate MDK professional with 7 days trial, after activating mdk_pro_eval in license management,I encountered an issue during compilation step. Build output: *** Using...
  • Linker Issue ...
    Dear All: I write three functions main.c, test.c and test2.c. I want to locate the code segement of main.c at 0x00000 and code segment of test.c and 0x40000 follow by code of test2.c. ...