S32R274 Can't get DMEM(TCM) to operate anything near CPU clock Speed ?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

S32R274 Can't get DMEM(TCM) to operate anything near CPU clock Speed ?

549 次查看
markthompson170
Contributor III

I'm having trouble getting the DMEM to work at speed.

The spec says "Access latency (zero wait-states) is similar to that of a data cache"

My tests show that I am able to access the local DMEM at only 25% faster than main memory with the D-Cache Disabled.

When D-Cache is enabled it jumps 200% faster relative to Disabled cache, this indicates that the DMEM is being cached ?

This does not make sense unless the access are going the main AHB bus.

 

I have checked DCR 496 (DMEMCTL0)and it shows defaults.0x41B.

 

I changed it to not bypass decorated access 0x01B, no speed change.

 

I changed it to not bypass decorated access and disable ECC checking 0x00, no speed change.

 

Any idea what is happening here ?

1 回复

425 次查看
markthompson170
Contributor III

Follow up – Solution found – Thanks to NXP support.

 

It seems that the DMEM/TCM uses the same Address space for both CPU port and Slave Port access under default conditions.

 And to use the DMEMCTL0[DMEM BASEADDR] mapping you must set the DMEMCTL0[DBAPD] bit to enable the remapping.

This allowed me to map the DMEM to fixed CPU port address while keeping the Slave ports address space separate.With linker script changes I was able to map memory segments in to the DMEM and allocate structures within DMEM segment.

0 项奖励