Skip to main content
Visitor II
March 5, 2010
Question

Sample firmware not working?

  • March 5, 2010
  • 2 replies
  • 599 views
Posted on March 05, 2010 at 17:29

Sample firmware not working?

    This topic has been closed for replies.

    2 replies

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 15:07

    Hi,

    I have found the following notes regarding the beep example, did you checked it ?

       - Verify that the JP14 is on the up position (to enable the speaker on the STM8/128-EVAL)

       - Verify the speaker volume by adjusting the RV2 potentiometer position on the STM8/128-EVAL

    Regards,

    lowpowermcu

    will2Author
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 15:07

    Hi,

    I've been messing around with this a bit more...I think the problem was that the interrupt was not firing.  I changed to the sample project where the GPIO is polled instead of interrupt driven, and it worked.

    Thanks for your input!