The "BOOM!" Section from bit and error counter run of PS code #8
Abraxas3d
announced in
Announcements
Replies: 1 comment
-
Separated out which loop the bit and error counts come from:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Toggle RX_INVERT to test 180 degree phase shift.
We read MSK_CONTROL: (0x00001907@000c)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
percent_error was greater than 49.0 percent so we resync.
resync PRBS by setting and then clearing bit 3 of PRBS_CONTROL.
Write 0x00000009 to PRBS_CONTROL. PRBS active, no errors inserted, PRBS sync.
We read PRBS_CONTROL: (0x00000009@0040)
We read PRBS_CONTROL: (0x00000001@0040)
We read MSK_CONTROL: (0x00001907@000c)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Total PRBS_BIT_COUNT for loop: (0x0000011d@0050)
Total PRBS_ERROR_COUNT for loop: (0x00000098@0054)
(1) 46.3 1543013 -2689242 0x000f006f
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Total PRBS_BIT_COUNT for loop: (0x0000038f@0050)
Total PRBS_ERROR_COUNT for loop: (0x000001bf@0054)
(1) 49.1 1602147 -2761487 0x000f006f
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Toggle RX_INVERT to test 180 degree phase shift.
PTT and loopback enabled, 25 samples (0x19) discarded (61.44 MHz to 2.5 MHz)
We read MSK_CONTROL: (0x00001903@000c)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
percent_error was greater than 49.0 percent so we resync.
resync PRBS by setting and then clearing bit 3 of PRBS_CONTROL.
Write 0x00000009 to PRBS_CONTROL. PRBS active, no errors inserted, PRBS sync.
We read PRBS_CONTROL: (0x00000009@0040)
We read PRBS_CONTROL: (0x00000001@0040)
We read MSK_CONTROL: (0x00001903@000c)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Total PRBS_BIT_COUNT for loop: (0x00000000@0050)
Total PRBS_ERROR_COUNT for loop: (0x00000000@0054)
(1) nan 1578962 -2794061 0x000f006f
BOOM!
Beta Was this translation helpful? Give feedback.
All reactions