Part Number: TMS320F280025 Other Parts Discussed in Thread: UNIFLASH , C2000WARE Tool/software: C28xx_CPU1: GEL Output:
RAM initialization done
C28xx_CPU1: GEL Output: Memory Map Initialization Complete C28xx_CPU1: GEL Output: ... DCSM Initialization Start…
Part Number: TMS320F280025 Tool/software: Hello, I am working with the TMS320F280025 microcontroller and the Safety Diagnostic Library v4.01.00. I am currently experiencing the following issues: 1. After each execution of the HWBIST micro-run test, an…
Part Number: TMS320F280025 Tool/software: Hi, I have associated all the flash sectors of TMS320F280025 to Zone 1 of the DCSM (LSRAMs are unsecure, they are not part of Zone1). I have implemented a custom bootloader that receives blocks of 1024Word from…
Part Number: TMS320F280025 Tool/software: Customer has some question for ADC spec in datasheet: 1, What is the working principle for reference conversion of VREFHI and VREFLO PINs? Can we give a logical block diagram to illustrate this? 2, do we have characteristic…
Part Number: TMS320F280025 Tool/software: customer set PWM logical as below:
1, PWM1 general sync signal by counter zero event to PWM4, both PWM1 and PWM4 clear count and update register by sync event
2, PWM1 and PWM4 both set to Global one-shot load…
Hi,
Apologies, I missed your previous reply.
As I mentioned, the sections can be placed in any memory region. In the example, it is placed in RAMM1D, there is no particular reason to keep it in that particular region.
Regards,
Veena
Eric,
I've looked into this some more, here are the links inside the driver:
Inside the pmbus_stack_handler_target_idle.c file: Inside the PMBusStack_targetIdleStateHandler(handle) function
is the following:
if((status & PMBUS_PMBSTS_UNIT_BUSY) ==…
Quentin Fu said: I don't think my CMPSS1 is misconfigured. The reasons are:
Perhaps choose another CMPSSx for experiment.
You can add below clear latch code snip bottom PWM fault and setup hal.c. It does clear CMPSSx set latches. Perhaps enter CCS debug…
Part Number: TMS320F280025 Other Parts Discussed in Thread: TMDXIDDK379D
Tool/software:
Hi,
I am using the MotorControl SDK 5.0.2 and there I had a look at the sensored_foc_f28002x project (tmdxiddk379d).
Now in the sensored_foc_hal.c in the functi…
Part Number: TMS320F280025 Tool/software: Hello, expert: During the process of using the MotorControl_SDK, when I read void HAL_setupMtrFaults(HAL_MTR_Handle handle), the following questions arose:
//enable DC TRIP combinational input
EPWM_enableDigitalCompareTripCombinationInput…