u32 should be alligned ?
Posted on February 11, 2012 at 01:17hello One question: when i am using: char table[10]; (...) *(unsigned int*)&table[1]=0x12345678; should the pointer be dword alligned in RAMy ? Can I make safely such access? Or it is forbidden in ARM architecture...