This piece of code contains a function which configures all the features of the ADC in TI F281x and F2833x families. In this case it uses a sample rate of 12.5 KHz and simultaneous sampling ...
This piece of code contains a function which configures the basic features of the PWM module in TI F281x family. In this case it generates a period of 200 Hz with 60% duty cycle in...
This code configures the CPU Timer 0 of the family C281x from Texas Instruments to generate an interruption at a rate of 2 Hz assuming 150 Mhz of system clock frequency....
This piece of code contains a function which configures the basic features of McBsp transmitter in TI F281x family. In this case it is thought to work transmitting a signal to ...
This piece of code contains a function which configures all the features of the SCI in TI F281x family. In this case it uses a baud rate of 9600 bps, no parity and 8 data bits. It is very simple to mo...