Interrupts problem (Int0-Int1)
hello,
i'm using arduino nano board, program in assembler.
i know not usual way, should little crazy... assembler, , understand nothing c, c++ !
i'm using excellent software "xloader" upload hex files (from avr studio) througt arduino bootloader.
but have problem , int1 interrupts, nothing !
i suspect bootloader take on interrupt's vectors, reset , int0-1 , swap adresses.
timer's interrupts ok.
does know how interrupts (int0-int1) working, while using arduino bootloader ?
thanks answers.
i'm using arduino nano board, program in assembler.
i know not usual way, should little crazy... assembler, , understand nothing c, c++ !
i'm using excellent software "xloader" upload hex files (from avr studio) througt arduino bootloader.
but have problem , int1 interrupts, nothing !
i suspect bootloader take on interrupt's vectors, reset , int0-1 , swap adresses.
timer's interrupts ok.
does know how interrupts (int0-int1) working, while using arduino bootloader ?
thanks answers.
i think there no correlation between int0-1 , bootloader. whenever bootloader finished jumps 0 address , mcu starts executing program code. since moment bootloader has nothing with. program interrupt vectors , routines correctly.
Arduino Forum > Using Arduino > Microcontrollers > Interrupts problem (Int0-Int1)
arduino
Comments
Post a Comment