Hello David,
Thanks for the reply.
I understand your recommendation about not writing to such bits.
But I am in a dilemma about what to do in cases where I want to clear only one of the multiple such bits in a register.
Example: suppose both CC_N_OVF and CC_P_OVF bits are set (in a hypothetical scenario), and I want to acknowledge CC_P_OVF only and clear it in one SPI message. But I still want to keep CC_N_OVF flag set, because I intend to clear it at a later point in time.
So, in this scenario, how would I recommend I only clear CC_P_OVF without clearing the other indication bits in that register?