Part Number: TMS320F28379D
Tool/software: Code Composer Studio
Hello everyone.
I can't understand, what is the problem.
When I use predefined function GPIO_togglePin(DEVICE_GPIO_PIN_LED2); the pin toggles, however if I use the register directly, like GpioDataRegs.GPBTOGGLE.bit.GPIO34 = 1; - nothing happens