Hi Jagadish,
After further debugging, I've identified that only the Flash 2-bit ECC test is failing:
/* Run 2Bit ECC test on Flash */ retVal = SL_SelfTest_Flash(FLASH_ECC_TEST_MODE_2BIT, TRUE, &failInfoFlash); INCREMENT_PASS_FAIL_COUNTER(failInfoFlash…
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.
Hi Samantha Schadwinkel ,
So, it could be due to having multiple EEPS.
I will note this issue for future correction, is it possible for your application to use single EEP with two virtual sectors like as most of the customers use case.
-- Thanks & regards…
Hi Chunyan,
Chunyan Li said: However, around 25 CPU clock cycles seem excessive. Is this level of delay typical for this processor? Are there any tricks to make it faster?
I tested on other Hercules device(TMS570LC4357) and the delay looks same. And a…
Part Number: RM44L920 Other Parts Discussed in Thread: HALCOGEN Hello,
I'm using RM44L920 (100 Pin package) microcontroller in one of my projects. I am facing difficulty and I need help in the following things
1) I am not able to control the state…
Part Number: RM44L920 Other Parts Discussed in Thread: HALCOGEN I am usin RM44L920 eCAP module to measure wheel speed using all 4 eCAP event interrupt and found that during the testing in middle there were speed data and other peripherals are working…