HVBLDC_Sensored.h 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /* ==============================================================================
  2. System Name: HVBLDC_Sensored
  3. File Name: HVBLDC_Sensored.h
  4. Description: Primary system header file for the Trapezoidal BLDC Control
  5. Using Hall Effect Sensors
  6. ================================================================================= */
  7. /*-------------------------------------------------------------------------------
  8. Next, Include project specific include files.
  9. -------------------------------------------------------------------------------*/
  10. //#include "com_trig.h" // Include header for the CMTN object
  11. #include "pi.h" // Include header for the PIDREG3 object
  12. #include "rmp2cntl.h" // Include header for the RMP2 object
  13. #include "rmp3cntl.h" // Include header for the RMP3 object
  14. #include "impulse.h" // Include header for the IMPULSE object
  15. #include "mod6_cnt.h" // Include header for the MOD6CNT object
  16. #include "speed_pr.h" // Include header for the SPEED_MEAS_REV object
  17. #include "rmp_cntl.h" // Include header for the RMPCNTL object
  18. #if (DSP2803x_DEVICE_H==1)
  19. #include "f2803xileg_vdc.h" // Include header for the ILEG2DCBUSMEAS object
  20. #include "f2803xbldcpwm.h" // Include header for the PWMGEN object
  21. #include "f2803xpwmdac.h" // Include header for the PWMDAC object
  22. #include "f2803xhall_gpio.h" // Include header for the HALL object
  23. #include "DSP2803x_EPwm_defines.h" // Include header for PWM defines
  24. #endif
  25. #include "dlog4ch-HVBLDC_Sensored.h" // Include header for the DLOG_4CH object
  26. //===========================================================================
  27. // No more.
  28. //===========================================================================