How to Configure The UPMA in MPC860T.

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

How to Configure The UPMA in MPC860T.

Jump to solution
1,025 Views
phani
Contributor I

I have SDRAM on CS1 we configred it for CS1 in .cfg file and we initialized the UPMA RAM array in .cfg file once we added these configurations we are unable to erase the Flash.Our flash is at CS0.May i know how to change the .cfg file for the UPAMA.I have old.cfg without UPMA as previously we mounted SRAM for that we used this cfg file,new.cfg file is with UPMA and SDRAM mounted.We have removed SRAM @cs7 and we added SDRAM@cs1 .

Original Attachment has been moved to: NEW.cfg.zip

Original Attachment has been moved to: OLD.cfg.zip

0 Kudos
1 Solution
800 Views
alexander_yakov
NXP Employee
NXP Employee

The following string in your file is incorrect:

writemmr OR1     0xFE000800 # OR1 - SIZE OF THE SRAM IS 16MBYTEs

Mask 0xFE000000 means 32 mbytes, but not 16 mbytes. So, one extra address line is unmasked and not connected to memory.

View solution in original post

0 Kudos
2 Replies
801 Views
alexander_yakov
NXP Employee
NXP Employee

The following string in your file is incorrect:

writemmr OR1     0xFE000800 # OR1 - SIZE OF THE SRAM IS 16MBYTEs

Mask 0xFE000000 means 32 mbytes, but not 16 mbytes. So, one extra address line is unmasked and not connected to memory.

0 Kudos
800 Views
alexander_yakov
NXP Employee
NXP Employee

Please attach old .cfg file (where Flash programming works properly) and new .cfg file with UPMA initialization added.

0 Kudos