Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to enable Fast Port mode in LPC2131.

I know how to do this in LPC2103, writing SCS=1
will enable fast port mode.Just that easy!

I was developing a temperature measuring
system using ARM7(LPC2131) micro-controller.
I needed to have Fast Port mode b/c i have LCD
module which will be easily controlled using
this mode.

thinking SCS=1 will do the job i did that but yet
an error occurs with error code
Error[Pe020]: identifier "SCS" is undefined

I am coding in c on IAR embedded workbench IDE.

pls help I need to actualize my design soon!(no shouting now)
Posted
Updated 23-Jan-12 20:12pm
v2
Comments
Sergey Alexandrovich Kryukov 22-Jan-12 22:22pm    
Please do not shout (ALL-CAPS is considered shouting on the Web, and pretty rude).
Let me tell you: "is not working" is not informative, "for some reason" -- too. Even a person well familiar with the controller will probably tell you that you did not provide enough information to help you.
--SA
robionz 24-Jan-12 2:14am    
thank you for your comment! I improved my question.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900