Hi,
The linker command file in the example for TI's 28X uses 'Automatic Section Splitting' to split and arrange one section into multiple memory areas as shown below.

When using the linker command file written as in the example above, I wonder what the difference is between turning the 'Place each function in a separate subsection (--gen_func_subsections, -mo)' option on or off.
When using 'Automatic Section Splitting' to split and place sections in multiple memory regions, is it better to turn on the 'Place each function in a separate subsection (--gen_func_subsections, -mo)' option?
Thanks.