#include <hidef.h> /* for EnableInterrupts macro */
#include "derivative.h" /* include peripheral declarations */
#include "FslTypes.h"

void vfnDACFillBuffer (UINT16* pu16NewData);


void main(void) 
{
  EnableInterrupts;
  /* include your code here */


  

  for(;;) 
  {
    __RESET_WATCHDOG();	
  } 
  
}

