Hi Yunjing,
The SDK doesn't include dedicated APIs to disable the features in your table. The unused peripheral can be set to low power mode by gating its clock. The flash sector can not be programmed without being enabled.
The unused interrupts can…
Part Number: RM42L432 In the RM42L432 datasheet we find under 5.9 the IO electrical characteristics:
V_IL (low level input voltage) is max 0.8V
If we look at the I2C specification https://www.nxp.com/docs/en/user-guide/UM10204.pdf - table 10:
V_IL (low…
Part Number: RM42L432 Other Parts Discussed in Thread: HALCOGEN , ARM-CGT , Hello,
We are new to TI's ARM MCUs (formerly we've worked mostly with Atmel's). We are evaluating the RM42L432 for a project. We'd like to use TI's Clang toolchain rather than the…
Thanks Matheo,
SIAGH MATHEO said: Is it possible to send and receive with two differents card ?
Yes
SIAGH MATHEO said: I have a problem with my code or/and my halcogen ?
In your CAN configuartion, mailbox2 is to receive the message, and the message ID is…
Part Number: RM42L432 Other Parts Discussed in Thread: LAUNCHXL-RM42 , TMS570LS0432 I have a LAUNCHXL-RM42 that I am trying to understand how to properly use the Digital Watchdog. I was using the Halocogen example file example_dwwd.c which demonstrates how…
Part Number: RM42L432 Other Parts Discussed in Thread: HALCOGEN Hi,
I am facing a very strange problem with RM42L432 device. I was create a HALCOGEN project(attached HALCOGEN_Blinky_RAM.zip) and copy the source files to the project. This project blink…
Part Number: RM42L432 Other Parts Discussed in Thread: HALCOGEN Dear Sir
The customer has signed a SAR1 SAR2 NDA and has the following questions for CCS:
At present, the SAFETI process proposed by TI has obtained a certificate for hardware development…
Part Number: RM42L432 Other Parts Discussed in Thread: HALCOGEN Hi,
I want to know how configure CAN's registers without Halcogen.
How to know if the messageBox is in RX or TX.
Thanks in advance
Part Number: RM42L432 Other Parts Discussed in Thread: HALCOGEN We are starting a project using the RM42L432 and we'd like to use Clang rather than the TI compiler. TI recommends that we generate Clang-incompatible startup and driver code with HALCoGen…