Other Parts Discussed in Thread: HALCOGEN
Hi,
I was trying to load a slightly huge code containing FreeRTOS & WIFI module code. I commented the .bss section in the linker cmd file since the compiler threw an error saying the code wont fit the available memory.
It compiled successfully when I commented and tried to load it into the mC using CCS. It went into dabort file (RAM Error check) during debug session.
Later, when I tried to load simpler projects which were working earlier, it still went to dabort and not to the main() section. How do I recover mC back to work normally.
Regards,
Navin