DLPU057A March 2018 – April 2022
Every float value is sent and received as a set of four integers. This is done by using an integer pointer to access these values and splitting them as though they are integers. To get the actual float values, the 4 integers are concatenated into a 32-bit integer and a float pointer is used to access them. The value of the float type pointer gives the actual value of the low pass filter constants.