/bl602-docs

Documentation of the BL602 IC

Primary LanguagePython

BL602 Documentation

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

Building The Documentation

To build the documentation yourself:

$ cd src
$ python -m pip install -r requirements.txt
$ cd en   # cd zh to build documentation in chinese
$ make html  # on Windows, set SPHINXBUILD="python -m sphinx" for this command

The documentation will be built inside the docs folder. To view it, open docs/index.html in your browser of choice.

Hardware

  • Official Documents: Includes detailed core and peripheral documentation
  • BL602/604 Datasheet (34 pages): Includes pinout, memory map, and general peripheral descriptions but no detailed functional specification or register listings.
  • BL602/604 Reference Manual (209 pages): Includes register map, clock tree and other information about implementing BL602/BL604
  • 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.