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.

Fixed point build flash api for f28335 device



Hi expert,

May I kindly know how do we support customer if they are requiring for fixed point build flash api on f28335 device?

Should they use f28235 flash api instead?

Thanks

Sheldon

  • Hi Sheldon,

    I think using the F28235 flash API can be made to work if all the F28335 files are compiled for fixed point. Let me check on this and get back to you.

    I noticed the below in the F28235 flash API guide:

    Best,

    Kevin

  • Sheldon,

    The customer can use the F2823x Flash API for this purpose:

    • F2823x lib is built without –float_support = fpu32 and can be linked in a F2833x project without –float_support == fpu32
    • F2833x lib is built with – float_support = fpu32 and requires the project to also be built with --float_support == fpu32

    Best,

    Kevin