• Run-time error in STR instruction
    Hi, Following code: 1: int main() 2: { 3: char Buff[3]; 4: *((short*)(Buff+1)) = 0xFFFF; 5: } causes in the 4th string such run-time error: Non-aligned Access: Thumb Instruction at 00080122H...
  • problem in running the ADC program on MCB 2140 board
    Hi, Im facing a problem in running the program for the ADC in lpc 2148 on board MCB 2140,With the use of simulator of KEIL the code is working well and even showing the expected result on the serial...
  • STR instruction
    Hi I would like to know how to strore the value in the register R1 to a specifed memory location using STR instruction .I would like to specify the memory location using the keyword memory or any keyword...
  • MCB 2100 SPI problems!
    Hi! I have problems with mcb2100 !Iam trying to use SPI on this board,sck is working well but problem is, that i don't ever get anithing in S0SPDR or out of this register.Is it posibel that i physically...
  • MCB-STR9
    I want to know how to enlarge the data i receiced from the usb. I read the apnt195 , i'm using the examples but when i tried to modify the inputReport like the outputreport , the program on windows crashes...