You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the basis of the demo, using floating-point arithmetic, I found that the M4 operation speed is very slow, ten times slower than the previous use of other programs. Does this project need to do additional configuration, such as compile options? PS:
Compiler:gcc-arm-none-eabi-4_9-2015q1
Cflags: -g -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb -Wall -fno-common -ffunction-sections -fdata-sections -ffreestanding -fno-builtin -mapcs -std =gnu99
The text was updated successfully, but these errors were encountered:
On the basis of the demo, using floating-point arithmetic, I found that the M4 operation speed is very slow, ten times slower than the previous use of other programs. Does this project need to do additional configuration, such as compile options?
PS:
Compiler:gcc-arm-none-eabi-4_9-2015q1
Cflags: -g -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mthumb -Wall -fno-common -ffunction-sections -fdata-sections -ffreestanding -fno-builtin -mapcs -std =gnu99
The text was updated successfully, but these errors were encountered: