Posted on February 15, 2009 at 10:38Hello, Are PWM output and timer mutually exclusive, i.e. if I use PWM1 output, I can't use timer1 as a periodical interrupt timer and so goes for PWM2 and PWM3? Thank you
Posted on February 12, 2009 at 11:34Hi, I would like to get explanation about the on-chip marking of the STR751. On the chip I am working on, I can see: -------------- | 5CTMV3 | | | | 220E8 VG | | MLT 22839 | | e4 Z | | C04 | ------------- ...
Posted on June 19, 2008 at 10:44just activate also the RX timeout interrupt. This interrupt ensures that if bytes are left in RX buffer, an RX interrupt will occur, after a specified number of bits time. good luck [ This message was edited by: nir.a...
Posted on June 07, 2008 at 15:59if it works for your application, fine. Just make sure no context switch happens while you push bytes to buffer which can cause inter-byte time out from the peer, or a specific task runs long enough to make the delay ...
Posted on June 05, 2008 at 05:00The example of the print task is an excellent example for showing how the STR75 UART transmit section design is limitting: 1. If you don't use the watermark, the task schedualing is dependent upon the baud rate of the...