Part Number: AM3359
Tool/software: TI-RTOS
I have question about memory alignment when writing/reading to the eMMCSD memory.
The example program uses the following code:
#ifdef __ARM_ARCH_7A__
__attribute__((aligned(256))) // GCC way of aligning
#endif
#ifdef __ARM_ARCH_7A__
__attribute__((aligned(256))) // GCC way of aligning
#endif