Other Parts Discussed in Thread: BOOSTXL-DRV8320RS, LAUNCHXL-F280049C, C2000WARE
Hey TI - i was setting to run the BOOSTXL-DRV8320RS on site 2 of the LAUNCHXL-F280049C MCU and came across the following bug:
// GPIO32->LED for J5/J6 connection
GPIO_setMasterCore(32, GPIO_CORE_CPU1);
GPIO_setPinConfig(GPIO_32_GPIO32);
GPIO_writePin(32, 0);
GPIO_setDirectionMode(31, GPIO_DIR_MODE_OUT);
GPIO_setPadConfig(32, GPIO_PIN_TYPE_PULLUP);
31 should be 32. This causes the SDO input on the MCU to be setup as an output.
This bug is in C2000Ware_MotorControl_SDK_3_00_01_00.
As a suggestion, i recommend updating the Hardware Quick Start Guide so it tells the user that S6 MUST be in the GP position when operating from site 2.
Respectfully,
Brett