1. STM32duino Core 설치

    GitHub - stm32duino/Arduino_Core_STM32: STM32 core support for Arduino

    Getting Started

    This repo is available as a package usable with Arduino Boards Manager.

    Add this link in the "Additional Boards Managers URLs" field:

    https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json

    Warning:

    For full instructions on using the "Boards Manager", see the Getting Started page.

    Advanced user can use the repository to benefit from the latest development. See the Using git repository page.

    User can add a STM32 based board following this wiki.

  2. 그리고 아두이노의 보드 매니저에서 stm32duino 찾아서 설치..

    Untitled

  3. STM32_CAN 헤더 다운 및 라이브러리 추가 (아두이노의 .zip 라이브러리 추가기능으로)

    https://github.com/pazi88/STM32_CAN

    https://github.com/pazi88/STM32_CAN

  4. 코드 업로드… 아래 이미지는 FTDI-serial로 업로드할때임… RX-PA9 TX-PA10

    Untitled

  5. 아래처럼 로그 나오면 업로드 된거임.

    Untitled