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 ?