MPC885 GPCM and UPM

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

MPC885 GPCM and UPM

897 Views
KobyKluger
Contributor I

I am using MPC885 (formerly FreeScale) with its GPCM used for controlling peripheral devices and its UPM used for operating an SDRAM.

My question is: How can I insert some delay between the GPCM end of cycle and UPM beginning of cycle?

0 Kudos
2 Replies

846 Views
KobyKluger
Contributor I

I tried setting EHTR bit to "1" but it doesn't have any impact on the delay between GPCM and UPM.

The refrence manual states explicitley that EHTR bit refers to GPCM only, but it doesn't influence the delay when switching to UPM.

I wonder if anyway there is a way to insert more delay between the two machines without re-programming the UPM...

0 Kudos

888 Views
Bulat
NXP Employee
NXP Employee

The processor allows to add one bus clock cycle between GPCM read cycle and subsequent bus transaction. ORx[EHTR] bit should be set for GPCM bank.

If for some reason you need greater delay, you can program UPM read/write patterns with shifted/delayed CS assertion.

 

0 Kudos