elbc programing for p4080

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

elbc programing for p4080

632 Views
monalihaware
Contributor III

i have p4080. want to program NOR flash on the board connected to gpcm.

how do i send the command sequence like '555' and 'aa' on the adrress and data lines of the gpcm. i dont find any registers in gpcm to send a particular address/data on the memory connected to gpcm,As these said addresses are very much required for the command sequence of NOR flash

0 Kudos
2 Replies

519 Views
scottwood
NXP Employee
NXP Employee

When you write a value to the address window configured for the chipselect (with a LAW mapping the region to eLBC), that will cause the address (based on offset into the window) and data lines to be driven appropriately.

0 Kudos

519 Views
Pavel
NXP Employee
NXP Employee

You should configure Enhanced Local Bus Controller (eLBC) for your NOR Flash and use read/write operations for this NOR Flash.

See the following page:

http://www.nxp.com/support/online-academy/using-the-enhanced-local-bus-controller-elbc-in-powerquicc...

Usually customers use a tool for Flash programming. Look at NXP CodeWarrior Development system:

http://www.nxp.com/products/software-and-tools/software-development-tools/codewarrior-development-to...

CodeWarrior includes Flash Programmer. It support most NOR Flashes. Evaluation version of CodeWarrior can be used during 30 days. There are no other limitation for using evaluation version.

Use CodeWarrior for NOR Flash programming on your board.


Have a great day,
Pavel

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos