Hello,
I am trying to run this machine learning example on my MSP430 - https://github.com/phdschooltpc/msp430-xor
I want to compile this example using msp430-elf-gcc instead of CCS.One of the compiler options in this example is :
--heap_size=1500 # for dynamic memory allocation
How do I set the same using Makefile in msp430-elf-gcc? When I compile without the increased heap size using gcc, I get a stack and heap collision error.
Thanks,
Archie S