Champs,
Any quick answers from experts ? I haven't researched yet.
Thanks,
Padmaja
1. What is the proper way to install an interrupt handler for a GPIO? Why request_irq(46, TestGPIOIrq, IRQF_DISABLED, "TestGPIOTask", NULL); always returns -22 (EINVAL)?
2. What is the correct procedure for enabling kgdb? Why procedure at http://processors.wiki.ti.com/index.php/Debugging_on_DaVinci_using_kgdb does not work?