• CTI
    what is the usecase of cross trigger interface at Soc point of view ?
  • ARM9 CTI Interrupt problem
    Hello, i'm using NXP LPC3250. I encountered a problem with the UART5 CTI interrupt. And the problem is that this interrupt never happens. Initialization (FIFO and etc) seems to be ok, because i can normally...
  • configuring emWin widgets with macros
    Hello, i just startet using Keil and the emWin Library. I am trying to modify an existing project with a simple GUI, constructed with the GUI-Builder by Segger. I am trying to modify the GUI elements...
  • MACRO
    Hello, May I know if the code as shown below works? -------------------------------------------- #pragma src void main(void){ #pragma asm myMacro MACRO MOV R1, #01 MOV R2, #02 MOV R3,...
  • ## Macro
    Hi, I am use the ## as follows #define ADC_SRV_DEV 1 #define ADCCON(dev, chan, reg) AD##dev##CON##chan##reg then when I give ADCCON(ADC_SRV_DEV, 1, bits.FORM) = 3; // this is equavalent...