This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Warning when compiling task_manager

Hello Dear Developers!

I have a warning when I compile Task Manager

The warning is generated at this code in cmsis_gcc.h file:

__attribute__( ( always_inline ) ) __STATIC_INLINE void __set_PSP(uint32_t topOfProcStack)
{
  __ASM volatile ("MSR psp, %0\n" : : "r" (topOfProcStack) : "sp");
}

Despite this my program with Task Manager works fine. But could you tell me if this could lead to potential problems?


Environment:

  • NRF5 SDK 16.0.0
  • SES 5.32
  • nrf52832
Related