MOD54415 UART9

Discussion to talk about hardware related topics only.
User avatar
dciliske
Posts: 623
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: MOD54415 UART9

Post by dciliske »

If I had to bet what the problem is, you're somehow clobbering the function of the RX pin. I'm not sure how you would, but you can check the function of the pin by calling 'getFunction()' on the pin, just like you would set it by calling 'function'. This will spit out the numeric value for the setting, which you can cross reference from either the Reference manual, or more easily, the pin_constants.h file.

-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
Post Reply