Good Morning,
I am attempting to write a custom SPI interface for the AD9361 using a MSP430 type TI processor. The 9361 is connected to a Microsemi Polarfire eval board via mezzanine interface, and the MSP430 interfaces with a Microsemi header to pass SPI through the FPGA. I have used
- https://wiki.analog.com/_media/resources/eval/user-guides/ad-fmcomms3-ebz/ad-fmcomms3_reva.pdf
- UG-570
- AD9361 register map
to trace out connections and make sure all SPI signals are present at the 9361, at the correct 1.8V level and correct MSB-LSB orientation. I have also attempted to build the No-Os c libraries in the TI code composer studio environment but run into a slue of Xilinx dependencies. I used the following git hub repo:
I have read online that AD recommends use of their 9361 programming libraries, but this is not possible with my application.
Is there a way to compile the no-os c libraries API without any xilinx or linux dependencies, and will is be compatible with a msp430 microprocessor?
Thank you,
Gareth