Skip to content

Commit b844cf7

Browse files
added j-link warning
1 parent 73893b0 commit b844cf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gowin_empu/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ This is the .cst file I ended up with:
191191

192192
The Cortex M3 microcontroller can be programmed in C/C++ using either Keil MDK or Gowin's MCU Designer based on Eclipse CDT, [the Education version of the GMD can be downloaded from here](https://magicjellybeanfpga.github.io/mjb/software.html) and that's what we'll use in this tutorial.
193193

194-
Installation is straightforward, unzip the package and start the wizard. The wizard doesn't allow you to change the installation directory so make sure to have some space on the C:\ drive, the GMD is also configured to use "C:\GMD\workspace" as the workspace directory by default, and the workspace also includes various example projects for Gowin's microcontroller IPs, both soft core and silicon. At the end of the installation you'll get the option to install drivers for the SEGGER J-Link JTAG debugger, if you have one of those laying around and want to use it leave the option ticked.
194+
Installation is straightforward, unzip the package and start the wizard. The wizard doesn't allow you to change the installation directory so make sure to have some space on the C:\ drive, the GMD is also configured to use "C:\GMD\workspace" as the workspace directory by default, and the workspace also includes various example projects for Gowin's microcontroller IPs, both soft core and silicon. At the end of the installation you'll get the option to install drivers for the SEGGER J-Link JTAG debugger, if you have one of those laying around and want to use it leave the option ticked. Sipeed doesn't recommend using the J-Link on the Tang Nano 4K as it may interfere with the BL702 programmer chip connections, if you're still bent on using it do so at your own risk. (and please report back the results!)
195195

196196
You will also need to download Gowin's SDK kit for the GW1NS(R)-4C, [the latest version as of writing is V1.1.3 and can be downloaded from this hotlink](https://cdn.gowinsemi.com.cn/Gowin_EMPU(GW1NS-4C)_V1.1.3.zip). It contains the Cortex M3 configuration files for both the GMD and ARM Keil, the libraries you need to interact with the peripherals and several reference designs showcasing the variety of the EMPU's features.
197197

@@ -554,6 +554,7 @@ You can interface the EMPU itself with a Hitachi HD44780-based (or compatible) c
554554
* Tie the RW pin on the LCD to ground.
555555
* Build the project, connect the Nano 4K and flash the updated files. You should see a message on the LCD:
556556
(TODO picture)
557+
(TODO hide code inside collapsible blocks)
557558

558559

559560
## **Conclusion**:

0 commit comments

Comments
 (0)