Posted on August 29, 2005 at 07:04Hi, I have some problem with parity check on bytes received by UART. The settings for UART are : UART_OnOffConfig(UART0, ENABLE); UART_FifoConfig (UART0, DISABLE); UART_FifoReset(UART0, UART_RxFIFO); UART_FifoRe...
Posted on August 10, 2005 at 13:58Now is OK. The problem is that i write an application to test all the modes of the ADC : ''manual'' & ''interrupt'' mode, single channel & round robin mode, so i define some directive in main file like this : #defin...
Posted on August 10, 2005 at 11:53Hi, I'm using since few days an STR710FZ2-EVAL with Keil compiler, and i'm testing some simple applications. I try to use ADC in different mode, but I have a problem with ADC interrupt. I use ADC in ''manual'' mode ...