Solved
How to convert HEX to Float Mid-Little Endian (CDAB) in STM32CubeIDE?
Please guide me how to convert HEX to float Mid-Little Endian (CDAB) for example data[3]=0x6A, data[4]= 0x32, data[5]= 0x1B, data[6]= 0x94. Pleasew guide me as soon as possible I am in trouble.
