This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

有关28069m高压套件的例程lab01b

Other Parts Discussed in Thread: MOTORWARE, DRV8301, DRV8305

motorware中的lab01例程,其中我看见例程中都是

#ifdef DRV8301_SPI
// Watch window interface to the 8301 SPI
DRV_SPI_8301_Vars_t gDrvSpi8301Vars;
#endif

#ifdef DRV8305_SPI
// Watch window interface to the 8305 SPI
DRV_SPI_8305_Vars_t gDrvSpi8305Vars;
#endif

可是我的芯片是28069m的,这样程序是不是无法正常运行?