This project uses the BQ34Z100 driver to implement a Chem ID measurer and an IC debugging/test suite.
- Clone it to your machine. Don't forget to use
--recursive
to clone the submodules:git clone --recursive https://github.com/USCRPL/BQ34Z100G1-Utils.git
- Set up the GNU ARM toolchain (and other programs) on your machine using the toolchain setup guide.
- Set up the CMake project for editing. We have three ways to do this:
- On the command line
- Using the CLion IDE
- Using the VS Code IDE
- Edit src/pins.h to configure the pins used for your application
- Build the
flash-soc-test
orflash-chem-id-measurer
targets to upload the application to a connected device.
See here.