diff --git a/app/src/main.c b/app/src/main.c index 712e501..084e874 100644 --- a/app/src/main.c +++ b/app/src/main.c @@ -31,6 +31,7 @@ extern uint8_t osp_sw_queue_init(); #ifdef ENABLE_JESD_TEST extern int32_t UCP_API_RFIC_CellInit(void); +extern int32_t UCP_API_RFIC_CellSetup(uint64_t txLo, uint64_t rxLo, uint64_t bw, uint16_t initAtt); #endif @@ -48,6 +49,7 @@ int32_t main(int32_t argc, char* argvp[]) #ifdef ENABLE_JESD_TEST UCP_API_RFIC_CellInit(); + UCP_API_RFIC_CellSetup(2575770000u, 2575770000u, 100000000u, 0); #endif osp_init(); drv_init();