• unknown type name „sfr“
    Hi, I‘m a beginniner at embedded systems. I added the „reg51“ header file (which I got from the Keil Website) to the source files for a project I am working on. Having done that, I got the error...
  • typecast uint8_t array into uint64_t variable
    I am working on STM32L432KB with Keil uVesion5 and need to write its internal flash using IAP method. For that I use below API: HAL_FLASH_Program (uint32_t TypeProgram, uint32_t Address, uint64_t...
  • What is the advantage of uint8_t over char or bool?
    I have to migrate some C++ functions into a µVision project and usually you use uint8_t instead of char and bool. Is there any downside to using bool? I mean including the bool.h will not make the code...
  • TARMS.dll unknown
    Im using S3C44B0X and ported in keil, I've try to run the given example from keil which is the ..\Keil\ARM\Boards\Samsung\S3C44001\Hello with a H-JTAG debugger. but unfortunately it didn't work successfully...
  • error unknown identifier syncdelay
    Even after including the header file for the syncdelay,i,e "fx2sdly.h" iam getting an error c202 unknown identifier syncdelay. what is the mistake . iam developing a fx2 firm ware. i went through the...