Smart Cable SW Architecture and Development Kit Setup - 20230322
Smart Cable SW Architecture and Development Kit Setup - 20230322
and
development kit setup
Index:
➢ Smart Cable SW Architecture
➢ IDE and Toolchain setup by Keil (free license version)
➢ Build firmware binary file by Keil (free license version)
➢ IDE and Toolchain setup by GNU (free license version)
➢ How to build firmware binary file by GNU (free license version)
➢ Flash firmware by MiTAC tool kit (HW and SW utility)
➢ Code trace and debug by UART
Smart Cable SW Architecture
Smart cable SW Cable Architecture
MiTAC
MiTAC
3rd party
or customer
Indie
IDE and Toolchain setup by Keil
IDE Environment Setup (Keil)
1. Keil MDK-ARM IDE and iND83405 package installation
➢ Download the latest Keil MDK-ARM IDE from here:
➢ Keil Product Downloads: https://www.keil.com/download/product/
➢ Choose MDK-ARM
➢ Then filled the required information to continue to download the MDK-ARM. Then install it.
IDE Environment Setup (Keil)
2. Install the iND83405 Pack file “Indie.IND834XX.1.1.7.pack”.
3. Download and install the version 10-2020-q4-major GNU Arm Embedded Toolchain from ARM website:
https://developer.arm.com/-/media/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-
win32.exe
Make sure it will be installed to folder C:\Program Files (x86)\GNU Arm Embedded Toolchain\10 2020-q4-major
Before clicking “Finish” check the following options:
Launch gccvar.bat
Add path to environment variable
Add registry information
IDE Environment Setup (Keil)
4. Open the SDK project “skinny.uvprojx” with Keil MDK-ARM IDE Tool .
2. Connect MCU to PC by UART (Select COMx and Baud rate 230400) then print debug message for
debugging.