A multipurpose buck converter with CAN interface.
This project work with M0A21BSP submodule from Nuvoton corporation. You need to initialize submodules by passing --recurse-submodules
to the git clone
command.
git clone https://github.com/MIH-pi/ledCAN.git --recurse-submodules
- Installing tools
sudo apt install kicad build-essential gcc-arm-none-eabi libtool libusb-1.0-0-dev
- Build and install customize version of OpenOCD for Nuvoton devices
git clone https://github.com/OpenNuvoton/OpenOCD-Nuvoton.git
cd OpenOCD-Nuvoton
./bootstrap
./configure --enable-nulink
make
sudo make install
We are thankful that Nuvoton corporation (MCU),PANJIT (MOSFET), EDOM Technology (MPS MPQ4569GQ) and Texas Instruments (CAN SBC) provide samples and technical support.