• PROBLE WITH LPC2148
    I am interfacing single led with lpc2148.I got simulation result. But i am not getting it on the board.I have written the following program to interface the led. #include "LPC21xx.h" void wait...
  • proble with ULINK
    hi, I am trying to connect ULINK2 to LPC2368 board. when i am trying to debug it is giving me error "could not load .afx file". thanx
  • Proble in getting interrupt continuously.
    We are working on the STR91x Evaluation Board and we are using Timer0 Interrupt (for Output Compare). Interrupt is expected to come continuously whenever output compare occurs. But that is occurring...
  • const data is always initialized
    Hi, I have a product with some ROM containing some constant data and regular flash to keep code. I would like to declare a data structure in my program to access the data in ROM and I have tried...
  • code const illegal initialization
    I'm trying to put 2 config chars into ROM (user makes a change which the ROM remembers during power down). However on compiling I get: 'error C142: illegal initialization' and then 'warning C34: ...