Posted on May 17, 2011 at 09:52Hi all, why does it takes about 50ms after my last Byte (of three) was sent, until the Busy-Bit of the SSP0-Interface show me the idle mode? SCLK = 750kHz. When i set the SCLK to about 2MHz, the Busy-Bit reacts after s...
Posted on May 17, 2011 at 09:50Hi all, i use the SSP0 for more than one Device on the bus. So, i have to toggle Port-Pins for the Device-Specific Chip Select. What Register must i check that i know that the last transmition to the device is ready an...
Posted on May 17, 2011 at 09:46Hi all, from Power-ON (no Reset) to the first ADC-Result, the STR910FAW32 needs about 200ms? It runs with 16MHz. How can i make it faster? Thanks Michael
Posted on May 17, 2011 at 09:45Hi, if you set TIM0_OC2R = TIM0_OC1R = YOUR_VALUE you generate a 50% Duty-Cycle on your timer. (Route it on a Port Pin an you'll see it) With YOUR_VALUE you'll setting up the time an irq occurs. I work with this solut...
Posted on May 17, 2011 at 09:44Hi all, how lomg have i to wait, until i can switch to an other irq source (I want so switch from EXINT3 -> EXINT4 -> EXINT5). Is ist possible to select an other source during the irq-routine? Michi