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

Support Request for Arduino Portenta #62

Open
hpssjellis opened this issue Jun 21, 2021 · 1 comment
Open

Support Request for Arduino Portenta #62

hpssjellis opened this issue Jun 21, 2021 · 1 comment

Comments

@hpssjellis
Copy link

Support Request for Arduino Portenta

The new Arduino Portenta has several UART's if using the Breakout Board but by itself it only has SerialUSB and Serial1 at D13, D14, which would be fine if it were single core but it is a dual core board. Any chance of getting AltSoftSerial working on this board. I would test any changes you suggest.

I tried #define ARDUINO_AVR_SODAQ_MBILI which would use pins 5, 6 but it errored on #define ALTSS_BASE_FREQ F_CPU

I will search a bit about that. Any opinions on if this could get running?

@PaulStoffregen
Copy link
Owner

Just adding defines will not work. The actual code to use whatever timers that chip has needs to be written.

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

2 participants