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.

TMS570LC4357: VFP support

Part Number: TMS570LC4357
Other Parts Discussed in Thread: HALCOGEN

Hi Team

I have enabled VFP support in CCS and tried to use vsqrt.F32 instruction, but getting below error.

"NEON Floating point instructions require VFP support." Do i need to do anything extra apart from enabling VFP support in CCS.

Below are the comipler commands used:

"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --include_path="C:/Users/h121729/Desktop/POC/ch_poc/test1" --include_path="C:/Users/test/include" --include_path="C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="source/HL_notification.d_raw" --obj_directory="source" "../source/HL_notification.c"
Finished building: "../source/HL_notification.c"