Other Parts Discussed in Thread: C2000WARE
Hi TI team,
we're moving our sensorless application from the 28069F to the newer 280049C.
Few questions came up:
- IQmath – I notice all implementation on the 49C is floating point (very good!). Do I have to switch to float or can I stay with IQmath like in the 69? Any recommendations?
- In 28069 I have these libs:

Now in 280049C I see these:

What to do with the libraries?
- What is the fluxHF.lib? Do we need it?
- Seems some functions have changed, as well as structs.
These functions we didn't have on the 69:
estInputData.speed_ref_Hz = EST_getIntValue_spd_Hz(estHandle);
estInputData.speed_int_Hz = EST_getIntValue_spd_Hz(estHandle);
estOutputData.fm_lp_rps - previously I used EST_getFm_pu(obj->estHandle);
I prefer not to change the original implementation (it is working so well).
So - any new functions that I need to use that are not in the original 69, or alternatively functions from the 69 that won’t work in the 49C ?
3. If there’s any porting document between 69 and 49C – that will be great to have.
4. Anything else I need to consider when porting – maybe things you found while testing this etc? Any hints will probably save us a lot of time!
Thanks!







