• C question regarding printf
    int temp 1 , temp2; temp1 = ((packet_analyze[i] << 56) & 0xFF000000); temp1 |= ((packet_analyze[i+1] << 48) & 0x00FF0000); temp1 |= ((packet_analyze[i+2] << 40) & 0x0000FF00); temp1 |= ((packet_analyze...
  • C question regarding printf
    int temp 1 , temp2; temp1 = ((packet_analyze[i] << 56) & 0xFF000000); temp1 |= ((packet_analyze[i+1] << 48) & 0x00FF0000); temp1 |= ((packet_analyze[i+2] << 40) & 0x0000FF00); temp1 |= ((packet_analyze...
  • 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...
  • Problem regarding SWI subroutine
    Hello, I have keil ARM version 4.12. I develop program of generating software interrupt using “SWI 0x00” instruction in ARM. I observe deassembly widow, my program begins with memory address “0x00000000...