Hi,
I am using TM4C123GXL and Keil IDE to generate 8 PWM signals.I had initialized eight timer based PWM's and my aim is to vary the duty cycle as per my input on every 1us. There is no errors occurred during the compilation and building. But when I tried to run this in the hardware the program is going to an endless loop called hardfault handler and waits at the instruction B and also I can't able to step this instruction
HardFault_Handler\
PROC
EXPORT HardFault_Handler [WEAK]
B .
ENDP
I am attaching my rar file with this. Actually my project is little bit in complete because I had trying to vary the duty cycle for only one signal even though I want 8 PWM's.What I am done here is to just check the first condition and failed to execute want solution.