• 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...
  • STRINGS
    iam working with cygnal microcontrollers c8051f124,we are generating our own protocol using pwm . i have actually implemented my project in 2 phases,1in c and another in assembly. in the c file iam...
  • 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...
  • Usage of function "USBD_MSC0_SetMediaOwnerFS()"
    Hello, I've ported an example for an Infineon Evalboard to the MBC4300 Evalboard. The example shows how to access the SD-Card file system either via USB host or from the uController. http:/...