Posted on January 10, 2006 at 09:36Hallo, I programmed an application using STR710F. On my board I use internal and external flash. I started it 2 weeks ago. When I came back the system has stopped. I debuged my application and has the following beh...
Posted on November 09, 2005 at 05:22 Hallo, I use IAR compiler with external flash, too. In the attachment you will find startupcode and IAR-configuration file using RAM and internal flash. Regards Jörg
________________
Attachmen...
Posted on July 25, 2005 at 07:45Hi, I didn't find the bug, but now the aplplication works. I removed all object files a build the application again. Now it works without errors.
Posted on July 13, 2005 at 06:47Hello, I write an aplication using 2 UARTS and timer. The UART0 and UART1 are full interrupt controlled. I use UART0 to send and get commands to target device. UART1 is used to communicate with an external device over...
Posted on April 14, 2005 at 11:40Hello, I set the UART receive timeout to maximum avlue 0xFF. I disable the IRQ in my queue because these list are used as data interface between interrupt handlers and foreground process. When foreground process read...