#115440 - Lick - Tue Jan 16, 2007 3:42 am
Download
#Scroll down for r4
Why
I wrote a small, simple and automatic FIFO-interrupt-handler to eliminate the chaotic FIFO IRQ spaghetti that was present in my previous projects.
What
I call it lickfifo, and it will enable, disable the FIFO IRQ with 2 simple functions, and it also has a functionpointer-system, where you can add your own FIFO IRQ messagehandlers to an automatic process. It works on both ARM7 and ARM9!
The example project should illustrate how it works, and why it makes your code much cleaner. It sends (triggered by keyinput) a message from ARM9 to the ARM7 (automatically) back to the ARM9 that (automatically) swaps the LCDs.
How
#Scroll down for r4
Suggestions are welcome,
- Lick
_________________
http://licklick.wordpress.com
Last edited by Lick on Fri Jan 19, 2007 2:54 pm; edited 10 times in total
#Scroll down for r4
Why
I wrote a small, simple and automatic FIFO-interrupt-handler to eliminate the chaotic FIFO IRQ spaghetti that was present in my previous projects.
What
I call it lickfifo, and it will enable, disable the FIFO IRQ with 2 simple functions, and it also has a functionpointer-system, where you can add your own FIFO IRQ messagehandlers to an automatic process. It works on both ARM7 and ARM9!
The example project should illustrate how it works, and why it makes your code much cleaner. It sends (triggered by keyinput) a message from ARM9 to the ARM7 (automatically) back to the ARM9 that (automatically) swaps the LCDs.
How
#Scroll down for r4
Suggestions are welcome,
- Lick
_________________
http://licklick.wordpress.com
Last edited by Lick on Fri Jan 19, 2007 2:54 pm; edited 10 times in total