You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occasionally when breakpointing on the UART transmission of the RF received telemetry the CC430 operation is currupted:
This is reproduced when breakpointing on line 279 of the telem_rf.c UART function. When breakpointing and resuming prior to the next packet arriving the operations are normal. It seems that when allowing additional packets to be transmitted by other units in the area while breakpointed the unit becomes corrupted. This may also just be a timing issue.
Problem
Occasionally when breakpointing on the UART transmission of the RF received telemetry the CC430 operation is currupted:
This is reproduced when breakpointing on line 279 of the telem_rf.c UART function. When breakpointing and resuming prior to the next packet arriving the operations are normal. It seems that when allowing additional packets to be transmitted by other units in the area while breakpointed the unit becomes corrupted. This may also just be a timing issue.
This was first noted in merge #32
The text was updated successfully, but these errors were encountered: