Documentation

Processor Expert automatically generates a document {projectname}_SIGNALS.txt or {projectname}_SIGNALS.doc containing a list of relationship between defined signals and corresponding pins. There is an additional signal direction information added next to each signal name and pin number information next to each pin name. This document can be found in the Documentation folder of the Component view.

Listing: Sample of generated signals documentation

=================================================================
SIGNAL LIST
-----------------------------------------------------------------
SIGNAL-NAME [DIR] => PIN-NAME [PIN-NUMBER]
-----------------------------------------------------------------
LED1 [Output] => GPIOA8_A0 [138]

LED2 [Output] => GPIOA9_A1 [10]

Sensor [Input] => GPIOC5_TA1_PHASEB0 [140]

TestPin [I/O] => GPIOE0_TxD0 [4]

Timer [Output] => GPIOC4_TA0_PHASEA0 [139]
=================================================================

=================================================================
PIN LIST
-----------------------------------------------------------------
PIN-NAME [PIN-NUM] => SIGNAL-NAME [DIRECTION]
-----------------------------------------------------------------
GPIOA8_A0 [138] => LED1 [Output]

GPIOA9_A1 [10] => LED2 [Output]

GPIOC4_TA0_PHASEA0 [139] => Timer [Output]

GPIOC5_TA1_PHASEB0 [140] => Sensor [Input]

GPIOE0_TxD0 [4] => TestPin [I/O]
=================================================================