Part Number: INSTASPIN-BLDC
Other Parts Discussed in Thread: DRV8301, DRV8305, MOTORWARE
Tool/software: Code Composer Studio
Hi there,
I've developed my own high-power inverter around the TIf28069 launchpad and I'm having some struggles getting it set up. I'm running the lab_02a code for the BoostDrv8301 without the SPI code, with all motor parameters and voltage/current sensors setup of course, I've added #undef DRV8301_SPI and #undef DRV8305_SPI at the beginning of the code to disable any SPI interaction with the board (just trying to get it running quickly). Due to a board error my inverter holds the nOCTW pin LOW, which should be HIGH without an error of course. I think that this might cause the PWM inputs to be disabled but I can't find anything in the code that indicates this. Can this signal maybe cause the CTRL block to get into the CTRL_State_Error state??
Has anybody got tips on how to start writing code for a custom inverter board in general?