Does STmi.s_mi = "cv"; work?

Basicly you should use str_cpy() to fill a string.

char arrays can (according to the manual) be filled by just assigning a string to it. But you cannot use str_cpy to copy something into a char array, because str_cpy takes two strings as parameters.