2010-03-30 04:39 PM
USART3 and Hard Fault exception handler
2011-05-17 04:45 AM
And the ISR handler is...? :p
It should also help to dump ''process stack'' when hard fault occurs.2011-05-17 04:45 AM
Something in your code is writing or reading memory it should not be. For example writing data beyond the bounds of a buffer.
You have not presented enough code, for the functional portion, to pinpoint a particular problem. -Clive