Posted on May 17, 2011 at 09:51Didn't check specifically for stak usage. As far as I know the latest ST library does not support nested interrupts, so chances are small that I am running out of stack space - will investigate. Thanks
Posted on May 17, 2011 at 09:51I am using the file '91x_it.c' from v2.0 library. The MC interrupt function was modified to call my ISR as shown below. //************************************************************** void MC_IRQHandler(void) { MC_IR...
Posted on May 17, 2011 at 09:51Hi I use the motor control peripheral on the STR912 and have some problems with interrupts. I have three sources of interrupts enabled - automatic data transfer (2400Hz), tacho capture (totally asynchronous, approx 66H...
Posted on May 17, 2011 at 09:50Hi I am using IAR Embedded Workbench Evaluation for ARM 4.41A with ST lib v2 on STR910-EVAL board. I've made a project of the uart example distributed with the library, but now I experience a problem with stack pointer...