Posted on March 14, 2006 at 06:55I have an RTOS which uses SWI for task switching in a yield() function. When Semihosting is enabled in the RealView ICE, the application is slowed down a lot. When Semihosting is disabled there is no problem. Is this...
Posted on November 16, 2004 at 03:40Thank you mweigelt. Changing the I/O port configuration did the trick to get the receive routine working and thank you for the tip about TxEmpty.
Posted on November 15, 2004 at 06:24I am having problems writing an interrupt based UART driver for the ST71X. With only RxBufFullIE interrupt enabld, receptions is fine, but all bytes transmitted are echo'ed back to the receive buffer even if the l...