Hi
I need to access the full 8K of CC2430 memory. The IAR compiler seems to be pre-setup to use 0xF000 to 0xFFFF. I can't see where this is set in options, header files or the ddf files. I just know that if I do a test "uint8_t myblock[4000]" the linker complains of insufficient space.
I really need to use the full 8K (0xE000 - 0xFFFF) and don't mind the fact that the first 4K is not preserved in low power modes.
Any examples anywhere would help
Thanks