Hi CommunityIt shouldn't be so difficult, but I'm having problems with the XOR function on CubeIde and a STM32F103 (Bluepill Board)I have this buffer:#define NUM_CHANNELS 17volatile uint16_t ihcData[NUM_CHANNELS]; I have these 2 functions that are wo...