I'm trying to build a project that transmits data via xbee in regular interval of time. So for this I used the uart and rtc functions of ev-cog-ad3029lz. This program works fine in debug mode. When trying to build in release mode it gives this error. I want my project work stand-alone without being connected to the pc. What should I do.?
Hi,
Please read this FAQ it will help you on working with stand alone mode.
Regards,
Jeric
Can you check CrossCore GCC ARM Embedded Assembler, CrossCore GCC ARM Embedded C Compiler and CrossCore GCC ARM C++ Compiler settings All options if you have define -mcpu=cortex-m3. If not, define it to…
You have to configure your linker file to put the data on retained RAM region, goto folder name RTE>>device>>aducm3029 and look for aduc3029.ld change both .data and .bss to DSRAM_A
-jeric