完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
本帖最后由 人间烟火123 于 2018-6-15 09:01 编辑
你好,我在GEL文件中配置如下: CACHE_L1PCFG = 7; // L1P on, MAX size CACHE_L1DCFG = 7; // L1D on, MAX size CACHE_L2CFG = 2; // L2 on, 64k ,程序运行的时间是80秒; 配置如下: CACHE_L1PCFG = 7; // L1P on, MAX size CACHE_L1DCFG = 0; // L1D off CACHE_L2CFG = 2; // L2 off ,程序运行的时间竟然也是80秒; 请问为什么呢? 配置如下: CACHE_L1PCFG = 0; // L1P off CACHE_L1DCFG = 0; // L1D off CACHE_L2CFG = 0; // L2 off 程序运行的时间竟然也是192秒 |
|
相关推荐
4个回答
|
|
你好,
请问在你打开L2 cache的时候,是否也配置了MAR寄存器把需要cache的DDR区域配置为可以cache了?从你的实验结果来看,你使用的数据段没有被cache。 |
|
|
|
物是人非aaa 发表于 2018-6-15 00:28 你好,非常感谢你的回复,的确忘记了MAR寄存器的配置,cache已经打开。请问 undefined first referenced symbol in file --------- ---------------- _timer_isr D:\CCS_install\MyProjects\3.1.2 hello\vecs.obj这是什么问题? |
|
|
|
caoguiqun 发表于 2018-6-15 00:43 你好, 就错误信息来看,编译的时候没有找到_timer_isr,你确认_timer_isr 的确在你代码/库里面? |
|
|
|
这是vecs.asm文件,我将其添加到工程中了 *------------------------------------------------------------------------------ * Global symbols defined here and exported out of this file *------------------------------------------------------------------------------ .global _vectors .global _c_int00 .global _vector1 .global _vector2 .global _vector3 .global _vector4 .global _vector5 .global _vector6 .global _vector7 .global _vector8 ; Hookup the c_int08 ISR in main() .global _vector9 .global _vector10 .global _vector11 .global _vector12 .global _vector13 .global _timer_isr .global _vector15 *------------------------------------------------------------------------------ * Global symbols referenced in this file but defined somewhere else. * Remember that your interrupt service routines need to be referenced here. *------------------------------------------------------------------------------ .ref _c_int00 .ref _timer_isr *------------------------------------------------------------------------------ * This is a macro that instantiates one entry in the interrupt service table. *------------------------------------------------------------------------------ VEC_ENTRY .macro addr STW B0,*--B15 MVKL addr,B0 MVKH addr,B0 B B0 LDW *B15++,B0 NOP 2 NOP NOP .endm *------------------------------------------------------------------------------ * This is a dummy interrupt service routine used to initialize the IST. *------------------------------------------------------------------------------ _vec_dummy: B B3 NOP 5 *------------------------------------------------------------------------------ * This is the actual interrupt service table (IST). It is properly aligned and * is located in the subsection .text:vecs. This means if you don't explicitly * specify this section in your linker command file, it will default and link * into the .text section. Remember to set the ISTP register to point to this * table. *------------------------------------------------------------------------------ .sect ".vectors" .align 1024 _vectors: _vector0: VEC_ENTRY _c_int00 ;RESET _vector1: VEC_ENTRY _vec_dummy ;NMI _vector2: VEC_ENTRY _vec_dummy ;RSVD _vector3: VEC_ENTRY _vec_dummy _vector4: VEC_ENTRY _vec_dummy _vector5: VEC_ENTRY _vec_dummy _vector6: VEC_ENTRY _vec_dummy _vector7: VEC_ENTRY _vec_dummy _vector8: VEC_ENTRY _vec_dummy ; Hookup the c_int08 ISR in main() _vector9: VEC_ENTRY _vec_dummy _vector10: VEC_ENTRY _vec_dummy _vector11: VEC_ENTRY _vec_dummy _vector12: VEC_ENTRY _vec_dummy _vector13: VEC_ENTRY _vec_dummy _vector14: VEC_ENTRY _timer_isr _vector15: VEC_ENTRY _vec_dummy |
|
|
|
只有小组成员才能发言,加入小组>>
MSP430F249TPMR出现高温存储后失效了的情况,怎么解决?
570 浏览 1 评论
对于多级放大电路板,在PCB布局中,电源摆放的位置应该注意什么?
1019 浏览 1 评论
662 浏览 0 评论
普中科技F28335开发板每次上电复位后数码管都会显示,如何熄灭它?
496 浏览 1 评论
1018 浏览 0 评论
请问下tpa3220实际测试引脚功能和官方资料不符,哪位大佬可以帮忙解答下
122浏览 20评论
请教下关于TAS5825PEVM评估模块原理图中不太明白的地方,寻求答疑
93浏览 14评论
在使用3254进行录音的时候出现一个奇怪的现象,右声道有吱吱声,请教一下,是否是什么寄存器设置存在问题?
105浏览 13评论
TLV320芯片内部自带数字滤波功能,请问linein进来的模拟信号是否是先经过ADC的超采样?
103浏览 12评论
TPA6304-Q1: TPA6304 两片公用一组I2C的话,其中一片配置不成功怎么办
127浏览 10评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-6 03:22 , Processed in 0.935274 second(s), Total 83, Slave 66 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号