prop proto board EEPROM PWM
172heavy
Posts: 55
So I have a new prop proto board and I have a very simple program tha works only when loaded directly from the laptop. If I reset or cycle the power off the program will not work. I am choosing the F11 which is writing to the EEPROM.
The program basically looks for and input of on pins 0-3 depending on the value of pins 1-3 it will vary the PWM OUTPUT pins 5 and 6.
It works great if I load it and run it however once I reset or power down and start up again the PWM will not stabilize.
I will post code tomorrow.
Any suggestions will be appreciated.
The program basically looks for and input of on pins 0-3 depending on the value of pins 1-3 it will vary the PWM OUTPUT pins 5 and 6.
It works great if I load it and run it however once I reset or power down and start up again the PWM will not stabilize.
I will post code tomorrow.
Any suggestions will be appreciated.
Comments
Some Propeller boards has a problem where debug statements will cause the board to reset if it's not connected to a PC. There are a couple of different workarounds if this is the problem.
I'll have to check that. Good question.
What are some suggested workarounds?