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.

DPLIB for Delfino

Hi, I'm user of the F28335 Delfino microcontroller. I've read about the DPLIB for the Piccolo family.

 I have a question: Are there any  DPLIB software ready for the Delfino?

 

Thanks in advance

 

Jacinto

  • Jacinto,

     

    The DPlib is not currently available for Delfino,

     

    However if you look at the DPlib for Piccolo Devices, you would find that the DPlib is divided into C, asm, include and Doc folder. As the instructions are compatible between Delfino and Piccolo you can use the asm directory which includes the run time macros directly. However you woudl not be able to use the C i.e configuration files directly as they are peripheral dependent and some of the peripherals are not the same on Piccolo and Delfino class devices. 

     

    Also if you use the DPlib in such a manner, you would only use the fixed point instruction set on the delfino devices, The format we have chosen for the Dplib is Q24, which gives you 24 bits of precision.

     

    What application are you using Delfino for?  Is float required for the part you would use the DPlib for?

    Regards

    Manish Bhardwaj

  • Hi Manish,

    Thanks for your help. I'm very grateful to hear about some use of the DPlib for Delfino, I was thinking that someting could be done with the ASM files and with some peripherals bloks.

    I'm introducing in digital control for multiphase interleaving. I chose the Delfino because it includes floating point support. I`m using  a 200kHz PWM and I didn't know if the Piccolo could be used in my application, so I decided for Delfino. Also I'd like to test some algorithms different a 2P2Z o 3P3Z  and some kind of power management.

    Maybe,it would be enough with Piccolo... I don't know.

     

    Jacinto