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

Update SoftwareSerial.cpp #652

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

battosai30
Copy link

placing table[] in flash allow a big gain in RAM memory. For example without this modification, it's impossible to use hardware serial + SoftwareSerial because it consumes too much RAM.

placing table[] in flash allow a big gain in RAM memory. For example without this modification, it's impossible to use hardware serial + SoftwareSerial because it consumes too much RAM.
@guipoletto
Copy link

How can i get a windows-build of the latest 0101E0016 beta?

I have run in exactly the same problem while trying to run both soft and hard serial.

@battosai30
Copy link
Author

Just click "Update SoftwareSerial.cpp" up above and you will see the modification you have to do in SoftwareSerial.cpp file, available in energia-0101E0015\hardware\msp430\libraries\SoftwareSerial

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

Successfully merging this pull request may close these issues.

3 participants