MotorControl/epwm_test_biss_c_cpu1/epwm_test.c

34 lines
570 B
C

//###########################################################################
//
// FILE: epwm_test.c
//
//
//
//###########################################################################
//
// in 2838x_FLASH_lnk_cpu1.cmd
// .bss : > RAMGS0 // instead of RAMLS5
//###########################################################################
//
// Included Files
//
#include "f28x_project.h"
#include "init_perif.h"
#include "uart_4Mbit.h"
void main(void)
{
InitPerif();
for(;;)
{
UartErrorReset();
}
}
//
// End of file
//