Part Number: LAUNCHXL-CC1310
I have LAUNCHXL-CC1310 working with SA13x0 Spectrum Analyzer, but I need my own spectrum application for testing purpose. So, I am trying to use sa1350.dll (included in SA13x0 Spectrum Analyzer) within my own code. I've done some reverse engineering and is able to successfully call few initialization functions from that dll, such as sa1350Init, sa1350Connect. Also I can call functions to setup frequency sweep parameters, these functions gave me no errors, but i cannot get any spectrum array, function sa1350GetFrame returns just zeros. There are source codes over there, but I cannot compile it, and I could not find any usable documentation for sa1350.dll API, so there is only solution for me is to do reverse engineering just by looking at code as plain text.
Are there any sa1350.dll documentation available?
Are there anybody who had success writing own application using sa1350.dll?
Are there any simple samples of code explaining proper order of functions call?
I am using labview but any other languages are also welcome as a samples.