Skip to content
New issue

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

Add Compatibility for Arduino Nano #2

Open
sinalco92 opened this issue Dec 30, 2023 · 0 comments
Open

Add Compatibility for Arduino Nano #2

sinalco92 opened this issue Dec 30, 2023 · 0 comments

Comments

@sinalco92
Copy link

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:

  • D2 -> C2D
  • D3 -> C2CK
  • GND -> GND

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant