veerubiji
Full Member level 2
- Joined
- Feb 24, 2011
- Messages
- 122
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 1,298
- Activity points
- 2,301
Hi,
I am working with two hardware kits. I have connected board2 to board1 using USART and board1 is connected to PC using USB.
Board2 having the ATmega32A microcontroller and board1 having AT90USB1287 microcontroller. I am sending some commands from PC to both boards(PC to board1 using USB, from board1 to board2 using USART) and I am able to get response from both boards.
My problem is once i send the command to board2 from PC using board1. I am getting response for some time around 30 mins, after that i don't see any response from board2 and even i am not able to send command. I need to use external reset to send commands once again to get response. then its working.
board1 is working always.
I didn't understand what might be the problem... can anyone explain me how to solve this.I am new to this kind of situation.
Thanks in advance.
I am working with two hardware kits. I have connected board2 to board1 using USART and board1 is connected to PC using USB.
Board2 having the ATmega32A microcontroller and board1 having AT90USB1287 microcontroller. I am sending some commands from PC to both boards(PC to board1 using USB, from board1 to board2 using USART) and I am able to get response from both boards.
My problem is once i send the command to board2 from PC using board1. I am getting response for some time around 30 mins, after that i don't see any response from board2 and even i am not able to send command. I need to use external reset to send commands once again to get response. then its working.
board1 is working always.
I didn't understand what might be the problem... can anyone explain me how to solve this.I am new to this kind of situation.
Thanks in advance.