• 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
  • 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[] = ...
  • 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...
  • 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...
  • Cortex M4 fetch Execute program counter functionning
    Note: This was originally posted on 13th May 2013 at http://forums.arm.com Hello, I'm new on this forum and I would like to know some details about the execution of a program on a Cortex M4 ( in a STM32F407...