Part Number: TMS320F280049 Other Parts Discussed in Thread: C2000-SAFETI-DIAGNOSTICS-LIB , C2000WARE Hello, I am looking for the STL CLA code for the 28004x chipset According to the manual SPRUIC8C, I need to contact TI for the download of "Functional Safety…
Part Number: MSPM0L1306 Other Parts Discussed in Thread: REF3025 , SYSCONFIG Hi Champs!
Customer is finalizing his 1st MSPM0L PCB and raised some BSL/pin related questions:
1.
For the ADC we will use an external reference voltage source (REF3025). We will…
You can find the device certificate from ti.com:
https://www.ti.com/product/RM48L530?keyMatch=&tisearch=search-everything&usecase=partmatches
The HALCoGen Compliance Support Package (CSP)
https://www.ti.com/tool/SAFETI-HALCOGEN-CSP?keyMatch…
Part Number: MSPM0G3507 Hello,
we are using arm-none-eabi-gcc to cross build for MSPM0G3507 MCU. The version set is
arm-none-eabi-gcc: 10.3.1
MSPM0 SDK: 1.20.0.5
If using compiler settings -O0 and -flto code runs as expected.
If using -O1/2/s and -flto…
Thank you for pointing this out.
ATCM_Correctable_Error(void) should not be used for TMS570LC43x and RM57Lx. Those two devices are Cortex-R5F based ARM MCU, and all other devices are Cortex-R4F based devices. The ECC logic for flash on Cortex-R4F devices…
Hi David,
AP=1 in the MSPM0 is the CFG-AP, and provides some basic device information in addition to being used for logging some potential errors, including a boot diagnostic error that would be associated as a CRC failure for the trim regions, BSL, or…
Hans Nieuwenhuis said: Installed via the import to CCS function in the resource explorer.
As a test just installed CCS 12.3.0.00005 in an AlmaLinux 8.7 live CD (so no previous CCS install). Just selected MSPM0 Support during the CCS install. Once CCS 12…
Part Number: TMS570LS3137 Hello,
We are developing software targeting a IEC 61508 SIL2 certification based on the TMS570LS3137. We are planning to leverage the diagnostics offered by the SafeTI Diagnostics Library (SDL).
I requested and installed the…
Martin Rachor said: if I want to do:
atomic_flag flag = ATOMIC_FLAG_INIT;
the compiler starts to complain
error: non-constant-expression cannot be narrowed from type 'int' to 'atomic_bool' (aka '_Atomic(bool)') in initializer list [-Wc++11-narrowing]…