Posted on June 07, 2007 at 06:02There are various ways to toggle a LED via an I/O. The most simple and basic is to toggle an I/O: Ex. with LED connected on pin PB0, code in assembler language: .loop_toggle ld A, PBDR xor A, #$01 ld PBDR, A ; PB0 ...
Posted on June 30, 2003 at 12:19Hi, In addition to the ideas given, here are some feedbacks: - I confirm that setting the 'MCO' bit in MCCSR register should be enough to output the CPU clock on the MCO pin - the MCO pin is shared for ICC communica...
Posted on April 16, 2003 at 06:27It is expected to be fixed in next revision. For this cut, it means that LVD operation cannot be guaranteed in any conditions (particularly at operating conditions limits).
Posted on November 22, 2002 at 09:00ST7Flite0 has been specifically designed to be used with the embedded internal 1% RC. Therefore crystal isn't expected to be used with this device and no dedicated pins are available. Feel free to use the internal...