• Which Include Files To Use? Keil Or ST?
    We are using the Keil compiler and a ST device. We are trying to figure out which files to use for our ST device (STM32F2xx). We would like to use the ST standard peripheral libraries. It contains...
  • which is better
    I want to know which is better Flash MAgic or FLIP for interfacing with 89C51 ... does Flash Magic for Atmel 89C51 microcontroller
  • $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...
  • help #include
    a.h: struct A { int a; }; b.h: struct B { struct A ba; }; c.c: #include "a.h" #include "b.h" </prev> compiler complains struct A in file b.h is undefined. I would think that by include a.h before...
  • include pb
    extern void Volume_Up_Marktask_IR(void); extern void Volume_Down_Aiwa(void); extern void Volume_Down_Marktask_IR(void); extern void Page_Down_Marktask_IR(void); ..\MAINS.C(476): warning C206: 'Page_Down_MarkTask_IR...