Mark A. Yoder

Results 6 comments of Mark A. Yoder

The link above needs updating: [ADC User Guide: Continuous Mode](http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Foundational_Components/Kernel/Kernel_Drivers/ADC.html#Continuous%20Mode)

@pdp7 @RobertCNelson I'm trying to understand this project. The **Continuous Mode** example in the updated link helped a lot. Do you see adding an interface to Adafruit_BBIO that allows Continuous...

@pdp7 I've hacked together a python example that uses continuous analog input. https://github.com/beagleboard/cloud9-examples/blob/v2020.08/BeagleBone/Black/analogInContinuous.py It uses gnuplot to plot the signal. How do you see BBIO to be changed to implement...

Sorry, I didn't see this. Are you still having this problem?

@rajmehta28599 I think the easiest approach may be to use the neo4.pru0.c code. It uses /dev/rpmsd_pru to control the LEDs. You could then modify Data_fetch.c to write to /dev/rpmsg_pru to...

SInce each assembly instruction takes 5ns, why not have a WAITns?