• uVision 5.14: Incorrect Project Item Icon Attributes
    File, Group, and Component Attributes: http://www.keil.com/support/man/docs/uv4/uv4_ca_filegrp_att.htm The little red "No Entry" symbol is supposed to indicate, "Items excluded from the target and...
  • ST Link Connections Problems uVision 5.14
    I have uVision V5.14.0.0 installed on a Win 7 machine and it can not find the ST Link on a STM32F4 Discovery board. Under the Projects->Options for Target->Debug tab I have chosen the ST Link debugger...
  • Mixing Assembly and C Code in KEIL
    Hullo guys , I want to write some performance-critical sections in Assembly to be called from the C code , The C compiler in my KEIL is ARMCC and the Assembler is ARMASM . Any help or guide to good...
  • Keil uVision 5.14 Call Stack + Locals Window is empty
    My Environment: Keil uVision 5.14 MDK-Lite = free version with 32K size limit. Using ST-Link Debugger. My target is the STM32 F4 Discovery board with the STM32F407VGT6 processor. My project: ...
  • Mixing C and assembly
    I have written one code in the assembly language for mixing C and assembly. The compiler is not properly generating the code for one instruction. I have written the following code, LDR r0,[pc, #74...