QPSK application for custom board

Hi @marioruiz , I’m trying to validate QPSK application for 49DR custom board. The board crashed while loading the overlay. Can you help me out with this.

Hi @davidnorthcote @marioruiz, any changes should I make for custom boards.

Hi @marioruiz @davidnorthcote , Here we are not configuring clocks during the execution of the rfsoc radio application in jupyter notebook. Clocks are already configured for us. I can’t set self.adc_tile.DynamicPLLConfig(1, 409.6, 1024) and self.dac_tile.DynamicPLLConfig(1, 409.6, 1024). When I try to execute without that, board hanging at the below part which comes under DAC configurations. Can anyone help us out?
self.dac_block.UpdateEvent(xrfdc.EVENT_MIXER)
self.dac_tile.SetupFIFO(True)