This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I have evaluated the LMX8410L on the EVM and it looks fine for my application so I now need to write code to drive it over SPI rather than the through the TICS application and the USB2Any board.
1] In a fixed frequency application can I simply use the exported register map from TICS or are there other setups or hidden registers that I need to be aware of?
2] Are there samples of code for driving the device or any app notes that can assist?
Many thanks
MKA
Hi Keith,
Simply copy all the register values from TICS Pro and program these values using your software. Make sure you program the register in descending order, just like TICS Pro.
We don't have sample code, it should be very straight forward as long as the microcontroller has dedicated SPI port.