Posted on May 17, 2011 at 12:46Good news on expanding the line. There is one thing I can't determine from the datasheet. I know the AHB clock max is 48MHz, but it's not clear if PLLCLK and SYSCLK max is 48MHz or remaining at 72MHz as in the '103 par...
Posted on May 17, 2011 at 12:45I added this status check and my virtual com port now works fine with files in the comm program. Code:void USB_Tx_Byte( u8 *str ) { while (_GetEPTxStatus(ENDP1)==EP_TX_VALID) {} UserToPMABufferCopy(str, ENDP1_TXADDR...
Posted on May 17, 2011 at 12:17I don't understand this either. I have LQFP64, so rev is in the lower right. One of mine is 'C07'. The errata sheet from July 08 does not mention any 'C' revision. It also has a 'Z' in the upper right but that's not su...