This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Debug with Logic Analyzer to show GPIOB bit signal

hi, I am trying to use the logic analyzer to capture the output pin on my MCBSTM32 board. I have try to add "GPIOB" into Current Logic Analyzer Signals under Setup Logic Analyzer Menu, but couldn't seems to do that successfully. May i know whats the right way to add and monitor the signal? This pin is connected to an IR Emitter and the 38Khz carrier frequency toggle by a Timer ISR.

regards
Thanks for any input.
clgo

Parents
  • The logic analyzer can show you high-resolution timing for the simulated signal.

    When running real hardware, it will be up to you to feed real signals to the processor pins. If you suspect that your processor can't handle the signal in real time - try reducing the frequency of the physical signal just to make sure.

    And always make sure that you separate the internal registers in the processor from the virtual register names used by the debugger when simulating external hardware stimuli for a simulated virtual processor.

Reply
  • The logic analyzer can show you high-resolution timing for the simulated signal.

    When running real hardware, it will be up to you to feed real signals to the processor pins. If you suspect that your processor can't handle the signal in real time - try reducing the frequency of the physical signal just to make sure.

    And always make sure that you separate the internal registers in the processor from the virtual register names used by the debugger when simulating external hardware stimuli for a simulated virtual processor.

Children
No data