Questions about FlexRAM

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

Questions about FlexRAM

跳至解决方案
1,574 次查看
kmh48301
Contributor IV

Hi

I'm using S32k144.

I got two questions studying  EEE

 

1. FlexRAM is slower than SRAM

 

Please see this picture . (it's from AN11983 p11)

help.PNG

When I see flash memory map, I think FlexRAM is also contiguous addresses.

but this is saying non-contiguous...

and is that why the FlexRAM is slower than SRAM?

FlexRAM is not static RAM?

 

2. "a background pattern of all ones" ???

help2.PNG

I saw "a background pattern of all ones" several times in NXP documents..

But I have no idea what it means since I'm not native English speaker,,

 

Please explain to me

 

Thanks

Best regards,

Phillip

标签 (1)
0 项奖励
回复
1 解答
1,558 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hello Phillip,


A1

Please refer to the RM, rev.12.1, Section 31.3.2 SRAM accessibility

"To supplement the main system RAM, FlexRAM can be used as system RAM. However,
FlexRAM accesses involve additional system latencies."

This is because FlexRAM is not tightly coupled with the core.

As you can see below, the FlexRAM is a slave on the Crossbar switch.

danielmartynek_0-1599463845985.png

The SRAM_L and SRAM_U regions are contiguous, mapped right next to each other.

But FlexRAM starts at 0x14000000.

danielmartynek_1-1599464169821.png

 

A2.

That simply means that the FlexRAM is initialized with all ones, like each 32b word is written with 0xFFFFFFFF.

 

Regards,

Daniel

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,549 次查看
kmh48301
Contributor IV

Thanks Daniel. I understood.

0 项奖励
回复
1,559 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hello Phillip,


A1

Please refer to the RM, rev.12.1, Section 31.3.2 SRAM accessibility

"To supplement the main system RAM, FlexRAM can be used as system RAM. However,
FlexRAM accesses involve additional system latencies."

This is because FlexRAM is not tightly coupled with the core.

As you can see below, the FlexRAM is a slave on the Crossbar switch.

danielmartynek_0-1599463845985.png

The SRAM_L and SRAM_U regions are contiguous, mapped right next to each other.

But FlexRAM starts at 0x14000000.

danielmartynek_1-1599464169821.png

 

A2.

That simply means that the FlexRAM is initialized with all ones, like each 32b word is written with 0xFFFFFFFF.

 

Regards,

Daniel

0 项奖励
回复