We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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!