Avatar for user54766

user54766

Member since May 2015 • Last active May 2015
  • 1 conversations
  • 4 comments

Most recent activity

  • in General
    Avatar for user54766

    So I have been using ST-LINK utility and I preformed a full chip erase, then loaded the newest firmware. Unfortunately after programming the toggle() function it still gets hung up. Thanks for the suggestions.

  • in General
    Avatar for user54766

    Thanks for your help, I had to load a previous bin file 1v55 to be exact. Now everything works.

  • in General
    Avatar for user54766

    function toggle() {
    on = !on;
    digitalWrite(LED1, on);
    digitalWrite(LED2, !on);
    }

    then after when I run toggle() it gets hung up.

  • in General
    Avatar for user54766

    Hello, I have just begun my time with espruino and I have unsurprisingly run into an issue. I can connect to the board and perform all the simple commands and type in functions. However when I try and run the function, such as toggle() on the quick-start page, the webIDE and CoolTerm for mac just stop. I cannot press return or anything I have to press reset to get it back to normal. I have used the stlink utility twice to reprogram the board with no success. As a side note on this second reprogramming, when I press reset the espruino ascii art does not show up, and any functions I have saved are still on the chip.

    -Thanks

Actions