• DEFINE's
    Sorry to bug this forum, but I have no one else to ask.. In one program sample file there is this definition #ifndef MCB2130 #include <lpc21xx.h> #else #include <lpc213x.h> #define ADCR AD0CR...
  • Path define
    Hello, Does anyone know if there is a way to set project path macro? For example when I use standard makefile I can quickly change library of all C files in project like this: #USED_SDK :=...
  • identifier is not defined
    Hi, I am trying to use HAL driver for STM32L053C8 discovery board. In DMA.h I defined: typedef struct { DMA_Channel_TypeDef *Instance; /*!< Register base address */ DMA_InitTypeDef Init;...
  • array defining
    i want to send 300 constant values to an array and i defined it in this way code unsigned int a[]= '' 936, 956, 1100, 1208, 1150, 986''; // like these all 300 values but keil software gives error...
  • define U16
    U16 timerVal = (U16)-1027; erm...if i'm using this code, how to define that U16? I'm not that good in using this U16...not familiar enough....Need to define it on top of the code? can use unsigned...