Tutorial 6: Logic analyzer in Keil

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

ความคิดเห็น • 15

  • @asntrk1
    @asntrk1 4 ปีที่แล้ว +1

    I discovered how to use logic analyzer a few days ago after many tries and searches. Thanks for sharing. Especially pointer approach would be very useful.

  • @aishameena8645
    @aishameena8645 4 ปีที่แล้ว

    How did u make the graph stable (freeze) in logic analyser( from 6:30 to 6:40)

    • @embeddedsystemswitharmcort9051
      @embeddedsystemswitharmcort9051  4 ปีที่แล้ว

      If you download the code and run it on the board, the graph is automatically plotted in the logic analyzer. I don't understand what you mean by "stable". Is your output unstable?

  • @sudhansumtripathy
    @sudhansumtripathy ปีที่แล้ว

    sir for stm32f401re , the normal code HAL_GPIO_WritePin(GPIOA,GPIO_PIN_5,1);
    HAL_Delay(500);
    HAL_GPIO_WritePin(GPIOA,GPIO_PIN_5,0);
    HAL_Delay(500);
    pin pb3 = swo, pa14 = tck and pa13 = tms , what variable name should i give in the current logic analyser window

  • @edinhthong5139
    @edinhthong5139 4 ปีที่แล้ว

    Thanks for tutorials, I will save and watch them later

  • @hehehihi9829
    @hehehihi9829 4 ปีที่แล้ว

    This feature I can you with USB ST-Link or must use SWD connecter with ST-Link. Thanks!

  • @hocaheus9410
    @hocaheus9410 4 ปีที่แล้ว

    How do you set a global variable to f.e. GPIODATA for reading a PWM Signal? The IDE tells me it is not a compile-time constant.

    • @embeddedsystemswitharmcort9051
      @embeddedsystemswitharmcort9051  4 ปีที่แล้ว

      You can directly use any global variable, such as GPIOA->ODR, making sure to setting the mask and shift to make your data easier to view.

  • @bunyaminbugrakorkmazer2677
    @bunyaminbugrakorkmazer2677 4 ปีที่แล้ว

    Thanks for tutorial. I connect the swo. But I get the "Trace: sw buffer overrun" error.

    • @embeddedsystemswitharmcort9051
      @embeddedsystemswitharmcort9051  4 ปีที่แล้ว +2

      Yes, if I monitor two or more variables, I got the same error. One variable would be fine. I guess the communication between the board and PC is not fast enough.

  • @shyleshsrinivasan5092
    @shyleshsrinivasan5092 4 ปีที่แล้ว

    Thanks for this video !

  • @黃先生-d7o
    @黃先生-d7o 2 ปีที่แล้ว

    Good~