Posted on November 18, 2005 at 09:23Is it possible to get some sample code for an I2C Slave transmission interrupt handler, particulary showing the howto for the last transmitted byte, which would not be ack'd by the master.
Posted on June 03, 2005 at 05:42Hello Ongth, First thing, the following line in your posted code is wrong for 115k: UART_Config(UART0,9600,UART_NO_PARITY,UART_1_StopBits,UARTM_8D); I guess that´s just a mistake while posting. The other thing is, wh...
Posted on May 11, 2005 at 04:50Hi, using RealView ICE does not necessarily mean using RVDK, as the JTAG-Adapter shipped with RVDK is referred to as ''RealView ICE Micro Edition''. The RealView ICE is a tool that can be used with RVDS as well, connec...