User Activity

I want to reverse the Bits of a unsigned long data that is acquired by serial port. I used __RBIT() function in Attolic Truestudio but it does not work . I found during debugging the ARM_ARCH_7M  is not defined .I compiled similar code in the KEIL , ...