STM32CubeMX basics: 11.1 STM32Cube HAL labs SPI - Lab SPI Poll

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024
  • This lecture is part of the MOOC - STM32CubeMX and STM32Cube HAL basics • MOOC - STM32CubeMX and...
    Please see below hands-on mandatory pre-requisites and additional links.
    Hands-on technical pre-requisites:
    PC with admin rights running Windows 7 or higher
    STM32 nucleo kit NUCLEO-F401RE www.st.com/en/...
    Mini USB cable
    Java JRE www.oracle.com/...
    STM32CubeMX www.st.com/en/...
    STM32CubeF4 firmware www.st.com/en/...
    ST-LINK USB driver www.st.com/en/...
    A development IDE, either IAR, Keil, Atollic or SW4STM32
    MOOC slideset: drive.google.c...
    MOOC lab archive: drive.google.c...
    MOOC lab documentation: drive.google.c...
    Additional references:
    UM1724 NUCLEO-F401RE user manual www.st.com/res...
    UM1718 STM32CubeMX user manual www.st.com/res...
    Additional information on How to use SWO to print information from STM32 drive.google.c...
    Tell us what do you think about this MOOC through anonymous survey: www.surveymonk...

Комментарии • 10

  • @tushantmishra1482
    @tushantmishra1482 9 месяцев назад

    who is the transmitter and reciever here,i think our pc is transmitter and receiver is microcontrollrer

  • @JairoGustavo
    @JairoGustavo 4 года назад +2

    Hi, what happens if you don't disable the optimizations?, thanks

    • @BillTsapalos
      @BillTsapalos 4 года назад

      I don't understand this, too. "To allow me to see the buffer". I understand that the best way is to try it by ourselves but I am looking for a quick answer!

    • @massimilianotebaldi2137
      @massimilianotebaldi2137 4 года назад +2

      @@BillTsapalos I'm learning too, but, if I'm not wrong, compiler optimization delete unsed variables to save resources. So if you want to debug and see something you must disable optimization.

    • @BillTsapalos
      @BillTsapalos 4 года назад +1

      @@massimilianotebaldi2137 Why he does not declare them as "volatile" instead?

    • @massimilianotebaldi2137
      @massimilianotebaldi2137 4 года назад

      @@BillTsapalos I don't know if in this case would work the same.

  • @timothyrushing7505
    @timothyrushing7505 4 года назад

    Where do I download these project files you're importing?