Search found 3 matches
- Fri Jul 19, 2013 6:34 am
- Forum: NetBurner Software
- Topic: MOD5213 16-bit PWM
- Replies: 1
- Views: 1838
Re: MOD5213 16-bit PWM
Is the PWM timer capable of sending IRQ in 16-bit mode?
- Mon Jul 01, 2013 8:19 am
- Forum: NetBurner Software
- Topic: MOD5213 16-bit PWM
- Replies: 1
- Views: 1838
MOD5213 16-bit PWM
Hi, My baseclock is 4 Mhz, I send an Interrupt Request using PIT 1 with a frequency of 400 Mhz. On each interrupt I change the duty of the PWM channels concatenated in 16-bit mode. The period is 2.5 ms(400Hz) and the duty is loaded on each interrupt from a 7200 elements array. The array contains a s...
- Fri Dec 07, 2012 5:35 am
- Forum: NetBurner Hardware
- Topic: mod5213 PIT problem
- Replies: 1
- Views: 2392
mod5213 PIT problem
Hi, I am quite new with netburner hardware and I modified the PIT example from this page: http://www.netburner.com/support/resources/mod5213 to give me a 400Hz interrupt. My modifications are in the line: SetUpPITR( 1 /* Use PITR 1 */, 20735 /* Wait 16588 clocks */, 2/* Divide by 2 from table 173 *...