• ER:cannot open source input file "stdint.h": No such file or directory
    I am new to Keil uVision4, I get these errors when I compile a project . Build target 'STM32F103VET6 FLASH' compiling main.c... ..\Libraries\CMSIS\Core\CM3\core_cm3.h(85): error: #5: cannot open...
  • ER:cannot open source input file "stdint.h": No such file or directory
    I am new to Keil uVision4, I get these errors when I compile a project . Build target 'STM32F103VET6 FLASH' compiling main.c... ..\Libraries\CMSIS\Core\CM3\core_cm3.h(85): error: #5: cannot open...
  • ER:cannot open source input file "stdint.h": No such file or directory
    I am new to Keil uVision4, I get these errors when I compile a project . Build target 'STM32F103VET6 FLASH' compiling main.c... ..\Libraries\CMSIS\Core\CM3\core_cm3.h(85): error: #5: cannot open...
  • ER:cannot open source input file "stdint.h": No such file or directory
    I am new to Keil uVision4, I get these errors when I compile a project . Build target 'STM32F103VET6 FLASH' compiling main.c... ..\Libraries\CMSIS\Core\CM3\core_cm3.h(85): error: #5: cannot open...
  • String functions in relocatable code, string is fixed in memory
    I have the following code: strcat(tbuf,"\r\nSH B = "); My program memory model is small so I can re-locate the code in any sector. Unfortunately "\r\nSH B = " is fixed at an absolute address. I can...