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

Atmega128 PORTF OUTPUT error in asm code #387

Open
iv-vi opened this issue Apr 27, 2024 · 0 comments
Open

Atmega128 PORTF OUTPUT error in asm code #387

iv-vi opened this issue Apr 27, 2024 · 0 comments

Comments

@iv-vi
Copy link

iv-vi commented Apr 27, 2024

  • Arduino board: Atmega128, MegaCore board

  • Arduino IDE version (found in Arduino -> About Arduino menu): arduino-cli 0.34.2, avr-gcc-7.3.0

  • List the steps to reproduce the problem below (if possible attach a sketch or
    copy the sketch code in too): build error, Adafruit_neopixel.cpp:926:26 impossible constraint in 'asm'

  • Comment - In asm code for PORTF used command "OUT", but it doesn't work with PORTF in 8bit avr uControllers. For PORTF command "STS" should be used instead. I've maid code modification, but it won't link now.

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