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.

AM2634: MCU-PLUS_SDK-AM263x : FPU Setting

Part Number: AM2634
Other Parts Discussed in Thread: SYSCONFIG,

Hello

I am using the AM263x. I want to us FPU because current float matrix calculation is too slow.

how do I enable FPU?

This is the current setting

- Arm Compiler (flags set)

-mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -mthumb -O0 -finline-functions -I"${SYSCONFIG_TOOL_INCLUDE_PATH}" -I"${MCU_PLUS_SDK_PATH}/source/ioexp" -I"${COM_TI_MCU_PLUS_SDK_AM263X_INSTALL_DIR}/source/drivers" -I"${PROJECT_LOC}/include" -I"${COM_TI_MCU_PLUS_SDK_AM263X_INCLUDE_PATH}" -I"${CG_TOOL_ROOT}/include/c" -I"${MCU_PLUS_SDK_PATH}/source" -D${SYSCONFIG_TOOL_SYMBOLS} -DV0 -D${COM_TI_MCU_PLUS_SDK_AM263X_SYMBOLS} -DSOC_AM263X -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function