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.
I don't think so, but I've never used the LPC11xx series. What did the data sheet for the LPC11C35 say? That's the first place I'd look.
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.