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.

TMS320F28035: How to create my own proj base InstaSPIN-BLDC

Part Number: TMS320F28035

Hello

      I have purchased a EVALUATION KIT from TI, that's DRV830x-HC-C2-KIT, it's very exciting, I have experimented on it to spin a BLDC motor successfully! 

      But now, I want to create my own proj, to drive a high voltage BLDC motor, DCBUS is 310V, what transformations I must to do about the software and the hardware?

  • If you're looking to do high voltage hardware, please be aware that this can be a difficult task to do correctly and safely. We have an evaluation kit that can be used up to 350VDC here www.ti.com/.../tmdshvmtrpfckit. We have the schematics for this kit available in Control Suite, you can look through that hardware design to have more insight for high voltage hardware development.

    For creating your own software, you must take the time to look through the project to familiarize yourself with the MCU peripherals and the control algorithm itself. We do not have a "template" source file that can be provided for you to develop a project from scratch. Instead, we offer the incremental build level approach to show you how different facets of the control algorithm are implemented. If you examine the code at each build level, you will see what additional code was added, which in turn should provide insight on how to add similar code to your own project.

    Sean