Tool/software:
Hi all, i am want to configure my LMX2572 chip through SPI. I want to configure all register in one go. currently i am doing cs low and then write the register and then data and then cs high. Now i want to do it like this
1. CS low
2. configure all registers.
3. CS high
Do i need to add delay or there is some other method to do it.