Part Number: RM48L940 Other Parts Discussed in Thread: HALCOGEN I working on a custom board built with RM48 and have a problem bringing it up in IAR (existing CCS project works OK but need to move to IAR for production).
In my test project I'm trying to…
Part Number: RM48L940 I have FreeRTOS that runs OK if linker is configured like this:
/***********************THIS MAP WORKS OK****************************/
/*----------------------------------------------------------------------------*/ define memory…
Part Number: RM48L940 I'm trying to do a bootloader that jumps to an application. The following is what I've done so far:
Created a bootloader project that configures the some peripherals and blink some LEDs. This works fine.
Created a user application…
Part Number: RM48L940 Hi everyone.
I have a question.
R9 pin(ETMTRACECLKIN / EXTCLKIN2) of the RM48L940ZWT has internal pull-down. If this pin is unused, can it be open?
Best regards, Maekawa
Part Number: RM48L940 Other Parts Discussed in Thread: HALCOGEN , TMS570LS3137 Tool/software: Code Composer Studio I need work at Asynchronous Mode but there is no EMIF_CLK pin in this mode. The FPGA connect with MCU in this mode. So can anyone help give…
According to
https://e2e.ti.com/support/microcontrollers/hercules/f/312/t/849644?RM48L940-L2L3-Register-Readback
it can be replaced with pcrGetConfigValue()
Similarly, I think there is no iommGetConfigValue, replaced it with pinmuxGetConfigValue()
Adama,
You can look at the simple EMIF SRAM test that QJ has provided here for checking out the EMIF_CLK.
https://e2e.ti.com/support/microcontrollers/hercules/f/312/t/612468?CCS-RM48L940-How-can-I-used-this-part-to-output-the-EMIF-CLK-when-it-s-work-at…
Part Number: RM48L940 My SRAM_ECC_1BIT_FAULT_INJECTION test is failing because this condition evaluates to false:
(((uint32)(1u << ESM_G1ERR_B0TCM_CORRERR) | (uint32)(1u << ESM_G1ERR_B1TCM_CORRERR))
== (sl_esmREG->SR1[0…
Hi Field team.
Please refer below inputs:
1. Can I share the schematics for review over E2E
We do not support schematics review request by field teams or customer over E2E. TI field team will have to submit schematics review request over email after reviewing…
Other Parts Discussed in Thread: TMS570LC4357 , HALCOGEN , RM57L843 , RM48L940 Hi,
I would like to use FreeRTOS on TMS570LC4357 with HALCoGen.
However HALCogen 4.00.00 doesn't support FreeRTOS on this microcontroller.
Is it planned a new HALCogen version…