Microchip Technology dsPIC24 series Скачать руководство пользователя страница 16

dsPIC33/PIC24 Family Reference Manual

DS30009711C-page 16

 2006-2019 Microchip Technology Inc.

4.5

Considerations for Peripheral Pin Selection

The ability to control Peripheral Pin Selection introduces several considerations into application
design that should be considered.This is particularly true for several common peripherals which
are only available as remappable peripherals.
Before any other application code is executed, the user must initialize the device with the proper
peripheral configuration. Since the IOLOCK bit resets in the unlocked state, it is not necessary
to execute the unlock sequence after the device has come out of Reset. For the sake of
application safety, however, it is always a good idea to set IOLOCK and lock the configuration
after writing to the control registers.
Choosing the configuration requires the review of all Peripheral Pin Selects and their pin
assignments, especially those that will not be used in the application. In all cases, unused pin-
selectable peripherals should be disabled. Unused peripherals should have their inputs assigned
to V

SS

. I/O pins with unused RPn functions should be configured with the NULL (‘

0

’) peripheral

output. 
The assignment of an RPn pin to the peripheral input or output depends on the peripheral and
its use in the application. It is better to be done immediately following device Reset and before
the peripheral configuration. 
The assignment of a peripheral output to a particular pin does not automatically perform any
other configuration of the pin’s I/O circuitry. This means adding a pin-selectable output to a pin
may mean inadvertently driving an existing peripheral input when the output is driven. Users
must be familiar with the behavior of other fixed peripherals that share a remappable pin. To be
safe, fixed digital peripherals that share the same pin should be disabled when not in use.
Configuring a remappable pin for a specific peripheral input does not automatically turn that
feature on. The peripheral must be specifically configured for operation and enabled, as if it were
tied to a fixed pin. 
A final consideration is that Peripheral Pin Select functions neither override analog inputs, nor
reconfigure pins with analog functions for digital I/O. If a pin is configured as an analog input on
device Reset, it must be explicitly reconfigured as digital I/O when used with a Peripheral Pin
Select.

4.5.1

BASIC STEPS TO USE PERIPHERAL PIN SELECTION (PPS)

1.

Disable any fixed digital peripherals on the pins to be used.

2.

Switch pins to be used for digital functionality (if they have analog functionality) using the
ADxPCFG register.

3.

Unlock the OSCCON register and clear bit, IOLOCK (not needed after device Reset).

4.

Set RPINRx and RPORy registers appropriately.

5.

Unlock the OSCCON register and set bit, IOLOCK, to ‘

1

’.

6.

Configure and enable newly mapped PPS peripherals.

Example 4-1

 shows a configuration for bidirectional communication with flow control using

UART1. The following input and output functions are used:
• Input Functions: U1RX, U1CTS
• Output Functions: U1TX, U1RTS

Содержание dsPIC24 series

Страница 1: ...following topics 1 0 Introduction 2 2 0 I O Port Control Registers 3 3 0 Peripheral Multiplexing 7 4 0 Peripheral Pin Select 9 5 0 Port Descriptions 19 6 0 Change Notification CN Pins 19 7 0 Register...

Страница 2: ...als Figure 1 1 shows a block diagram of a typical I O port This block diagram does not take into account peripheral functions that may be multiplexed onto the I O pin Figure 1 1 Dedicated Port Structu...

Страница 3: ...ify Write RMW operations There fore a write to a port implies that the port pins are read the value is modified and then written back to the port data latch Care should be taken when Read Modify Write...

Страница 4: ...is 0 then the pin is configured for a normal digital output ODC bit is valid only for output pins After a Reset the status of all the bits of the ODCx register is set to 0 The open drain feature allo...

Страница 5: ...t is cleared x Bit is unknown bit 15 0 TRISx 15 0 PORTx Data Direction Control bits 1 1 The pin is an input 0 The pin is an output Note 1 Refer to the specific device data sheet for the actual impleme...

Страница 6: ...bit 15 0 LATx 15 0 PORTx Data Latch bits 1 1 The latch content is 1 0 The latch content is 0 Note 1 Refer to the specific device data sheet for the actual implementation R W 0 R W 0 R W 0 R W 0 R W 0...

Страница 7: ...e peripheral functions may be multiplexed on each I O pin The priority of the peripheral function depends on the order of the pin description in the pin diagram of the specific product data sheet Figu...

Страница 8: ...Software Input Pin Control Some of the functions assigned to an I O pin may be input functions that do not take control of the pin output driver An example of one such peripheral is the input capture...

Страница 9: ...ates a remappable peripheral and n is the remappable pin number If the pin supports only the input function Peripheral Pin Select feature then it will be designated as RPIn For more details refer to t...

Страница 10: ...ch Read PORTx Read TRISx n 0 WR TRISx Peripheral 2 Output Enable I O Peripheral n Output Enable PIO Module Output Multiplexers Output Function Read LATx 0 1 Peripheral Input Q Peripheral 1 Output Enab...

Страница 11: ...ociated with a peripheral dictates the pin it will be mapped to The RPINRx reg isters refer to Register 4 3 and Table 4 1 contain sets of 6 bit fields with each set associated with one of the remappab...

Страница 12: ...pture 2 IC2 RPINR7 13 8 IC2R 5 0 Input Capture 3 IC3 RPINR8 5 0 IC3R 5 0 Input Capture 4 IC4 RPINR8 13 8 IC4R 5 0 Input Capture 5 IC5 RPINR9 5 0 IC5R 5 0 Output Compare Fault A OCFA RPINR11 5 0 OCFAR...

Страница 13: ...is mapped to the pin see Table 4 1 and Figure 4 3 The peripheral outputs that support Peripheral Pin Selection have no default pins Since the RPORy registers reset to all 0 s the outputs are all disc...

Страница 14: ...on 1 RPnR 5 0 Output Name NULL 0 The pin is an I O Port pin C1OUT 1 RPn tied to Comparator 1 Output C2OUT 2 RPn tied to Comparator 2 Output U1TX 3 RPn tied to UART1 Transmit U1RTS 4 RPn tied to UART1...

Страница 15: ...e the unlock sequence should be performed by writing inline assembly or using built in functions provided by the MPLAB C30 C Compiler IOLOCK remains in one state until changed This allows all of the P...

Страница 16: ...ral output to a particular pin does not automatically perform any other configuration of the pin s I O circuitry This means adding a pin selectable output to a pin may mean inadvertently driving an ex...

Страница 17: ...p w3 n pop w2 n pop w1 Configure Input Functions Assign U1Rx To Pin RP0 RPINR18bits U1RXR 0 0 represents RP0 Assign U1CTS To Pin RP1 RPINR18bits U1CTSR 1 1 represents RP1 Configure Output Functions As...

Страница 18: ...in bits 1 bit 7 6 Unimplemented Read as 0 bit 5 0 Input Function Bits 5 0 Assign Peripheral to Corresponding RPn Pin bits 1 Note 1 Here n represents the peripheral select input pin number 2 Here x rep...

Страница 19: ...registers associated with the CN module The CNENx registers contain the CNxIE control bits where x denotes the number of the CN input pin The CNxIE bit must be set for a CN input pin to interrupt the...

Страница 20: ...condition and set up the CN logic to detect the next pin change The current PORTx value can be compared to the PORT read value obtained at the last CN interrupt to determine the pin that changed The C...

Страница 21: ...x3 Rx2 Rx1 Rx0 xxxx ODCx PORTx Open Drain Control bits 0000 Note 1 Refer to the specific device data sheet for the I O Ports register map details Name Bit 15 Bit 14 Bit 13 Bit 12 Bit 11 Bit 10 Bit 9 B...

Страница 22: ...pecifically for the dsPIC33 PIC24 families of devices but the concepts are pertinent and could be used with modification and possible limitations The current application notes related to the I O Ports...

Страница 23: ...evision A August 2006 This is the initial released revision of this document Revision B May 2007 Added PPS section removed JTAG boundary scan section and added PPS SFR table Revision C March 2019 Upda...

Страница 24: ...dsPIC33 PIC24 Family Reference Manual DS30009711C page 24 2006 2019 Microchip Technology Inc NOTES...

Страница 25: ...TSHARC USBCheck VariSense ViewSpan WiperLock Wireless DNA and ZENA are trademarks of Microchip Technology Incorporated in the U S A and other countries SQTP is a service mark of Microchip Technology...

Страница 26: ...5300 China Xian Tel 86 29 8833 7252 China Xiamen Tel 86 592 2388138 China Zhuhai Tel 86 756 3210040 ASIA PACIFIC India Bangalore Tel 91 80 3090 4444 India New Delhi Tel 91 11 4160 8631 India Pune Tel...

Отзывы: