-
Notifications
You must be signed in to change notification settings - Fork 73
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
How to use pyupdi #76
Comments
Hi Paul - I guess your board has some sort of USB-serial converter, which is technically all you need. However you will need to prevent the mega328(?) device from interfering with UPDI, so I would guess it has to be erased/disconnected somehow. I am not an expert with the Arduino boards unfortunately... |
thanks for reply. It's probably just as easy to use a USB to serial converter, I'll try that. Do you by any chance know if it's possible to debug the 4809 chip using UPDI? I'm new to MCUs outside of Arduino and using Platformio for coding. Thanks very much, |
You can debug using UPDI, but not with pyupdi - the debug system is not exposed. |
thanks very much for the advice. I guess the snap debugger will work with atmel studio 7 as its the same manufacturer, and I'll enquire with the platformio guys if it will work with PIO. |
Snap works with Studio 7 in "AVR mode" (in which it looks and behaves like an atmel-ice) but still has to be upgraded in MPLABX. |
Hello, I read the readme file and I am looking to program atmega 4809 which uses updi as a programming method. Also using Platformio IDE. When I look at the pyupdi circuit diagram, it looks like an FTDI board on the left, but my question is, could an arduino be used instead of the FTDI? If it's possible to use an Arduino Uno, what software would be needed on the Uno?
thanks for help with this.
Paul
The text was updated successfully, but these errors were encountered: