Hi,
I am using ZStack 1.4.3-1.2.1 and running my own application on top. Now I am seeing an issue when I build using "CoordinatorDB" workspace.
After I download the code into the CC2431 board (connected through a SmartRF04EB), I see this error message:
Wed Nov 19 13:43:54 2008: The stack 'XdataStack' is filled to 100% (768 bytes used out of 768). The warning threshold is set to 90.%
I don't see the same message when I compile for "CoordinatorEB".
My Code Bank configuration is as follows:
Register Address: 0xC7
Bank Start: 0x2900
Bank end: 0xFFFF
Changing the bank start value to either 0x2000, 0x3000, 0x2800 does not help at all and causes a bunch of these messages to appear:
Wed Nov 19 13:53:02 2008: Warning: Verification error on page #6, bank #0, address range 0x03000 - 0x037FF, address 0x03000, 0x01 (on target) != 0xC0
Am I missing anything?