Part Number: TMS320F28054F hello experts . I'm developing a bootloader on 28054f . when I call Unlock_Z1_DCSM() before using the API-functions , the Z1-Linkpointer is 0xc0000000 and it result a Unlock failure. however the Z2-Linkpointer is 0xffffffff…
Part Number: TMS320F28054F Other Parts Discussed in Thread: UNIFLASH Hi,
Could anyone tell me why Memory export (.out file) are different for the following two cases?
All conditions are the same, I tried again.
Does the out file contain time information…
Part Number: TMS320F28054F Other Parts Discussed in Thread: CONTROLSUITE , C2000WARE , MOTORWARE Hello,
we have some Problems with floating point operations, when the uC is secured by the CSM Zone 2.
The code:
volatile float fDebugVal3 = 0.000488234;…
Part Number: TMS320F28054F Hello,
in gcc we can write the initialization of an struct like:
MyStrct_t MyStruct = {
.var2 = 0x0123,
.var1 = 0x4567
}
with the point before the internal variable of the struct.
In C2000 it doesn´t work. Does…
Other Parts Discussed in Thread: TMS320F28054F Hello,
TMS320F28054F resets when there is noise on the XRS pin.
I checked the pulse duration of XRS on warm reset in the datasheet.
But this condition doesn't fit my case.
The noise is shorter…
Part Number: TMS320F28054F Tool/software: Code Composer Studio hello ,
I meet some problems when I run parameter identification for a pmsm using TI FAST on tms320f28054f .
I have konwn the motor's Rated current is 16A,I defined the est data in user…
Part Number: DRV8323 Other Parts Discussed in Thread: TMS320F28054F , , MOTORWARE , DRV832X Hello I'm looking for instaspin code example with TMS320f28054F and drv8323RS.
Please have you got some ?
Thanks you
Best regards
Alex
Part Number: TMS320F28054F Hello,
is it possible to split the struct USER_Params from userParams.h into to 2 structs:
one with all variables without errorCode as const, so that it is put into flash
one that only contains the errorCode
I checked…
Part Number: TMS320F28054F Tool/software: Code Composer Studio Greetings! I want to use TI InstaSPIN-FOC for ACIM and I was adviced to use F2802x, F2805x or F2806x series. So I have access to TMS320F28054FPNT and TMS320F28062FPNT. The TMS320F28062FPNT…