Holtek HT32F125 Development Board
Jump to navigation
Jump to search
This article describes specifics for the Holtek HT32F125 Development Board.
Preparing for J-Link
- Connect your J-Link to the SWD header (CN4 or CN5)
- Power the board via USB (CN1).
- Verify the Connection with J-Link Commander. The output should look as follows:
Example Projects
Binary Counter
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Holtek HT32F125 Development Board. It uses D3 up to D5 as 3-bit binary counter.
Setup
- J-Link software: V8.12
- Embedded Studio: V8.16
- Hardware: Holtek HT32F125 Development Board
- Link: File:HT32F125 BinaryCounter.zip
Hello World
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the HT32F125. It outputs "Hello World!" to the Debug Terminal in a loop.
Setup
- J-Link software: V8.12
- Embedded Studio: V8.16
- Hardware: Holtek HT32F125
- Link: File:HT32F125 HelloWorld.zip