I want to know that if I want to enable the MAM Function in lpc 2468 should i specify both the MAMTIM AND MAMCR registers or only MAMCR.
Is it necessary to specify MAMTIM along with MAMCR for enabling the working of MAM
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MAM stands for Memory Accelerator Module .It is used to increase the performance of the controller.
MAMTIM: It means MAM timing register . Its reset value is 7.
MAMCR: It means MAM Control Register. Its reset value is 0.
yes it is necessary to specify both MAMTIM and MAMCR.
The value of MAMTIM and MAMCR has been specified in the startup file of the controller in
which MAMCR has a value of 2 and MAMTIM has a value of 4.