Skip to content
main
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 

README.md

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.
  • 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.
You can’t perform that action at this time.