• DS5v5.10 Linux Kernel & Application Workshop with Snowball
    Note: This was originally posted on 6th July 2012 at http://forums.arm.com Hi all, Pardon my noob status - I'm trying to follow the above tutorial but stuck at downloading the Linux Kernel to my Snowball...
  • Calling a function in kernel initialization code
    Note: This was originally posted on 3rd September 2012 at http://forums.arm.com As part of a project I'm trying to modify the entry point to an ARM Linux kernel through the file entry-common.S. I'm not...
  • What's the difference between function point below!?
    My code void func1(void) { printf("In FUNC1(%d)\n", 1); } void func2(void) { printf("In FUNC2(%d)\n", 2); } code void (*ff[])()={func1,func2}; void main(void) { SCON = 0x50; TMOD |= 0x20; TH1...
  • Difference between Interrupts and Functions
    Hi, Iam new to the microcontrollers,could u pls explain what is the difference b/w Interrupt and functions in embedded programing........
  • what is the difference between scanf and scanfor?
    what is the difference between scanf and scanfor?