Please, only C without using python and other library..
Thanks
Only use standard libraries,joan wrote:Without using a library?
Read up on the gpio and PWM peripherals http://www.raspberrypi.org/wp-content/u ... herals.pdf
Yes, using the PWM or PCM peripherals to pace DMA transfers to the gpios.PiHeich wrote:Only use standard libraries,joan wrote:Without using a library?
Read up on the gpio and PWM peripherals http://www.raspberrypi.org/wp-content/u ... herals.pdf
When i send data from the serial port i need to make also a 26KHz for an analog modulation.
if is possible i need to create a 19us timer, so every 19us i change the value of the gpio (1->0 , 0->1).