Quantcast
Channel: ARM Connected Community : All Content - All Communities
Viewing all articles
Browse latest Browse all 3617

HHow unaligned address is handled in arm cortex m4?

$
0
0
Hi, I am using arm cortex m4 I have following code main() {      fun1(); } void fun1() {      uint8_t frame[256];      fun2(frame); } void fun2(uint8_t *frame) {

Viewing all articles
Browse latest Browse all 3617

Trending Articles