• object file
    I am currently working on composing a library. I have created .h file which is header file and .c file which has functions. How can ı link both these files. (I know that ı have to create object file but...
  • Object counter
    Hi there... I am trying to count the no of object pass in a conveyor systems and it need to be displayed in a LCD every time a object passes through it. I used IR for this purpose... wen ir detect...
  • convert object file to hex?
    Hi all I am working on STM32F030R8 chip,using Keil MDK. For every unit, it carries it own characteristics, and hence for every calibrated unit, I need to re-flash a part of the flash to put the characteristic...
  • Kernel Objects - Pipes
    Does the concept of a Pipe kernel object exist in RL-RTX? This is typically found in VxWorks for instance. #define SU_PIPE_CHECK(p) #define SU_PIPE_CREATE(p, w, l, name) #define SU_PIPE_DELETE(p...
  • static link in object file
    hi, i would like to write a bootloader placed in lower part of flash. the bootloader uses some tcpnet functions to upload from the network the application. the application will be copied in...