Good day.
After findind the cause of the problem of this thread:
http://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/286294.aspx
The partner cb1_mobile suggested to create a new post to solve the issue.
The problem is that the new CMSIS library uses more FLASH memory than previous version, and my Launchpads (both Stellaris and Tiva) fail at loading one every two times, getting a FaultISR interrupt .
The difference of the map files (new CMSIS left, old CMSIS right) is here:
If I free some memory, the FaultISR interrupt dissappears and everything goes back to normal.
However, this shouldn't happen since I do not overflow Flash memory at any point.
Is there a limit on flash memory for Tivaware? Is this an issue with the bootloader?
Thank you