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.
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