Demonstrations for TIMH operation.This example code demonstrates how pwm waveform control by Fault_PCI(FPCI).
  

What is this demo doing :

FPCI of timh0 control pwm waveform(break the waveform). 
peripheral(ioport/PA3) link to FPCI with EBUS.
PA0 will generate a break signal by sofeware.

PA0(Break signal) --> PA3(Ioport) --> EBUS --> FPCI(timh0)

1. Connect PA0 to PA3.

2. PA0 as hardware break signal ouput. This signal is source of falut_pci(FPCI).
   PA0 = 1 , break enable.
   PA0 = 0 , break disable.

3. PA3 as hardware break signal input.

4. You will see the pwm waveform like this:
           _   _         _   _         _   ________   _   ________
  PWM_H : | |_| |___0___| |_| |___0___| |_|    1   |_| |_|    1   |_
             _             _   _______   _          _   _            ...
  PWM_L : |_| |_____0_____| |_|   1   |_| |____0___| |_| |____0_____


!!More detail of the waveform please refer to : timh\fault_pci_FPCI\doc\

  
 
