Part Number: RM48L940 When I run VIM Selftest, the SL_SelfTest_VIM(VIM_SOFTWARE_TEST) eventually calls _SL_SelfTest_SRAM_RAD() which triggers ESMGroup2 error on Ch 8. The Group2handler in the library seems to expect Group 2, Ch 6 error according to the…
Part Number: RM48L940 How do I enable parity check for ADC and other peripherals so that this test passes?
/* If ADC parity check is not enabled, return error. */
if((testType == ADC_SRAM_PARITY_TEST) &&
((ADC_PAR_DIS) == BF_GET(config…
Part Number: RM48L940 Other Parts Discussed in Thread: RM48L952 Hello,
i try to put FreeRTOS into operation on a RM48L952 and have the very same issue as user193949!
It seems that the debug probe interferes with execution time and leads to the following…
Part Number: RM48L940 I'm trying to run freertos onto my custom RM48 board and have followed the TI recommend instructions for doing so. However, I get my prefetch Abort error when I create an OS task. Specifically, I get the prefetch Abort immediately…
Part Number: RM48L940 I have an issue where vTaskDelay() doesn't seem to behave as expected.
When I call vTaskDelay(1) to blink an LED, it blinks at a period of about 200ms (est. by watching blink rate). When I use vTaskDelay(2) or anything other…
Part Number: RM48L940 Other Parts Discussed in Thread: HALCOGEN I am using HALCoGen generated code for startup in a RM48 processor. I've been going though the code to fully understand what the startup code does and have run into a question on a section…
Part Number: RM48L940 From my customer:
We can’t ascertain from the technical and safety manuals whether there is any protection against DMA corrupting other parts of memory due to a hardware failure. For instance, if Ethernet MAC is writing to memory…
Part Number: RM48L940
I would like to write some data to flash bank 7 using IAR and a J-Link flash loader. Is it possible to place const variables in a sector within flash bank 7 that are initialized with non zero values? Can the flash loader write the…
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…