Using SPI , which API is the best to write the register of LMX2595 freq. synthesizer,
I tried to write the the register of LMX2595 through SPI using following API,here R1 is of 3 Bytes , 1 Address byte + 2 Data bytes;tData[3] = {0x07,0x30,0x0f}HAL_SPI_Transmit(&hspi1, tData, 4, 100);