Part Number: TMS570LS0714
Tool/software:
Hello,
I am having issues with erasing and reprogramming the emulated EEPROM area using the F021 library on TMS570LS0714. All API calls return success, but nothing is being erased at address 0xF0200000.
When I…
Part Number: TMS570LS0714
I got a prefetch about issue after my target board runs two or three days. When the TMS570 hang, I read the CPU register, the PC stuck at 0x0000000C, LR is 0x00428044.
and I read the CP15 status,
the CP15_INSTRUCTION_FAULT_STATUS…
Part Number: TMS570LS0714
Hi,
I want to change the type of an ISR from IRQ to FIQ mode while CPU is running. Can I just call vimEnableInterrupt( ) function to change the interrupt type, or do I need to define another function with #pragm INTERRUPT(function_name…
Part Number: TMS570LS0714 Hi Team,
There's an issue from the customer need your help:
Hello:
I want to make a BOOTLOADER for TMS570LS0714APZ. If I use the same program but different ICs, I will find that some can be programmed successfully, but…
Part Number: TMS570LS0714 Other Parts Discussed in Thread: HALCOGEN I am trying to use the FreeRTOS methods from Halcogen.
I am using Halcogen v04 07 01. I started with the project for Free RTOS : TMS570LS0714PGE_FREERTOS.
I have left settings related to…
Part Number: TMS570LS0714 Hi TI Team,
I would like to program the TMS570LS0714 via JTAG by using our own programmer.
I used the CCS to build a bootloader and wrote the bootloader to sram of TMS570LS0714. I used the bootloader to call the API to program…
Part Number: TMS570LS0714 I would like to use this pin as an interrupt source.
I don't want it to trigger an actual ISR but I instead to poll the interrupt flag to see if there has been an event.
The reason is that the external signal is very spurious…
Part Number: TMS570LS0714 The only description I can find about what the nRST (warm reset) resets is in the "Cortex-R4 and Cortex-R4F Reference Manual" which just states that "This signal is the main processor reset that initializes the majority of the…