Hi Erich,
Finally i done my LED Blinking Project ! This is my code given below..
main(){
PE_low_level_init();
while(1){
Bit1_PutVal(0);
delay();
Bit1_PutVal(1);
delay();
AS1_SendBlock(NULL,"ashok",5);
}
}
Here i added UART components. but UART not working.. can you help me..
my configuration for UART is given below...
