• help with basics
    what does this code mean in the context of a function? (*(volatile unsigned long *)(spi_base[dev] + SSP_CR0)) = buf; 1.buf is already defined as : unsigned int buf ; 2. spi_base seems to...
  • help with basics
    what does this code mean in the context of a function: (*(volatile unsigned long *)(spi_base[dev] + SSP_CR0)) = buf; 1. buf is already defined as: unsigned int buf 2. spi_base is defined as: ...
  • Basic AHB doubts....need help
    Note: This was originally posted on 26th November 2009 at http://forums.arm.com Hello All, i have been going through AHB spec from two weeks and i am stuck (a little confused)with some basic issues. 1...
  • Basic RTX51 code
    Hi!! I have a basic code under RTX51, read/write serial port. Without RTX51 control it work ok. But if i use RTX and download my project to the target it dont work. I have saw the example code...
  • basic doubt
    Hi , I got a basic doubt.When we compile and build our programs in keil simulator we are getting a line in the output window Program Size: data=102 xdata=8184 const=45 code=7058 I would like...