Hi,
I have a lot of structures defined as packed (aligned to one byte). If I pass address of some element of such a structers to a function as a parameter, IAR compiler gives warning:
Little2Big4(&Admin->Serial); // Admin is a packed structure
Warning[Pa039]: use of address of unaligned structure member serial.c 2021
What is the purpose of this warning, is there any limitation?
10x
BP.