das ist ja das kommische ich habe nur port it1 definert und auch nur port
it1 high gesetzt.

Code:
#include "RP6RobotBaseLib.h"
int main(void)
{
initRobotBase();

DDRA |= (E_INT1);          



while(true)
{

PORTA |= E_INT1; 
}
return 0;
}