Hi,
I've just found a problem with the RELEASE version of my application that seems to be related with loading div16u into high RAM. It just coincided with updating to 4.3.2, but I tried it with 4.3.1 and the problem manifests too.
This is an MSP430F5659 C++ project with exception handling enabled. The code runs mostly from HIGH RAM. Several libraries are moved into RAM, including mul32, div16s, div16u, div32s, div32u and others. The DEBUG version of the code runs fine. The RELEASE version (with debugging symbols suppressed) keeps rebooting unless either I do not move div16u into RAM or I choose the FULL SYMBOLIC DEBUG option. It is not memory size related as I tried moving only div16u and vice-versa. I have also tried setting optimization to NONE to no avail.
What can this be?
Thanks,
Pibe