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
OOPS ...
Ignore this thread I selected the wrong compiler !
Luc