Definition of constant array in flash memory for infineon xc836 with keil c51

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
hello
How can i define an array of constant decimal integer in flash memory of infineon xc8362fri?
thanks.
0 Likes
1 Reply
Not applicable
Something like that should do.
const int code myarray[] = {42, 23, 1337};
0 Likes