lpc1343 capture level

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

lpc1343 capture level

Jump to solution
654 Views
googcheng
Contributor I

what is the low/high level for the P1.5 capture

/* For receive, this module uses TMR32B0-CAP0 input (capture and interrupt on both edges) */
/* TMR32B0-CAP0 input (P1.5) is connected to P1.1 (to check high / low level by software) */
/* So set P1.5 as CT32B0.CAP0 (= DALI receive pin). Bit 7:6 (reserved) are also set to 1 */
#define DALI_ConfigInput() { LPC_IOCON->PIO1_5 = 0xD2; }

Labels (1)
0 Kudos
1 Solution
520 Views
victorjimenez
NXP TechSupport
NXP TechSupport

Hello Jay, 

In the data sheet of the LPC1343 (https://www.nxp.com/docs/en/data-sheet/LPC1311_13_42_43.pdf) if you reference table 7, you will see the information you are looking for. 

pastedImage_3.png

Hope it helps! 

Victor.

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

View solution in original post

0 Kudos
1 Reply
521 Views
victorjimenez
NXP TechSupport
NXP TechSupport

Hello Jay, 

In the data sheet of the LPC1343 (https://www.nxp.com/docs/en/data-sheet/LPC1311_13_42_43.pdf) if you reference table 7, you will see the information you are looking for. 

pastedImage_3.png

Hope it helps! 

Victor.

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

0 Kudos