• Problems with exemple LEDswitch
    I'm trying to use the example program from Keil "LEDswith" however when I compile the program the error appears: . \ Obj \ LEDswitch.axf: error: L6002U: Could not open file .. \ .. \ .. \ .. \ RV31...
  • Dont get it
    Sorry. I meant to say Please can someone show me a code fragment using the following code. I think I understand the enum, and the union part. But dont get how the enum works in conjunction with the...
  • Dont get it
    Please can someone show me a code fragment using the following code. I think I understand the enum, and the union part. But dont get how the enum works in conjunction with the union part. Every other...
  • Blinky exemple. Why error in core_cmFunc.h?
    Hello all I'm evaluating µVision4 for a project and have loaded the Blinky example. It compiles without errors or warnings. Build target 'STM32F103 Simulator' assembling startup_stm32f10x_md...
  • Realloc Function Dont Work Correct
    Hi all, I want to use Dynamic Memory Allocation Functions. My platform is NXP LPC1768 (Cortex M3). My Heap Size Defined as 4096 Bytes in lpc17xx_startup.s file. First of all, I allocate an...