This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Hardware Interrupts - Code Sourcery & CCSv5

Hi,

We are using DM 3730 EVM and want to get hardware interrupts (for instance from serial ports). Our development environment is Code Composer Studio v5 over Ubuntu 10.04 32-bit. Our project settings are changed to use the CodeSourcery G++ compiler and project settings are set to see the include and library paths of CodeSourcery. We could not see any libraries that can be used to get hardware interrupts like in linux (i.e. request_irq(), free_irq()).  Can you help us about using interrupts ?