Resolved! How do I get there from here? Hex to Ascii from struct field
Posted on April 03, 2017 at 05:07I've been playing with the hal sd card driver today.printf(' Product name : %lx%x\r\n', pSD_CID_Info.ProdName1, pSD_CID_Info.ProdName2);where pSD_CID_Info is of the type HAL_SD_CardCIDTypeDef which istypedef struct{ ...