This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to force word alignment for FDS?

The FDS requires data to be word-aligned and multiple of the word size. How do I ensure that my source/destination data structures are properly sized/aligned?

E.g. I want to read and write a 13 byte data structure with the FDS. How to I make sure the structure in RAM is aligned on a word boundary and has 16 bytes (4 words) allocated?

I'm using SDK 12.2.

Related