Howdy,
I am trying to access the vital signs variables located in the mss_main.c TLV packet pictured below. I am having trouble accessing the vital sign variables and was hoping I could I could receive some guidance on how to access the packet ( I am currently using a pointer what I believe is the packet uint8_t* data = (uint8_t**)&message.body.detObj.tlv[itemIdx];). I am trying to display the values on an external screen so is there a way to access the values directly, or a parser that is known to function inside code composer.
Thank you in advance,
Ally