Hi,
I developed project on the LM3S8962 evaluation board, and everything (Programming/Debugging from the CCS4) worked fine. Now, I switched to a custom board with LM3S8738 and 7.3728 Mhz crystal, and cannot program/debug project from CCS. I believe I did all required changed in a project settings, but flash programming fails with "CORTEX_M3_0: Error connecting to the target: Frequency is out of range." message.
I tried to set proper frequency in the Debug Settings->Target->Flash Settings->Crystal, but it seems like it only expects frequency to be set as integer number in Mhz.
Can I program the board with not integer-frequency?
Thanks!