Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 2 months ago.
Capablity of the PINs
I have two questions concerning the capability of accessible pins for this board.
1.For example the pins PTE24 and PTE25 are listed as I2C Pins in the pinmap https://mbed.org/media/uploads/sam_grove/k64f_page2.jpg If you look in the schematics you can see, that the pins of the controller, which are connected to the PTE24/25 from the pinmap, also have the capability of UART, ADC and External Watchdog Timer. Can I access this additional ability?
2. It is possible to access lines which seems to have no pin out? Like the I2C_1 bus on the pins PTE0 and PTE1.
I hope some of you folks can answer me my questions
Thanks and cheers
Tobias
Question relating to:
1 Answer
10 years, 2 months ago.
In general you can use the pins for the multiple purposes, for example generally all the pins mark with PT_XX can be use as I/O pins plus if they have the PWM ability you can use them as for PWM functionality as well. so if the pins has UART functionality plus I2C you should use them for both functionality
In general you can use the pins for the multiple purposes, for example generally all the pins mark with PT_XX can be use as I/O pins plus if they have the PWM ability you can use them as for PWM functionality as well. so if the pins has UART functionality plus I2C you should use them for both functionality.
posted by zain aftab 04 Sep 2014