• 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...
  • Include Files Problem
    Hi Friends, I'm currently working on C51v6.02 by Keil, My Problem goes like this: I have a project which has the files file1.c , file2.c , file3.c . And header files header1.h , header2.h , header3...
  • show include file dependencies
    Hello at all, where can I find in the µvision manual an explanation of the context menu command "show include file dependencies". Thanks for answers, Volker
  • keil file not including all header file from include path
    Hello, I am working on STM32F3xx discovery board with HAL driver on keil 5. i have included the path for my header file from option target menu, but all header files from that included folder...
  • $include?
    if i have configuration: ... VAR: DS 1 ... and,i include it in one .asm file $include (confi.inc) when i assemble them, msg show: Program Size: data=30.0 xdata=0 code=101 and,i include...