-----------------------------------------------------------------------------------------------------
Gowin_GoRV32_Plus MPU Software Programming Reference Design Read Me File
-----------------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------------
Startup Mode
    BUILD_LOAD : linker_load.lds
    BUILD_BURN : linker_ram.lds
                 linker_ddr.lds
    BUILD_XIP  : linker_xip.lds
-----------------------------------------------------------------------------------------------------
Demos
    axi_master   :  AXI master extended interface
    axi_slave    :  AXI slave extended interface
    clint        :  Machine timer interrupt and software interrupt
    flash        :  Flash read and write access
    fpu          :  FPU
    gpio         :  GPIO output waterfall led
    i2c          :  I2C master and slave
    ice          :  Custom instruction
    mm           :  Memory management
    mmu          :  Memory management unit
    mtimer       :  Machine timer
    pit          :  PIT simple timer
    plic         :  External interrupt
    printf       :  Standard printf()
    pwm          :  PWM
    scanf        :  Standard scanf()
    sd           :  SD card
    spi          :  SPI master and slave
    uart         :  UART1 TX and RX
    uart2        :  UART2 TX and RX
    wdt          :  Watchdog reset
    dhrystone    :  Benchmark
    coremark     :  Benchmark
    freertos     :  RTOS
    axi_ddr      :  AXI DDR extended interface
    fatfs        :  Fatfs in SD card
-----------------------------------------------------------------------------------------------------
MPU IDE
    Version tested: GMD_2025.01
-----------------------------------------------------------------------------------------------------