enjoy-digital/xtrx_julia

LimeSuiteGUI: Implement Reset/Default.

Closed this issue · 1 comments

@maleadt: For our tests, tt could be useful to be able to reset the LMS7002M directly from software.

The LMS7002M can be reseted with:

litepcie_writel(fd, CSR_LMS7002M_CONTROL_ADDR, 1*(1 << CSR_LMS7002M_CONTROL_RESET_OFFSET));
litepcie_writel(fd, CSR_LMS7002M_CONTROL_ADDR, 0*(1 << CSR_LMS7002M_CONTROL_RESET_OFFSET));

Implementing reset should also allow us to use Default button working.