EnglishFrenchSpanish

Ad


OnWorks favicon

gd32e230-lib download for Linux

Free download gd32e230-lib Linux app to run online in Ubuntu online, Fedora online or Debian online

This is the Linux app named gd32e230-lib whose latest release can be downloaded as gd32e230-lib.zip. It can be run online in the free hosting provider OnWorks for workstations.

Download and run online this app named gd32e230-lib with OnWorks for free.

Follow these instructions in order to run this app:

- 1. Downloaded this application in your PC.

- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 3. Upload this application in such filemanager.

- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.

- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 6. Download the application, install it and run it.

gd32e230-lib


Ad


DESCRIPTION

GigaDevice GD32E230 startup code/peripheral library.

Use:

#define F_CPU 72000000
#include "gd32e230k8.h"

flash_64b(0); // 32-bit access
flash_pref(1); // prefetch on
flash_lat(2); // latency=2

// bus.prescalers
ahb_div(AHB_DIV_1);
apb1_div(APB1_DIV_1);
apb2_div(APB2_DIV_1);

hxtal_on(1); // HXTAL @ 8M
pll_on(1,0, 9); // PLL @ 72M = 8Mx9
sysclk_sel(SYSCLK_PLL); // SysCLK=PLL

// peripheral clocks
ahb_on(AHB_GPIOA | AHB_CRC);
apb1_on(APB1_TIM2 | APB1_TIM5);
apb2_on(APB2_ADC | APB2_TIM0);

// GPIO
pin_mo(GPIOA,1, MO_AF); // mode
pin_ot(GPIOA,1, OT_PP); // o.type
pin_os(GPIOA,1, OS_10M); // o.speed
pin_af(GPIOA,1, 4); // AF mode

// ADC
adc_on(ADC_RES_12B, ADC_AL_RIGHT, 0); // enable
adc_cal(); // calibrate
adc_iref_on(1); // Vref/Tref on
adc_trig(1, ADC_TRIG_SOFT); // soft trigger

adc_stime(17,ADC_239_5); // s.time
adc_chn(17); // Vref channel

adc_start(1); // start

while(!adc_ready()); // wait

int vcc = adc_vcc(adc_rd(), 1200); // VCC



Features

  • gd32
  • gd32e230
  • startup
  • library



This is an application that can also be fetched from https://sourceforge.net/projects/gd32e230-lib/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    SportMusik
    SportMusik
    Mit dem Programm kann man schnell und
    einfach Pausen bei Sportveranstaltungen
    mit Musik �berbr�cken. Hierf�r haben sie
    die M�glichkeit, folgende Wiedergabvaria...
    Download SportMusik
  • 2
    DavMail POP/IMAP/SMTP/Caldav to Exchange
    DavMail POP/IMAP/SMTP/Caldav to Exchange
    Ever wanted to get rid of Outlook ?
    DavMail is a
    POP/IMAP/SMTP/Caldav/Carddav/LDAP
    gateway allowing users to use any mail
    client with Exchange and Office 365, e...
    Download DavMail POP/IMAP/SMTP/Caldav to Exchange
  • 3
    DivFix++
    DivFix++
    DivFix++ is yours AVI video repair and
    preview software. It designed for repair
    and preview files which are on download
    from ed2k(emule), torrent, gnutella, ftp...
    Download DivFix++
  • 4
    JBoss Community
    JBoss Community
    Community driven projects featuring the
    latest innovations for cutting edge
    apps. Our flagship project JBoss AS is
    the leading Open Source,
    standards-compliant...
    Download JBoss Community
  • 5
    Django Filer
    Django Filer
    django Filer is a file management
    application for django that makes
    handling files and images a breeze.
    django-filer is a file management
    application for djang...
    Download Django Filer
  • 6
    xCAT
    xCAT
    Extreme Cluster Administration Toolkit.
    xCAT is a scalable cluster management
    and provisioning tool that provides
    hardware control, discovery, and OS
    diskful/di...
    Download xCAT
  • More »

Linux commands

Ad