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.

AM3359 Interrupt functions

Hi,

When we are making a call to the below functions, It throws error as *.out not built, Unresolved symbols reamain.

1) IntMasterIRQEnable();
2) IntAINTCInit();
3) IntRegister(SYS_INT_UART4INT, UART4_UARTIsr);
4) IntPrioritySet(SYS_INT_UART4INT, 0, AINTC_HOSTINT_ROUTE_IRQ);
5) IntSystemEnable(SYS_INT_UART4INT);

We have included the necessary header files as mentioned in API reference

#include "hw_intc.h"
#include "interrupt.h"
#include "hw_types.h"
#include "soc_AM335x.h"
#include "cpu.h

Regards,

Bindu