Dear Champs,
My customer is under developing sensor fusion on Tiva TM4C123GH6PM.
They would like to run this fusion on RTOS, so they try to import SYS/BIOS example code
(Task Mutex Example) for practice.
They found there are some error when the device select as TM4C123GH6PM.
the error code as below.
====error code start
ti.catalog.arm.cortexm4.tiva.ce.Boot: line 66: assertion failure: A_mustNotUseEnhancedClockMode: This device does not support the Enhanced Clock Mode.
xdc.runtime.Error.raise: terminating execution
====error code end
But it works when the device change from TM4C123GH6PM to LM4F120H5QR.
as i know, the TM4C123GH6PM is same as LM4F120H5QR, but why the example code works on LM4F120H5QR, fail on TM4C123GH6PM.
please help to check the SYS/BIOS example code and System Analyzer works on TM4C123GH6PM (EK-TM4C123GXL launchpad) or not?
Thanks!
example = SPI LoopBack | example = Project / New CCS project / Project templates and examples / Sys/BIOS / Generic Examples / Task Mutex Example | |||
EVM | Device Select=TM4C123GH6PM | Device Select=LM4F120H5QR | Device Select=TM4C123GH6PM | Device Select=LM4F120H5QR |
EK-TM4C123GXL | Runs OK | Runs OK | FAIL | Runs OK |
EK-LM4120XL | Runs OK | Runs OK | FAIL | Runs OK |
In Debug mode , Tools/System Analyzer / live OK | In Debug mode , Tools/System Analyzer / live FAIL |