• Problem regarding printf
    My program is as follows: void main(void) { char far *ptr; ptr = 0x200000; printf("ptr = %p\r\n", ptr); while(1); } I simulate it with Keil debugger, the result is as follows: #1 After executing...
  • Problem regarding printf
    My program is as follows: void main(void) { char far *ptr; ptr = 0x200000; printf("ptr = %p\r\n", ptr); while(1); } I simulate it with Keil debugger, the result is as follows: #1 After executing...
  • Regarding usage of printf for serial communication
    I am writing some serial data transfer apllication, i was seeing some examples given by keil. in that hello world example i have seen. i that they have used printf function which will print in serial...
  • Regarding usage of printf for serial communication
    I am writing some serial data transfer apllication, i was seeing some examples given by keil. in that hello world example i have seen. i that they have used printf function which will print in serial...
  • Questions regarding NEON
    Hi, for a project regarding Digital Signal Processing on ARM SoCs i'm currently gathering some information about the ARM NEON engine and would need some clarification if my assumptions are correct. I...