Part Number: RM46L430 Other Parts Discussed in Thread: RM48L952 Hi, My customer is asking CoreMark score of RM46L430. Do we have such data available? I found the score only for RM48L952 at EEMBC website. https://www.eembc.org/coremark/view.php?benchmark_seq…
Part Number: RM46L430 Hi,
if I am using FP calculations in FIQ and IRQ and the FIQ interrupts the IRQ, I get wrong comparisons. Say I have the following instructions in IRQ:
VCMPE.F32 s16,s17
VMRS APSR_nzcv,FPSCR
Do I only have to save the registers…
Part Number: RM46L430 A call to:
retVal = SL_SelfTest_PSCON(PSCON_PMA_TEST, TRUE, &failInfoPSCON);
fails, 'retVal' returns '0'.
The 'PSCON_SELF_TEST', 'PSCON_ERROR_FORCING', 'PSCON_ERROR_FORCING' & 'PSCON_SELF_TEST_ERROR_FORCING' calls all pass…
Part Number: RM46L430 Hello,
In order to get my system to link 'SafeTILib_RM46_LE.lib' I have to also add 'rtsv7R4_T_le_v3D16_eabi.lib', otherwise it's missing memcpy, memset, i_div0 & i_div32 related symbols.
Are the functions in the runtime library…
Part Number: RM46L430 Other Parts Discussed in Thread: SAFETI-HALCOGEN-CSP Team,
my customer uses RM46L430 in a project. They have SafeTI-HALCoGen-CSP and the tool LDRA that comes with it for licensing. They now want to migrate to a new server and need…
Part Number: RM46L430 Hello All,
The SL_SelfTest_MibSPI loopback self test does not disable the chip selects on the transfer group before performing the test. I found this because the periodic test was corrupting my output expander and causing readback…
Part Number: I am trying to integrate the SafeTI Diagnostics Library into my application, but am having some serious problems.
The Self Tests as a whole are running, but I get unmasked interrupts whilst the SRAM tests are running.
The demo application…
Part Number: RM46L430 Hello All,
SL_SelfTest_VIM does not remove the injected fault.
If the test is run with interrupts enabled (i.e. a periodic test), then it get stuck in an endless interrupt loop.
If the parity control is temporarily disabled…
Part Number: RM46L430 From the safety perspective, RM46x series micro controllers seems to be well stuffed. We have some queries on the performance under harsh environments:
1. When we use these micro controllers in control systems in harsh industrial…
Part Number: RM46L430 Hello All,
This is what I had to do to get the ‘SL_SelfTest_Flash’ to report a passed
Insert a wrapper exception handler around the IRQ / FIQ and intercept the ESM high and low priority interrupt handlers, and in the wrapper…