Abraxas3d / pluto-msk-application

C-code application for the PLUTO MSK implementation
1 stars 0 forks source link

Add files via upload #2

Closed Abraxas3d closed 2 weeks ago

Abraxas3d commented 2 weeks ago

Bug: only one RX_INVERT test case was supported. Solved by replacing explicit "if - else" statements by XOR. We now XOR the value of MSK_CONTROL with a 32 bit word that has the correct bit position set (0x00000004) to toggle RX_INVERT. This ensures that we can toggle RX_INVERT regardless of the values of any other bits in the control word.