LPC1778FBD208 EMC with SC16C554

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

LPC1778FBD208 EMC with SC16C554

636 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by sdync on Fri May 16 06:10:05 MST 2014
Dear All
I'm using LPC1778FBD208 with SC16C554 to extend more UARTs for my project , using 8 bit databus,the waves looks ok ,but it still can not work , below is my config data, please give some advise to me , thanks.
config.CSn = 0;
config.AddressMirror = 0;
config.ByteLane = 1;
config.DataWidth = 8;
config.ExtendedWait = 0;//
config.PageMode = 0;
config.WaitWEn = 0x01;//0x1~0xf  //1 
config.WaitOEn = 0x01;//
config.WaitWr = 0x2;//mark0x00
config.WaitPage = 0x0;
config.WaitRd = 0x3;//5
config.WaitTurn = 0X04;
Labels (1)
0 Kudos
Reply
1 Reply

620 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by wmues on Fri May 16 07:28:27 MST 2014
You have to set the bit EMC_BURST in Register SCS.

regards

Wolfgang
0 Kudos
Reply