SRAM Size Verification - SPC5746CSMKU6

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SRAM Size Verification - SPC5746CSMKU6

1,091 Views
x-pwisniewski
Contributor I

Dear NXP Support Team,
We are using the SPC5746CSMKU6 microcontroller in our automotive application and need urgent clarification regarding the SRAM size.

Physical chip marking:

SPC5746CSMKU6
1N84S
QTC2244D

Issue:
Documentation is unclear whether this part has 384KB or 512KB SRAM.
Our Test:
We performed direct memory write/read tests:

volatile uint8_t* ptr = reinterpret_cast<volatile uint8_t*>(0x40070000); // 448KB
*ptr = 0xAA;
uint8_t readback = *ptr; // Successfully read back 0xAA

Results:
0x40070000 (448KB):

 

Read/Write successful

 

Question:
Does SPC5746CSMKU6 have 512KB SRAM? Can we safely use the full  that range in production?
Thank you,

Przemyslaw Wisniewski from key solutions

 

0 Kudos
Reply
1 Reply

1,041 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

Always refer to the datasheet:

petervlna_1-1763542753441.png

3. Contact NXP representative for part number

So here is the explanation directly for your part:

petervlna_0-1763548613136.png

So for your case  "S" version - it is 384kB of SRAM.

You can only use what you paid for, in this case 384kB of SRAM. Otherwise we do not guarantee functionality.

Best regards,

Peter

 

 

 

0 Kudos
Reply