Hi,
We are using NXP LPC11C35 and µVision v4.71.2.0. We want to use big-endian format at our variables. At Keil->Project->Options->Target->Code generation->big endian checkbox is disabled. Is it possible for the specific uC to use big-endian format? If yes, how can we achieve that?
Thanks in advance.
Dear Jonathan,
thank you for your time.
i had already looked at the datasheet and found __REV and __REV16 instructions that reverse the endian. The thing is that i do not want to do it programmatically because bugs might occur.