Re: Problems passing rtems test sp37 on STM32F7x

2015-10-28 Thread Sebastian Huber
On the ARMv7-M port of RTEMS the interrupt level is not a part of the thread context. Thus, this test cannot work. The sp37 test is the only test that calls operating system services with interrupts disabled in thread context. In general this would be a major application bug. This is a known is

Re: Problems passing rtems test sp37 on STM32F7x

2015-10-28 Thread Jay Doyle
On 10/28/2015 04:29 PM, Joel Sherrill wrote: On October 28, 2015 2:52:34 PM EDT, Jay Doyle wrote: All, We are having problems passing the RTEMS sp37 test case using our STM32F7x BSP. I did some digging around it looks like the problem stems >from the fact that test_interrupt_body calls rt

Re: Problems passing rtems test sp37 on STM32F7x

2015-10-28 Thread Joel Sherrill
On October 28, 2015 2:52:34 PM EDT, Jay Doyle wrote: >All, > >We are having problems passing the RTEMS sp37 test case using our >STM32F7x BSP. I did some digging around it looks like the problem >stems >from the fact that test_interrupt_body calls rtems_interrupt_disable >twice and the funct

Problems passing rtems test sp37 on STM32F7x

2015-10-28 Thread Jay Doyle
All, We are having problems passing the RTEMS sp37 test case using our STM32F7x BSP. I did some digging around it looks like the problem stems from the fact that test_interrupt_body calls rtems_interrupt_disable twice and the function returns with most interrupts still disabled. Later in th