Part Number: TMS320F28379D
Other Parts Discussed in Thread: TIDM-1008
I will use Tamagawa Engota with IDDK2.2. I noticed that in cl_f2838x_tmdxiddk_cpu1.c, the GPIO32 setting is not waiting to be done. So I decided to set GPIO32 to H level.
I added the following code to configureGPIO();. Is this a simple bug? Or is it intended to do something?
// GPIO32->TamagawaAbsEnc
GPIO_setMasterCore(32, GPIO_CORE_CPU1);
GPIO_setPadConfig(32, GPIO_PIN_TYPE_STD);
GPIO_setPinConfig(GPIO_32_GPIO32);
GPIO_setDirectionMode(32, GPIO_DIR_MODE_OUT);
GPIO_writePin(32,1);