cancel
Showing results for 
Search instead for 
Did you mean: 

SMBUS with MLX90615 I am not able to get desired waveforms

Nidhi Rao
Associate II

I cant see a continuous clock. I want to put it in master mode and it seems to send only one byte and stops.

Heres a snipet

Array[0] = 0x27;

  HAL_SMBUS_Master_Transmit_IT(&hsmbus3,0xB6, Array, 5, SMBUS_OTHER_FRAME_NO_PEC);

while(HAL_SMBUS_GetState(&hsmbus3)!= HAL_SMBUS_STATE_READY);

0 REPLIES 0