Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. WHO IS DEBUGGING THE DEBUGGERS?

WHO IS DEBUGGING THE DEBUGGERS?

Scheduled Pinned Locked Moved The Lounge
graphicscomiothelpquestion
9 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    honey the codewitch
    wrote on last edited by
    #1

    :laugh: I just spent of most of the day pulling my hair out wondering why my SPI data was bad coming from my MCU. Screen wasn't displaying. So I plug in my Saleae 8 pro (they are flawless right?) and get all kinds of craziness. It was SPI-ish the same way Kraft Singles are Cheese-ish - you knew what it was trying to be, but no. Just, no. Turned my sample rate from 500MS/s to 100MS/s on my analyzer and presto - in comes the SPI stream, and I know the codes to write a bitmap to a region of the display by heart. Sure enough it was coming through. The whole time things weren't working because I just needed to invert my reset and dc lines and pull them high. It's hard to figure out the orientation of the pins with respect to their function given zOS allows you to invert them so I wasn't sure. But the SPI data coming in bad, that red herring took me for a day of time i'll never get back. Support issue opened with Saleae now.

    Check out my IoT graphics library here: https://honeythecodewitch.com/gfx

    Mike HankeyM J B 3 Replies Last reply
    0
    • H honey the codewitch

      :laugh: I just spent of most of the day pulling my hair out wondering why my SPI data was bad coming from my MCU. Screen wasn't displaying. So I plug in my Saleae 8 pro (they are flawless right?) and get all kinds of craziness. It was SPI-ish the same way Kraft Singles are Cheese-ish - you knew what it was trying to be, but no. Just, no. Turned my sample rate from 500MS/s to 100MS/s on my analyzer and presto - in comes the SPI stream, and I know the codes to write a bitmap to a region of the display by heart. Sure enough it was coming through. The whole time things weren't working because I just needed to invert my reset and dc lines and pull them high. It's hard to figure out the orientation of the pins with respect to their function given zOS allows you to invert them so I wasn't sure. But the SPI data coming in bad, that red herring took me for a day of time i'll never get back. Support issue opened with Saleae now.

      Check out my IoT graphics library here: https://honeythecodewitch.com/gfx

      Mike HankeyM Offline
      Mike HankeyM Offline
      Mike Hankey
      wrote on last edited by
      #2

      I haven't dealt with them lately but they are fantastic and very willing to help. I bought one when they were pretty new and I've used it for many years, it's a life saver!

      Give me coffee to change the things I can and wine for those I can not! PartsBin an Electronics Part Organizer - Release Version 1.1.0 JaxCoder.com Latest Article: Simon Says, A Child's Game

      H 1 Reply Last reply
      0
      • H honey the codewitch

        :laugh: I just spent of most of the day pulling my hair out wondering why my SPI data was bad coming from my MCU. Screen wasn't displaying. So I plug in my Saleae 8 pro (they are flawless right?) and get all kinds of craziness. It was SPI-ish the same way Kraft Singles are Cheese-ish - you knew what it was trying to be, but no. Just, no. Turned my sample rate from 500MS/s to 100MS/s on my analyzer and presto - in comes the SPI stream, and I know the codes to write a bitmap to a region of the display by heart. Sure enough it was coming through. The whole time things weren't working because I just needed to invert my reset and dc lines and pull them high. It's hard to figure out the orientation of the pins with respect to their function given zOS allows you to invert them so I wasn't sure. But the SPI data coming in bad, that red herring took me for a day of time i'll never get back. Support issue opened with Saleae now.

        Check out my IoT graphics library here: https://honeythecodewitch.com/gfx

        J Offline
        J Offline
        jmaida
        wrote on last edited by
        #3

        I am confused about cause and effect. 1. invert reset and dc lines and pull them high 2. changed sample rate from 500MS/s to 100MS/s fixes problem Saleae 8 Pro according to web searches is primo logic analyzer

        "A little time, a little trouble, your better day" Badfinger

        H 1 Reply Last reply
        0
        • H honey the codewitch

          :laugh: I just spent of most of the day pulling my hair out wondering why my SPI data was bad coming from my MCU. Screen wasn't displaying. So I plug in my Saleae 8 pro (they are flawless right?) and get all kinds of craziness. It was SPI-ish the same way Kraft Singles are Cheese-ish - you knew what it was trying to be, but no. Just, no. Turned my sample rate from 500MS/s to 100MS/s on my analyzer and presto - in comes the SPI stream, and I know the codes to write a bitmap to a region of the display by heart. Sure enough it was coming through. The whole time things weren't working because I just needed to invert my reset and dc lines and pull them high. It's hard to figure out the orientation of the pins with respect to their function given zOS allows you to invert them so I wasn't sure. But the SPI data coming in bad, that red herring took me for a day of time i'll never get back. Support issue opened with Saleae now.

          Check out my IoT graphics library here: https://honeythecodewitch.com/gfx

          B Offline
          B Offline
          BillWoodruff
          wrote on last edited by
          #4

          honey the codewitch wrote:

          the same way Kraft Singles are Cheese-ish - you knew what it was trying to be, but no. Just, no.

          eloquent ! :rose:

          «The mind is not a vessel to be filled but a fire to be kindled» Plutarch

          1 Reply Last reply
          0
          • J jmaida

            I am confused about cause and effect. 1. invert reset and dc lines and pull them high 2. changed sample rate from 500MS/s to 100MS/s fixes problem Saleae 8 Pro according to web searches is primo logic analyzer

            "A little time, a little trouble, your better day" Badfinger

            H Offline
            H Offline
            honey the codewitch
            wrote on last edited by
            #5

            Oh no, sorry. It was two separate issues I initially thought were related. 1. Fixed the display so that it worked 2. Fixed my logic analyzer so that it worked. After doing both, it all worked. And yeah, this analyzer is supposed to one of the best you can buy. That's why I was shocked at its behavior.

            Check out my IoT graphics library here: https://honeythecodewitch.com/gfx

            J 1 Reply Last reply
            0
            • Mike HankeyM Mike Hankey

              I haven't dealt with them lately but they are fantastic and very willing to help. I bought one when they were pretty new and I've used it for many years, it's a life saver!

              Give me coffee to change the things I can and wine for those I can not! PartsBin an Electronics Part Organizer - Release Version 1.1.0 JaxCoder.com Latest Article: Simon Says, A Child's Game

              H Offline
              H Offline
              honey the codewitch
              wrote on last edited by
              #6

              Their support is fantastic, and this is the first time I've had a problem with one that wasn't down to a skill issue (so far) Although in my defense, who the hell would think you can't plug your analyzer into a USB3 hub? You can't. It won't see it. It's a known issue. That was my skill issue though - not knowing. They were really nice about it of course, and you never have to wait to talk to someone. Hell I was about to open a ticket, and a live person started chatting me up before i could finish.

              Check out my IoT graphics library here: https://honeythecodewitch.com/gfx

              Mike HankeyM 1 Reply Last reply
              0
              • H honey the codewitch

                Their support is fantastic, and this is the first time I've had a problem with one that wasn't down to a skill issue (so far) Although in my defense, who the hell would think you can't plug your analyzer into a USB3 hub? You can't. It won't see it. It's a known issue. That was my skill issue though - not knowing. They were really nice about it of course, and you never have to wait to talk to someone. Hell I was about to open a ticket, and a live person started chatting me up before i could finish.

                Check out my IoT graphics library here: https://honeythecodewitch.com/gfx

                Mike HankeyM Offline
                Mike HankeyM Offline
                Mike Hankey
                wrote on last edited by
                #7

                I looked over my old emails and found that I bought the " Logic 8-channel USB Logic Analyzer" back in Jan. 2012. I built a new computer earlier this year and it didn't recognize the device so I put in a ticket in Mar. of this year. A live person responded to the ticket and the problem was resolved in a short time. Yeah like I told the Saleae person, "It's the most important tool I own".

                Give me coffee to change the things I can and wine for those I can not! PartsBin an Electronics Part Organizer - Release Version 1.1.0 JaxCoder.com Latest Article: Simon Says, A Child's Game

                1 Reply Last reply
                0
                • H honey the codewitch

                  Oh no, sorry. It was two separate issues I initially thought were related. 1. Fixed the display so that it worked 2. Fixed my logic analyzer so that it worked. After doing both, it all worked. And yeah, this analyzer is supposed to one of the best you can buy. That's why I was shocked at its behavior.

                  Check out my IoT graphics library here: https://honeythecodewitch.com/gfx

                  J Offline
                  J Offline
                  jmaida
                  wrote on last edited by
                  #8

                  Understand. Got it. Hardware can be a bear sometimes. Mostly a hobby which I gave up because of space and time.

                  "A little time, a little trouble, your better day" Badfinger

                  N 1 Reply Last reply
                  0
                  • J jmaida

                    Understand. Got it. Hardware can be a bear sometimes. Mostly a hobby which I gave up because of space and time.

                    "A little time, a little trouble, your better day" Badfinger

                    N Offline
                    N Offline
                    Nelek
                    wrote on last edited by
                    #9

                    jmaida wrote:

                    Hardware can be a bear b1tch sometimes.

                    FTFY

                    M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups