• about the initial process of init_tny.A51
    Table: DB 00000001B DB 00000010B DB 00000100B DB 00001000B DB 00010000B DB 00100000B DB 01000000B DB 10000000B what is use of this table? please
  • LPC2148 Pin Data fetching issue
    I want to get the count whenever a pin gets high and store it in a variable and then use every count of the variable in if loop for my process. What would be the syntax and how can i add a counter if...
  • about cc2430 xdata memory process
    I would like to use externel memory in CC2430 board. I found an example named 'HalFlashP'. And I can see uint8_t_xdata use in 'HalFlashP.nc' like this --> uint8_t_xdata eraseFunctionBuffer[] = ...
  • Fetching data from lcd and transmitting on UART
    I am currently working on LPC2148 and had an issue. I am reading the sensor reading and converting it to another unit and transmitting it on to the LCD. Now I want to transmit the Converted data to UART...
  • fetching integers from fixed address locations
    I have a problem with accessing integer pointers and integer variables.the compiler places first the msb and then the lsb. example :memory location is 0xc000,i place an integer var ,it is placed as follows...