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) {
↧