2014-12-11 07:26 AM
2014-12-11 08:00 AM
Better to implement it right rather than implement workaraound of bad implementation
2014-12-11 08:24 AM
This is why packets normally have preamble/sync data at the front.
You might want to address the Cortex-M3 hazard in your IRQHandler. Qualify the source of the interrupt, and clear it much earlier, so it isn't the last thing it does before it returns.2014-12-11 11:53 PM
Hi Ogden1, you are right!
However, Iam still looking for an expert who can point out the error I made.Can you be more specific about what to change?2014-12-11 11:54 PM
Clive1, thanks for the reply, whant do you mean by '' address the Cortex-M3 hazard''?