Hi everyone, i just tried a reception of a char by interrupt rutine (UART_OnBlockReceived), but it'n work, nthis is my code:
/*On events.c*/
void UART_OnBlockReceived(LDD_TUserData *UserDataPtr) {
/* Write your code here ... */
UART_ReceiveBlock(SharedInst1_DeviceData,&input_temp,1);
LEDS_PutBit(0,0); //TURN ON LED, NO WORK
}
i attatch a screenshoots
Why interrupts no work?
thanks