Part Number: RM44L920 Tool/software: Hello,
I'm reopening this issue in a new thread since the previous one was closed, and I believe I’ve made progress in resolving the problem I originally encountered. I’d now like to confirm whether my logic and…
Part Number: RM44L920
Tool/software:
Hello,
I implemented the PSCON PMA test using the SDL API within a diagnostic task. The self-tests and error-forcing tests are working fine, except the PSCON test, which gets stuck in a loop and never completes…
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…
Part Number: RM44L920 Tool/software: Hi,
I am following SDL demo application but my project also uses FreeRTOS. I don't understand how to use SL_CRC_Calculate() function, how to calculate ulFlashEndAddr?
Is there some connection between .cinit and…
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…
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…
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.
Part Number: RM44L920
Tool/software:
Hi,
I'm working on implementing 2-bit ECC tests for Flash and SRAM using the Safety Diagnostic Library (SDL) and following the SDL demo example.
However, I'm encountering failures with these tests, and I'm…
Part Number: RM44L920 Other Parts Discussed in Thread: HALCOGEN Hello,
I've been trying to interface the RM44L920 based custom board with ICM20689 using the SPI protocol. I've understood that for using mibSPI, the master should have a way to let the…
Part Number: RM44L920 Other Parts Discussed in Thread: HALCOGEN Tool/software: Hi,
I’m trying to integrate the Safety Diagnostic Library (SDL) into an existing project that already has a bootloader. The bootloader is based on TI's uart bootloader example…