This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

__at for Function Address

void __at(0x2000) test(void)
{ int i; i++
}

This Function is right by MDK3.05, but is warning by MDK3.24?
warning:: Sources\BSP.c(50): warning: #1202-D: invalid attribute for function "test"

why?

Thank you!