STM32F767 ZI, Trouble understanding how HAL_I2C_MASTER transmit works. Trying to send 32 bit adc data over I2C
So I am trying to send an ADC value that I receiving on the board over I2C to another device. I have adc_Value as a 32 bit one since the ADC read function on HAL is 32 bits. I want to send this over i2c. Currently I have this. HAL_ADC_Start(&hadc1);...