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.

MSP430FR6007: --diag_suppress do not work

Part Number: MSP430FR6007


Tool/software:

Hi,

I have the following compiler options active:

set(COMMON_COMPILE_OPTIONS
    -vmspx
    --data_model=large
    --near_data=none
    -O2
    --opt_for_speed=1
    --use_hw_mpy=F5
    --advice:power_severity=suppress
    --advice:hw_config=all
    --advice:hw_config_severity=warning
    -g
    --c11
    --c++14
    --printf_support=minimal
    --diag_warning=225
    --diag_wrap=off
    --gen_data_subsections=off
    --abi=eabi
    --large_memory_model
    --ramfunc=off
    --diag_suppress=1531
    --silicon_errata=CPU21
    --silicon_errata=CPU22
    --silicon_errata=CPU40
    --preproc_with_compile)
But the warning 1531 still shows:
ine 440 (col. 13): remark #1531-D: (ULP 5.2) Detected floating point operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive

**Attention** This is a public forum