Friday, June 26, 2015

ET-STM32F103 ARM Cortex board get started

  • Board ET-STM32F103
  • Based on ARM CORTEX-M3
  • Keil uVision
    • can be used to build the project
    • can be used for debugging, using HW "ULINK".
  • Code Worior
    • I was able to build the project using code worrior
    • I opened the debugger, and tried to debug offline (need more investigation)
  • STMicroelectronics Flash loader: used to flash the board with the hex file
    • Connect the usb-to-serial to UART1
    • Switch To Bootloader (from the boot push button on the board)
    • Press reset (from the reset push button on the board)
    • Open the "STMicroelectronics Flash loader"
      • COM3 (check the port from device manager)
      • Baud 115200
      • 8 Bits
      • Parity: even
      • Echo: disabled
      • Timeout: 5

No comments:

Post a Comment