xkxx / bl602-docs

Documentation of the BL602 IC

Home Page:https://pine64.github.io/bl602-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BL602 Documentation

The documentation can be found online at pine64.github.io/bl602-docs

Building The Documentation

To build the documentation your self:

$ cd src
$ python -m pip install --requirement=requirements.txt
$ cd en   # cd zh to build documentation in chinese
$ make html

After successfully building the documentation navigate to docs. There ought to be an index.html file. Open it with firefox/your browser of choice.

Hardware

  • BL602/604 Datasheet (34 pages): Includes pinout, memory map, and general peripheral descriptions but no detailed functional specification or register listings. Sipeed, a board vendor that plans to use the BL602, claims that full register documentation will be available sometime in November 2020.
  • soc602_reg.svd: Contains a seemingly-complete register listing, with names but no descriptions, for the BL602.
  • Hardware Notes: Additional information gathered from the SDK repository and elsewhere on the internet.

About

Documentation of the BL602 IC

https://pine64.github.io/bl602-docs/


Languages

Language:Python 70.4%Language:Makefile 29.6%