Can't get HWPWM to work

Questions about the BASICtools and MakeItC
Post Reply
ctkilian
Posts: 9
Joined: Fri Feb 20, 2015 2:31 pm

Can't get HWPWM to work

Post by ctkilian »

I have a Super Pro, trying to get HWPWM to work. The following little test program will compile, but there is no output on IO(64) (which is channel 1) that I can see with my scope. Any ideas? Thanks, Chris

#include <HWPWM17.bas>
main:
HWPWM(1,1000,750)
end



basicchip
Posts: 1090
Joined: Fri Oct 19, 2012 2:39 am
Location: Weeki Watchee, FL
Contact:

Re: Can't get HWPWM to work

Post by basicchip »

Well I'm still in the middle of a move, and have no ARM devices here, just a computer. All those are somewhere between CA and FL

Try using the HWPWMtest.bas, as last time I checked that was working on most boards, and for sure on the SuperPRO as it is our most common board. You may be missing some setup or include files, right now I can't tell

Post Reply