同樣型號的兩個晶片,使用不同的板子以及軟體,其中一個可以存取SPU的寄存器,而另一個無法存取SPU的寄存器,在兩個軟體中都沒有使能SPU模組的時鐘,可以說明一下什麼會影響SPU
2025-07-31 06:15
`spu板上的这种卡哪里能买到`
2018-11-15 13:21
Processor family */ /* Initialize SPU Service */ if(adi_spu_Init(0u, SpuMemory, NULL, NULL, &hSpu
2019-02-15 16:48
用于ADC/DAC重置控制、PB1按钮重置的GPIO 如果(结果 = 0u) { 结果=GpioInit (); } * ADSP-SC589 处理家庭 */ * 初始化 SPU Service
2023-11-29 08:05
(STRU_SPU_BCU_SCCPCH_MSG *)" in "../src/transmitId.c" at line 11 and: "int()"
2018-06-20 05:32
(UD+,UD-), 下游通过USB座连接键盘或者扫描枪。 现在是这样的,SPU和SPD都拉高到3.3V,即设置为全速模式,不能识别全速模式的扫描枪,却可以识别低速模式的键盘。然后把SPU和SPD都拉到各自对应的地上,即设置为低速模式,扫描枪和键盘都不能识别了。
2018-08-01 06:30
麦克风来听到超声波。我有几种不同类型的mems模拟麦克风(SPU0410HR5H?PB,SPU0410LR5H-QB,ICS-40180)和驻极体(CMA-4544PF-W)。我知道范围超出了这些麦克风
2019-07-23 15:36
(adi_cfg_core_tmr_count); * 系统保护单位配置,以提供加入*/ *pREG_SPU0_SECUREP153 = 0x03; *pREG_SPU
2023-12-15 06:08
嗨,到目前为止,我正试图在SPC58x系列上启用性能监视器。我尝试了以下方法: e_lis%r3,0x8000 e_or2i%r3,0x0000 mtpmr 400,%r3#冻结所有全局计数器e_lis%r3,0x27 e_or2i%r3,0x0000 #event 39 mtpmr 144,%r3#在计数器0中设置管道停止事件e_lis%r3,0x39 e_or2i%r3,0x0000 #event 57 mtpmr 145,%r3 #set up数据缓存行填充计数器1中的事件e_lis%r3,0x0 e_or2i%r3,0x0 mtpmr 400,%r3#取消冻结所有全局计数器但计数器寄存器(PMCx)根本没有增加。我错过了什么?谢谢,大卫以上来自于谷歌翻译以下为原文 Hi,I'm trying to enable performance monitor on SPC58x series without luck so far. I tried the following:e_lis %r3, 0x8000 e_or2i%r3, 0x0000 mtpmr 400, %r3 # freeze all global counterse_lis %r3, 0x27 e_or2i%r3, 0x0000 #event 39 mtpmr 144, %r3 #set up pipeline stall event in counter 0e_lis %r3, 0x39 e_or2i%r3, 0x0000 #event 57 mtpmr 145, %r3 #set up data cache line fills event in counter 1e_lis %r3, 0x0 e_or2i%r3, 0x0 mtpmr 400, %r3 # un-freeze all global countersBut the counter register (PMCx) do not increase at all. What am I missing?Thank's, David
2019-01-24 13:50
在获得 NCI 范围-多普勒图(范围分块 * 多普勒频谱)后,我想对其应用二维 CFAR 来寻找峰值。然而,得到的位图似乎只是沿多普勒轴的多个一维 CFAR。 如何配置 CFAR,使其也能沿范围轴计算另一组位图? 项目配置: /* LOCAL MAX */cfg->localMax.combinedMode= IfxSpu_LocalMax_CombinedMode_and;cfg->localMax.leftJustify = FALSE;//TRUE;cfg->localMax.localMaxMode = IfxSpu_LocalMax_Mode_under;// under; // flag bins over thresholdcfg->localMax.thresholdMode= IfxSpu_LocalMax_ThresholdMode_under; // Flag bins over thresholdcfg->localMax.thresholdValue = 0xFFF;cfg->localMax.windowWidth = IfxSpu_LocalMax_WindowWidth_five;IfxSpu_setupLocalMax(slot,cfg->localMax); /* disabled with passing NULL_PTR */IfxSpu_setupCfarGOS(slot, NULL_PTR));IfxSpu_setupCfarCA(slot, NULL_PTR);pcfg->cfar.baseAddress = VMAP_BLOCK_POS;pcfg->cfar.mode= IfxSpu_CFAR_Mode_localMaxNci;IfxSpu_setupCfar(slot, passId,pcfg->cfar);
2024-06-03 06:48