TBDML BDM_IN and BDM_DRV

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

TBDML BDM_IN and BDM_DRV

5,472 Views
DanielO
Contributor I
Hi, I have a question about the schematic for the TBDML.. I am wondering why BDM_IN and BDM_DRV are connected to 2 pins on the micro. From what I can see in the code BDM_IN needs to only be connected to PTA6, however the BDM_DRV (BDM_DIR1/2 in the code) pins are both used. I don't understand why it's necessary though.. Thanks.

Message Edited by Alban on 2006-12-12 11:20 PM

0 Kudos
2 Replies

823 Views
DanielM
Contributor III

Hi,

BDM_IN is needed on both PTA6 (Rx routines) and the timer input PTE1 (SYNC pulse measurement).

BDM_DRV is also needed on 2 pins. One in port A for faster Rx routines and one on another port for faster Tx routines.

Sorry, but I need all these connections in my software. You would need to change it if you want to eliminate the double connections.

Daniel

Message Edited by Alban on 2006-12-12 11:21 PM

0 Kudos

823 Views
DanielO
Contributor I
Ahh I see, thanks!

Message Edited by Alban on 2006-12-12 11:22 PM

0 Kudos