Skip to main content
AVR Freaks
Main menu mobile
Home
Communities
Forums
Projects
Vendors
Wiki
Search
My summary
Privacy
Contact
Site Use Terms
Cookies
Communities
Forums
Vendors
WIKI
Projects
Signup
Login
Search form
Search
Entire Site
All Communities
AVR Freaks
Atmel SMART ARM-based MCUs
Internet of Things
Capacitive Touch
Projects
Vendors
Wiki
You are here
Home
»
User login
S_K_U_N_X's Posts
Main menu mobile
Home
Communities
Forums
Projects
Vendors
Wiki
Search
My summary
Privacy
Contact
Site Use Terms
Cookies
Communities
Forums
Vendors
WIKI
Projects
Discussion Topics
Comments/Replies
Post
Created date
Need some help understanding how to move the interrupt vector
maybe you can kill time to get somewhere toward the end of a pulse yeah I wanted to play with this but I think it changes to some degree. but yes I didnt think of doing the...
Tuesday, 22 December 2020 - 15:23
Need some help understanding how to move the interrupt vector
Yeah that got it down. //|___|~~~~| loadRegister=_low_state_portd_first; WHILE_PULSE_IS_HI_NO_CHECK; 21cc: 36 99 sbic 0x06, 6...
Tuesday, 22 December 2020 - 02:04
Need some help understanding how to move the interrupt vector
OH I see the lss file is merged in to one file now, used to be separate files... Looks like I had one timer check left in there. //|___|~~~~|____| timer =1; loadRegister=...
Tuesday, 22 December 2020 - 01:39
Need some help understanding how to move the interrupt vector
Taking this one step at a time here.. Timer is not used anymore, it was in the loop to prevent a freeze but my new code does not need it. Its also before the loop anyways....
Tuesday, 22 December 2020 - 01:26
How can I catch a chip in if defined?
Can I use CCFLAGS = -D like CCFLAGS = -D __AVR_ATmega32u2__ in my MAKE?
Tuesday, 22 December 2020 - 00:00
How can I catch a chip in if defined?
ah, makes sense, I thought this could be in a MAKE file. I can use the main, thx.
Monday, 21 December 2020 - 23:57
Need some help understanding how to move the interrupt vector
OH port F is debug ;) So possible misunderstanding of what you said here but thinking it's more of a misunderstanding in general... Are you saying I can influence the...
Monday, 21 December 2020 - 00:38
Need some help understanding how to move the interrupt vector
While is on port d. but can be moved to any port. #define PULSE 0x04 #define PULSE_PIN PIND #define PULSE_PORT PORTD #define WHILE_PULSE_IS_LO while...
Sunday, 20 December 2020 - 16:45
Need some help understanding how to move the interrupt vector
I used the exact code you refer to. I was able to get things very close but was still not good enough. I was hoping all this relocating of vectors would help me but I'm starting...
Sunday, 20 December 2020 - 13:56
Need some help understanding how to move the interrupt vector
ah, so this approach is lost with c code? Way too messy for me to do it all in S. Yeah, the timing is a must. https://www.avrfreaks.net/forum/...
Saturday, 19 December 2020 - 21:07
Need some help understanding how to move the interrupt vector
How do I determine what is a safe address? http://ww1.microchip.com/downloa... Am I reading that as 0x3800 ? And a stupid question here but can I call the...
Saturday, 19 December 2020 - 20:57
What exactly does "AVR I/O clock to be present" mean?
Ah, very good guys thank you.
Thursday, 17 December 2020 - 00:31
Pages
<<
<
…
2
3
4
5
6
7
8
9
10
…
>
>>
maybe you can kill time to get somewhere toward the end of a pulse yeah I wanted to play with this but I think it changes to some degree. but yes I didnt think of doing the...
Yeah that got it down. //|___|~~~~| loadRegister=_low_state_portd_first; WHILE_PULSE_IS_HI_NO_CHECK; 21cc: 36 99 sbic 0x06, 6...
OH I see the lss file is merged in to one file now, used to be separate files... Looks like I had one timer check left in there. //|___|~~~~|____| timer =1; loadRegister=...
Taking this one step at a time here.. Timer is not used anymore, it was in the loop to prevent a freeze but my new code does not need it. Its also before the loop anyways....
Can I use CCFLAGS = -D like CCFLAGS = -D __AVR_ATmega32u2__ in my MAKE?
ah, makes sense, I thought this could be in a MAKE file. I can use the main, thx.
OH port F is debug ;) So possible misunderstanding of what you said here but thinking it's more of a misunderstanding in general... Are you saying I can influence the...
While is on port d. but can be moved to any port. #define PULSE 0x04 #define PULSE_PIN PIND #define PULSE_PORT PORTD #define WHILE_PULSE_IS_LO while...
I used the exact code you refer to. I was able to get things very close but was still not good enough. I was hoping all this relocating of vectors would help me but I'm starting...
ah, so this approach is lost with c code? Way too messy for me to do it all in S. Yeah, the timing is a must. https://www.avrfreaks.net/forum/...
How do I determine what is a safe address? http://ww1.microchip.com/downloa... Am I reading that as 0x3800 ? And a stupid question here but can I call the...
Ah, very good guys thank you.
Pages