• STR instruction in ARM assembly .
    STR instruction in ARM assembly doesn't work using MDK-ARM(version 5.26)& Legacy support for ARm 7. Is there any way to store data in memory from a register in ARM7?
  • 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...
  • STR-E912 Help
    Hello I am completely new to this ARM board development. But is it possible to use Keil to develop the STR-E912 board from Olimex? I have a JTAG Tiny from Olimex and have installed the driver and everything...
  • str910 Vs STR-E912 difference
    Hi all, previously I was working on STR-E912 based board it has the processor STR912FW44Xb the code which was working fine on that bord was also working fine on the board STR-910-eval which has processor...
  • MCB-STR 9 running problems
    Hello everyone, The program with several source files and it compiles fine and there is no problems writing to flash memory. Initially, the main() program only writes some characters to the LCD...