Tool/software: Code Composer Studio
I want to transmit bits at about 100kHz. I am using GPIOPinWrite to switch on and off the pin according to the bits I need to transmit. But even though I am transmitting the same, the bit pattern on the DSO doesn't stabilize (doesn't trigger properly). All the pin write is happening inside a timer interrupt. Even if send a I bit pattern of 0's and 1's sometimes arbitrarily there comes two 1's or two 0's, and this is the reason it doesn't stabilise properly.
The clock is set at 50MHz.
I am using PORT B, Pin 3 for the transmission. Is this a problem with TivaC, or with the coding in Code composer studio.s
As of now I am not able to get a stable wave even at 30-40kHz.
Any help will be appreciated.