Hi Jorge,
Thanks for your reply!
In fact, I'm trying to run FreeRTOS + lwIP communication stack on this TWRK60F120 board. Then in order to configure lwIP, something about the "memory alignment" is needed, which should be set to values like 4, 2, etc.
So, is this "memory alignment" setting declared somewhere in program as a "global variable"? Can we at meantime change it only for some structures or variables in program?
And if the alignment mode is predeclared, usually where should it be, in the liker file?
Thanks very much:smileywink: