Posted on May 17, 2011 at 09:46Hello JW, Did you resolve your problem and if so what was it and what did you do to fix it ? Has anyone else had similar problem ? (And found a fix that they can share ?) I migrated my project to the IAR 5.1 compiler (...
Posted on May 17, 2011 at 09:44Hello Charlu and ALL. To answer your questions: 1) Interrupt handlers are meant to be very short - shorter the better ! 2) I was told to set the DVAR interrupt handler by ST via our distributor. 3) I have condcted the ...
Posted on May 17, 2011 at 09:44Hello ALL, an update ... By using Buffered I/O for my application and spotting that my RS232 TX buffer size of 256 bytes was causing my COMMS_232_putchar() to stall and then increasing the TX buffer to 2048 bytes, the ...
Posted on May 17, 2011 at 09:44Hello ALL. Please find attached minimalist sample code that uses: A timer interrupt (increments a counter), 1024Hz periodic RTC interrupt (increments a counter), 115200 baud Tx interrupt (from buffer and uses UART FIFO...