[beagleboard] Re: How do I change the SPI clock (P9_22) speed on BBB? And what is the maximum speed?

2014-07-21 Thread Ardit Cuka
Ok I figured it out using python: spi = SPI(0,0) spi.mode=2 spi.msh=200 ( by changing this number will result in the clock frequency change with a max of 12.0 Mhz. SIMPLE AS THAT.) spi.open(0,0) Thanks for your answers. On Tuesday, July 15, 2014 4:38:30 PM UTC-4, Ardit Cuka wrote

[beagleboard] Re: How do I change the SPI clock (P9_22) speed on BBB? And what is the maximum speed?

2014-07-18 Thread Ardit Cuka
and how to make changes like this. Python can't do everything, despite what every Python fan I've known claims. Jeremiah On Thursday, July 17, 2014 1:56:58 PM UTC-5, Ardit Cuka wrote: I don't need to change to clock speed when the system its running. I want to change it before

[beagleboard] Re: How do I change the SPI clock (P9_22) speed on BBB? And what is the maximum speed?

2014-07-17 Thread Ardit Cuka
,GPIO.HIGH) On Thursday, July 17, 2014 2:36:15 PM UTC-4, ky...@cranehome.info wrote: It's set in device tree at boot time. I don't think you are going to find a way to change that on the fly with a running system. On Wednesday, July 16, 2014 10:21:02 AM UTC-5, Ardit Cuka wrote: I just need

[beagleboard] SPI clock P9_22

2014-07-16 Thread Ardit Cuka
Hi, I am trying to find out what is the maximum frequency on P9_22 which is the SPI clock on BBB. AND HOW DO I CHANGE THIS FREQUENCY. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To

[beagleboard] Re: How do I change the SPI clock (P9_22) speed on BBB? And what is the maximum speed?

2014-07-16 Thread Ardit Cuka
I just need a code in python that sets that frequency to what i want! On Tuesday, July 15, 2014 4:38:30 PM UTC-4, Ardit Cuka wrote: Maybe this might be a simple thing, but i have searched and could'nt get nowhere. Thanks -- For more options, visit http://beagleboard.org/discuss --- You

[beagleboard] How do I change the SPI clock (P9_22) speed on BBB? And what is the maximum speed?

2014-07-15 Thread Ardit Cuka
Maybe this might be a simple thing, but i have searched and could'nt get nowhere. Thanks -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving