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

__ram attribute error

when I compile this

void foo (void) __ram {
}

compiler gives an error : #130: expected a '{' when I remove __ram attribute, it's OK, so the error is not from a preceding error. Whats wrong with this ? Luc Vercruysse