row cell arrayError in ==> mapminmax at 71Error in ==> prediction at 16} ... Matlab M-code
2013-12-18 17:31
to the mod2 registeruint16_t enable_prediction = 0x0804;uint16_t set_prediction_data[2] = {write_to_mod2
2024-03-06 06:39
disabledInfo:Level-1 data cache disabledInfo:MMU disabledInfo:Branch prediction enabledFound 2 JTAG devices
2017-05-31 17:07
环境: 芯片:cv1812h 步骤: s32Ret = CVI_VENC_CreateChn(vencChn, pstVencChnAttr); if (s32Ret != CVI_SUCCESS) { ERR_COUT << \"CVI_VENC_CreateChn failed: \" << s32Ret << END_COUT; assert(\"encoder init CVI_VENC_CreateChn() failed\" false); } ........配置h264信息步骤省略 ........... s32Ret = CVI_VENC_SetChnParam(vencChn, pstChnParam); if (s32Ret != CVI_SUCCESS) { ERR_COUT << \"CVI_VENC_SetH264Dblk failed: \" << s32Ret << END_COUT; } stRecvParam.s32RecvPicNum = -1; std::cout << \"CVI_VENC_StartRecvFramen\"; s32Ret = CVI_VENC_StartRecvFrame(vencChn,stRecvParam); if (s32Ret != CVI_SUCCESS) { ERR_COUT << \"CVI_VENC_StartRecvFrame failed: \" << s32Ret << END_COUT; assert(\"encoder init CVI_VENC_StartRecvFrame() failed\" false); } 问题: 调用CVI_VENC_StartRecvFrame 返回错误码 输出结果 [12439.247775] ion allocated len=0x3b9aca00 failed [12439.266376] CVI_VENC_StartRecvFrame with -1
2024-01-15 07:33
嗨, 在安装和编译iNemo库之后,我想知道是否有与M1模块相关的代码示例,甚至是简单的。 谢谢 #inemo-M1-样本代码以上来自于谷歌翻译以下为原文 Hi, after installing and compiling the iNemo Libraries, I wanted to know if there are anycode samples relating the M1 module, even simple ones. Thank you #inemo-m1-sample-code
2018-09-27 16:22
实现2/3级流水线设计
2020-12-10 07:41
嗨STM8大师, 关于STM8 RAM大小变化的一个快速问题我检查了xxx.map文件并在堆栈上使用了86字节。我确实通过项目设置 - >链接器 - >输入更改了RAM大小但是lkf文件不会随着设置而改变,而不会显示.text大小溢出。 -------------- lkf文件---------------- #Segment Ram:+ seg .data -b 0x100 -m 0x271 -n .data+ seg .bss -a .data -n .bss + def __stack = 0x3ff -------------- lkf文件---------------- 为什么?有没有文件谈到这个? 谢谢 大卫李以上来自于谷歌翻译以下为原文 Hi STM8 master, One quick question about the STM8 RAM size change I checked the xxx.map file and used 86 Byte on stack. I did change the RAM size through in Project settings->Linker->Input but lkf file does not change with setting than show .text size overflow . --------------lkf file---------------- # Segment Ram: +seg .data -b 0x100 -m 0x271 -n .data +seg .bss -a .data -n .bss +def __stack=0x3ff --------------lkf file---------------- why? Is any document talk aboutthis? Thank you David Lee
2018-10-23 16:56
如何去实现MPEG-4视频编解码的硬件设计?如何去实现MPEG-4视频编解码的软件设计?
2021-06-04 06:12
用TensorFlow导入MNIST数据集
2020-11-11 07:33
萌新求助,求一个matlab例程
2021-11-22 07:18