Part Number: TMS320F280025 Hello,
I have the same problem with JLM as Shaoxing Ke in topic " TMS320F2800137: JTAG Lock show JLM? ".
Could you add JLM for TMS320F280025 microcontroller?
Sanmati,
Debugging code is not something we can support on e2e. Can you please run a Driverlib example on your hardware and see if it works? This way, we can at least ascertain there are no hardware issues in your setup. You can then move your focus…
Part Number: TMS320F280025 Hi,
I would like to use a F280039 with the universal motor control lab and I'm unsure how I should port the firmware from a F280025. Both controllers have the same peripherals at the same pins so there should be no change necessary…
Part Number: TMS320F280025 Other Parts Discussed in Thread: SEGGER Hello TI Community, I am currently working on a project that involves the TMS320F280025 micro controller on a custom PCB. I am facing difficulties in configuring the JTAG Edu Mini in Code…
Part Number: TMS320F280025 Hi,
I have seen, that the hardfault interrupts are inside the interrupt.h (at least in the universal motor control project). So when somehow a hardfault occurs while runtime, it will just jump there and does nothing. So since…
Part Number: TMS320F280025
Hi,
I have here a motor controller, based on a F280025 microcontroller (Eval Board). I successfully used it
with the UniversalMotorControl SDK and also the pin mapping is from there.
Today I tried the FCL and the pin map…
Part Number: TMS320F280025
Hi
I am going to write a RAM Testing for UL1998. Below is my code...
x++; if (pattern_index < 12) { ramR1_Copy = *ramR1Address_pr; ramR1_NextCopy = *ramR1AddressNext_pr; *ramR1AddressNext_pr = 0x00; *ramR1Address_pr …
Part Number: TMS320F280025 Hi
I am using the MCU for my digital buck converter. EPWM is running in 200KHz and ADC tigger source/ISR is linking to EPWM as well.
Is it possible to keep switching frequency of EPWM @ 200KHz but ADC tigger/ISR @100KHz.
T…
Part Number: TMS320F280025
Dear Champs,
I would like to ask whether the OTP area of 280025 allows programming through Flash API? Is there an example code if applicable? If there is no example code, please give some advice about how to do this. Thanks…