Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. maxdor
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by maxdor

    • maxdor

      RPI Gateway - !TSM:INIT:TSP FAIL
      Troubleshooting • • maxdor  

      19
      0
      Votes
      19
      Posts
      6391
      Views

      mickecarlsson

      Same error here. gcc version 4.9.2 (Raspbian 4.9.2-10) PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)" Replacing printf("bcm2835_delayMicroseconds %" PRIu64 "\n", micros); with printf("bcm2835_delayMicroseconds %lld\n", micros); in file drivers/BCM/bcm2835.c fixed the issue. EDIT: It did compile, but it segfaults when I try to start mysgw Time to get a fresh copy from git EDIT2: Fix from commit in bug report fixed it.
    • maxdor

      Mega 2560 as Serial Gateway
      Troubleshooting • • maxdor  

      5
      0
      Votes
      5
      Posts
      1662
      Views

      maxdor

      Hi, I found the failure. I haven't seen the Pin changeing to : #define MY_RF24_CE_PIN 49 #define MY_RF24_CS_PIN 53 Now, the debug looks good. Thank U!