新增测试数据
This commit is contained in:
parent
cd5c347a46
commit
33295fb6da
@ -93,13 +93,13 @@ void Receiver_Sync_Init()
|
||||
|
||||
#ifdef RECV_DBG_DATA_TEST
|
||||
uint32_t dbg_addr,dbg_len;
|
||||
ret = osp_get_cfgfile("Receiver_Sync_test.dat",
|
||||
ret = osp_get_cfgfile("frame_0x610e0000_245760.dat",
|
||||
(uint32_t *)&(dbg_addr),
|
||||
(int32_t *)&(dbg_len));
|
||||
|
||||
if(-1 == ret)
|
||||
{
|
||||
LOG_ERROR_S("Receiver_Sync_test.dat not found!\n");
|
||||
LOG_ERROR_S("frame_0x610e0000_245760.dat not found!\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -109,8 +109,15 @@ else
|
||||
(uint64_t)JESD_NRFDD_RX_SLOT_EVEN_DATA_ADDR,//第一次固定搬移到dm0
|
||||
dbg_len,
|
||||
DMA_TAG_G2G,
|
||||
1);
|
||||
1);
|
||||
ape_csu_dma_1D_G2L_ch2ch3_transfer((uint64_t)(dbg_addr),
|
||||
(uint64_t)JESD_NRFDD_RX_SLOT_ODD_DATA_ADDR,//第一次固定搬移到dm0
|
||||
dbg_len,
|
||||
DMA_TAG_G2G,
|
||||
1);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
transform_para_init(0, 0, 0);
|
||||
|
||||
}
|
||||
|
61440
Config/frame_0x610e0000_245760.dat
Normal file
61440
Config/frame_0x610e0000_245760.dat
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user