Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

10
  • You're using your Arduino as the programmer, but you're using "avrisp"? Commented Oct 4, 2015 at 23:41
  • i do so because the arduino ide doesnt compile and upload my asm code correctly - just inline asm. what should i use? -c arduino? i also tried that without any success. Commented Oct 4, 2015 at 23:42
  • Hello folks is my question bad written or does nobody have an answer? Commented Oct 5, 2015 at 0:10
  • It would be good to definitively separate the problem into pieces. If you can get a bootloader on the breadboard chip, such that you can upload sketches to it over (USB-) serial rather than ISP, then you should also be able to upload valid assembly code built with a bootloader-compatible memory footprint. But if you are using an Arduino as an ISP programmer, and are having problems differentiating between its bootloader and the programmed ISP sketch, then you need to solve that first. Making sure the ISP sketch uses a different baud rate than the bootloader could help a lot. Commented Oct 5, 2015 at 0:21
  • 2
    Hello folks is my question bad written or does nobody have an answer? - so, no answer after one hour, huh? Maybe a lot of people are in bed. Patience, old chap! Commented Oct 5, 2015 at 3:48