Posted on May 17, 2011 at 09:34Hello Actualy I use 3 Uart (2 at 250Kbauts and 1 at 38000 bauts), all of them use the fifo, and at each interupt, i check UART_GetITStatus(TheUART, UART_PROGIO_IT_FLAGS) == RESET for each Uart (actualy this is inlined ...
Posted on May 17, 2011 at 09:34Hello, I got exactly the samme problem. when I use UART Interup (on VIC1) And a Timer or a Ethernet interupt (on VIC0) I lose chars. To solve this problem I had to set the UART Interups on fast interupt (FIQ) Regards
Posted on May 17, 2011 at 09:34Hello, So far I know, the actual remaping of boot flash is done by the BootFlash config bit. When programming register at 0x54000000 ... you do not actualy remap flash for the CPU point of view but you only inform the ...
Posted on May 17, 2011 at 09:34You can't set the Bootflash config bit from your application. this must be done by an external Jtag (See documentation) Yes once you configure the second flash as boot flash, you must remap flash Here is some sample of...
Posted on May 17, 2011 at 09:33Hello, if you want to use the Stlib example (witch are writen for IAR compiler) you should use the ''like IAR'' startup file These two file initialise chip like IAR startup does and then call the KEIL C Stdlib start co...