blue_z wrote:
Hi there
"Implement" usually means design and/or write code. If you found some source code then you're just going to (cross) compile someone else's code.
Do you have a development system to perform cross compiles?
Do you have a cross compiler?
Regards
Hi, thanks for your reply. Implement was probably the wrong word to use. The files I have are source code I found and I have now cross compiled just the main c file and it works! not sure why the other files are needed though?
However my query now is that this code doesn't seem to be a driver, it just maps adc registers into userspace and so not knowing much about linux makes me unsure whether this will "hold up" the processor and not allow me to perform other tasks?
Ideally my finished system will receive info over a comms link, interpret this data as well info from an adc and then use this info to control a constantly changing PWM signal. Do you think this could be done in userspace or would I need to write drivers?