This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DPLibFlt F28M36 3P3Z controller asm code

Hello I'm wondering could I use the digital power library's CNTL_3P3Z or CNTL_3P3Z_CLA asm code from 

f2803x_v3.4 folder?

I find out there is lots of difference between the assembly code in the f2803x's 3P3Z code

and  f28M35x_v1.1 2P2Z(floating) code 

Is there any replacement code (3P3Z) that I can use in F28M36(floating) device?? 

or is there floating 3P3Z asm that I could use in F28M36 device?? 

  • Tom,

    we have a 3p3z identical to the one in the digital power library in the solar library at

    C:\Git\development\libs\app_libs\solar\v1.2\float\source

    The documentation for this is at

    C:\Git\development\libs\app_libs\solar\v1.2

    This module though is in C - callable format and not in the digital power library assembly format. 


    Is there any reason you want it to be in digital power library software style? On floating point devices there is not much efficiency gained by writing assembly code that;'s why we have been delinquent on updating the digital power library for floating point devices.

    Regards

    Manish Bhardwaj 

  • That is awesome, I find out there is 3p3z assembly format in the solar v1.2 folder.

    No I just wonder why I can't find 3p3z in floating format . thank you