Discussion Title | Created date |
---|---|
AVR ASM - Check Multiple Bits In A Loop Hi, i im trying to check in a loop each bit if is 0 or 1 for a project that multiplex 7 segment display segment by segment. Here is code and my question is what is the... |
Thursday, 11 March 2021 - 09:52 |
AVR Delay routing using parameter as delay needed I write routine (label) that is making precision delay of 1us: .equ wus=((16000000/1000000 - 4) / 4); used crystal 1us delay rjmp WaitUs sleep WaitUs: ldi zh, HIGH(wus... |
Monday, 13 April 2020 - 11:49 |
AVR Assembler Extract Each 3 digit number to each register (R23, R24, R25) I have written in assembler 3-Digit 7Segment Multiplexing Code that works very well...because i have inpit format number from 000-999 To be displayed i need to write ASM function... |
Sunday, 15 April 2018 - 16:04 |
ImageCraft C LED Blink Using Interrupt Not Working Hi, i im new to ImageCraft C Compiler For AVR, and would like to use LED blink using timer every 1second for start...using this code it compile successfully but LED blink on... |
Saturday, 14 April 2018 - 07:34 |