The TI E2E™ design support forums will undergo maintenance from July 11 to July 13. If you need design support during this time, open a new support request with our customer support center.
Hi Ilija,
Ilija Cakovic said: I saw in the TRM that this register(PRCKEYREG) can only be written to in privileged mode. Could this be the cause of the error? And should the ARM mode perhaps be switched from user mode to a privileged mode before this?
You…
Part Number: RM44L920
Tool/software:
Hello,
I'm trying to implement a DCAN internal analog loopback test based on the configuration described in the Safety Manual and TRM (Technical Reference Manual).
The problem is, the SDL API documentation does…
Hi Ilija,
Ilija Cakovic said: I changed my linker command file as show bellow. Is it possible that problem is due to KERNEL section. When i moved ulFlashStartAddr from .intvecs to the .text section there is no ESM Group 3 error.
Can this be cause of my…
Hi Ilija ,
Apologies for the delay in late response, i was stuck with other issues.
Ilija Cakovic said: Do I need to comment out erasing of the SYS_EXCEPTION in the bootloader ?
Maybe you could try this.
Personally, i never tested _SL_Kickoff_STC_execution…
Hi Ilija,
Ilija Cakovic said: However, I am uncertain whether modifying SDL functions is a good practice. Could you please confirm if making such changes is advisable?
It is fine to modify the SDL code which is included for your project. And some customers…
Hi,
I managed to resolve the issue with the 2-bit ECC testing for both Flash and RAM. It turns out the problem was that I didnt change the sys_intvecs.asm file as shown in the SDL Demo application. Once I made those changes, the tests ran successfully…
Part Number: RM44L920 Other Parts Discussed in Thread: HALCOGEN Tool/software: Hello,
I am trying to integrate the SafeTI Diagnostic Library into a RM44L920 project following these steps:
Created a HALCoGen project.
Set up a CCS project, matching the…
Part Number: RM44L920 Other Parts Discussed in Thread: HALCOGEN Tool/software: Hello,
I am encountering an issue with the PLL1 slip detection mechanism on my project.
I want to force PLL1 slip using checkPLL1Slip(void) function.
I have observed that the…
Part Number: RM44L920 Tool/software: Hello everyone, I'm currently working on a project using the RM44 microcontroller, and I'm trying to implement the Safety Diagnostic Library (SDL) to ensure functional safety in my application. Could anyone…