We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was able to successfully program SiLabs BB EFM8 MCUs with the C2 interface using the Arduino Nano (I use a Atmega328P board).
To flashing the Nano Board you have to change only this two lines in the "platformio.ini": [env:uno] board = nanoatmega328
[env:uno]
board = nanoatmega328
The C2D and C2CK Pins also the same I use also the D2 and D3, with three wires: Nano -> MCU:
And ass well the SiLab MCUs must be powered most likely with 3.3V.
Big thanks to the creator of this scripts, you help me a lot to program my SiLabs MCUs!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was able to successfully program SiLabs BB EFM8 MCUs with the C2 interface using the Arduino Nano (I use a Atmega328P board).
To flashing the Nano Board you have to change only this two lines in the "platformio.ini":
[env:uno]
board = nanoatmega328
The C2D and C2CK Pins also the same I use also the D2 and D3, with three wires:
Nano -> MCU:
And ass well the SiLab MCUs must be powered most likely with 3.3V.
Big thanks to the creator of this scripts, you help me a lot to program my SiLabs MCUs!
The text was updated successfully, but these errors were encountered: