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

how to define data in Flash/ROM?

I defined a array like this:
uchar *tuning_order[160]={};
or const uchar *tuning_order[160]={};

but Keil said: error C249: 'DATA': SEGMENT TOO LARGE

I do not konw why?I use the AT89S51.

Parents Reply Children