Hello,
Sleep and wakeup funtion is needed with S32K312, and I add code as below
__attribute__ ((aligned(128)))
__attribute__ ((section(".rodata"))) volatile uint32 const VectorTable[] =
{
//...
}
But I get warning as below
Assembler messages:
Warning: ignoring changed section attributes for .rodata
Is this serious problem for system? How to solve it?
Thanks for your attention!
Hi,
I don't think that it is issue for system, but the VectorTable will remain at the possition where it was before.