Search found 14 matches

by Oberoid
Tue Jul 26, 2011 1:45 pm
Forum: Getting Started
Topic: IRQTimer.mod:TimerHandler:"Update vic priority
Replies: 3
Views: 25779

Re: IRQTimer.mod:TimerHandler:"Update vic priority

Thank you for the quick answer, Chris.
Now I can go on experimenting with the VIC.

Greetings,
Frans-Pieter
by Oberoid
Tue Jul 26, 2011 1:27 pm
Forum: Getting Started
Topic: IRQTimer.mod:TimerHandler:"Update vic priority
Replies: 3
Views: 25779

Re: IRQTimer.mod:TimerHandler:"Update vic priority

Probably found the answer in PrimeCel VIC manual PL192 Reading from this register provides the address of the ISR, and indicates to the priority hardware that the interrupt is being serviced. Writing to this register indicates to the priority hardware that the interrupt has been serviced. The regist...
by Oberoid
Tue Jul 26, 2011 12:58 pm
Forum: Getting Started
Topic: IRQTimer.mod:TimerHandler:"Update vic priority
Replies: 3
Views: 25779

IRQTimer.mod:TimerHandler:"Update vic priority

Hello to you all, i' m studying the VIC and have a question about the example code. Following is the interrupt handler from the example module IRQTimer.mod. PROCEDURE TimerHandler[4]; (* 4 for IRQ or FIQ *) BEGIN INC(timeVal); (* Clear the MR0 interrupt *) SYSTEM.PUT(LPC.T1IR, {0}); (* Update the VI...
by Oberoid
Sun Feb 20, 2011 10:09 am
Forum: Getting Started
Topic: advocating specific board entry on forum
Replies: 1
Views: 17765

advocating specific board entry on forum

Hi Chris and Astrobe, I got the Led7Seconds.mod working on my embedded artist Edu 2138 board. First my compliments for the elegance of the code written, now I actually understand what is going on. Again, Oberon07 is a jewel not to be overlooked. The c-code from Embedded Artists is very confusing. No...