Need Help!!! P8X32A-D40 and parallax morot controller.
Dgswaner
Posts: 795
I totally know this is last minute I apologize, I have a project I need complete for tomorrow.
I have been away from propellers for over a year and I'm quite rusty.
I have everything I need except I can't get the parallax position controllers working.
I'm using an old Spin Studio board and I'm pretty sure it has to do with the clock speed. If I recall correctly I have to change the clock speed for the P8X32A but I can't recall what it needs to be set to in order to use this with the motor controller.
I'm use the Wheel_Controller object out of the box and when I do a test the motor just takes off.
Can someone please tell me if I'm using the right settings below.
_clkmode = xtal1 + pll16x ' Set Propeller to run
_xinfreq = 5_000_000 ' at 80 Mhz
Thanks
I have been away from propellers for over a year and I'm quite rusty.
I have everything I need except I can't get the parallax position controllers working.
I'm using an old Spin Studio board and I'm pretty sure it has to do with the clock speed. If I recall correctly I have to change the clock speed for the P8X32A but I can't recall what it needs to be set to in order to use this with the motor controller.
I'm use the Wheel_Controller object out of the box and when I do a test the motor just takes off.
Can someone please tell me if I'm using the right settings below.
_clkmode = xtal1 + pll16x ' Set Propeller to run
_xinfreq = 5_000_000 ' at 80 Mhz
Thanks
Comments