Posted on October 23, 2009 at 17:41You might be able to get some information by looking at OpenOCD source code: http://repo.or.cz/w/openocd.git?a=treeOpenOCD does support the STR71x family.
Posted on August 05, 2009 at 08:11Well, this is easy. The UART_RxHalfFull bit will be cleared when the UART receive FIFO is not half full anymore, that is when it contains 8 or less characters. So you can clear this bit by reading from the receive F...
Posted on August 01, 2009 at 13:37'Interrupt pending bit of UART' is not specific enough. I can think of 10 different bits in different registers that fit the description. Can you be more specific?
Posted on March 12, 2009 at 09:31Is the problem active yet?It is, unless they've done a new revision of the silicon with the bug corrected. Since they haven't released a single errata document for this MCU and they haven't corrected the flash progra...