I would like to use externel memory in CC2430 board. I found an example named 'HalFlashP'. And I can see uint8_t_xdata use in 'HalFlashP.nc' like this --> uint8_t_xdata eraseFunctionBuffer[] =
But I don't apllied to my work. What is 'xdata' memory associated with code? I cannot find 'xdata'
I added 'typedef unsigned char uint8_t_xdata; --> keil_stdint.h in C:\cygwin\opt\tinyos-2.x\tos\chips\mcs51
but, It caused compile error What is the best way to solve this problem? Please help me~
You can't have looked very hard, then!
http://www.keil.com/support/man/docs/c51/c51_le_memareas.htm http://www.keil.com/support/man/docs/c51/c51_le_memtypes.htm
See also: www.8052.com/.../120112 And: http://www.8052.com/tutorial
Thanks for your advice. But, I don't solve this problem. Because these works are 8051-TinyOS
You said that your problem was:
"What is 'xdata' memory associated with code? I cannot find 'xdata'"
That has now been answered!
So, now that you do know what 'xdata' is, you need to explain further what is the actual problem you are facing...
View all questions in Keil forum