Other Parts Discussed in Thread: HALCOGEN
Our current specifications:
Windows 7 Enterprise (64 bit)
HALCoGen version 03.06.00
Code Composer Studio 5.5.0.00077
TMS570LS31x HDK
The following error has appeared as of this morning, and affects all of our projects, including those created before this error appeared (as in, no modifications since before the error appeared). No updates to the above programs have been carried out that may have caused this issue, and the issue occurs on two separate computers (however it is the same board in all cases, as we currently only have the one).
Exactly every other time we use the debug option of Code Composer Studio to test our code on our mictrocontroller, the following appears in the console and the project fails to load:
CortexR4: GEL Output: Memory Map Setup for Flash @ Address 0x0CortexR4: Loader: One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
The error occurs every other time that the debug option is used, regardless of what project we attempt to load.
Though there are several other threads that mention this error, in this case it is not tied to any larger issue, and the only other thread which had this exact problem was solved by upgrading from Code Composer Studio 5.2.1 to 5.3. As we are already using 5.5, this solution is not entirely helpful.
Additionally, since this problem occurred our sci practice code (which we've been incorporating into our RTOS-based projects to ensure functionality) are no longer receiving input. While they provide the prompt ("Please press a key") as expected, more often than not there is no response to any typing (the expected response is to return the typed letters in the terminal). I am unsure if this is related.




