Part Number: ARM-CGT
Is there way to specify in linker that _entire_ target flash image shall be a multiple of N ?
Similar to how you do for a specific section inside a section block with palign, but I want to add fill or padding at the end if it's not a multiple of N bytes I want ..
I do this with external tool just add 0s, but this is awkward I think if linker can do this (or ti's obj2bin, but i see no such flags).