I am writing software on a MSP430f5438 using CCSv5. I am writing software to reprogram the processor over a cell modem. So I have all the TCP connections done and can download the new load image. But I need to allocate a large chunk of RAM to hold the image while I do a CRC check and a block check. I need around 64k bytes... How do I manipulate the heap size to allocate this big of a chunk of memory? When I just put the heap size to 15000 I get a linker error on fit.. I think that I need to allocate a additional RAM section for this I/O buffer...
anyone done something like this on a 5438?
Roger Knott