So, as a test, I wanted to see if I could get a trigger signal to first come from the Blade. My current test code does the following:
- bladerf_trigger_init as MASTER on RX0
- bladerf_trigger_arm
- bladerf_sync_config
- bladerf_sync_rx
- bladerf_trigger_fire
I've also tried:
- bladerf_trigger_init as SLAVE on RX0
- bladerf_trigger_arm
- bladerf_sync_config
- bladerf_sync_rx with timeout set to 5000ms
So a few questions. Is trigger functionality currently supported on the micro? If so, what dumb thing am I doing to mess it all up?
I'm running the latest released firmware (2.2.0-git-3d38fac2) and FPGA (0.7.3) images and I've tried with both the 2018.08 release of the host library as well as the latest git commit (601d8fe). Any help anyone can provide would be greatly appreciated. Thanks in advance for your time!