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 ,
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 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,
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…
Hi Ilija,
If you use FEE in your application, you can do selftest for FEE in your startup code. This section will be helpful to perform this FEE testing in your application startup code.
0xDEADBEEF is just a random value, you can fill it with any value…
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…
Part Number: RM44L920 Other Parts Discussed in Thread: RM46L830 Tool/software: Do the RM44L920 and RM46L830 have any requirements for crystal parameters (like load capacitance, drive level, accuracy)? I did not find any in the documentation.