Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

memcpy NEON support for Cyclone V based architectures build with Altera Quartus 16.1

Posted by stefan-bat-mv on March 16, 2017

Hi,

are there any plans for FreeRTOS to support a NEON optimized version of memcpy? Or is this working already an I am just not using it correctly? When building with certain compiler flags for the above architecture 'memcpy' will use NEON internally. Now when FreeRTOS is running in interrupts as well as during task switches memcpy might be interrupted which results in the data stored in certain registers being lost/overwritten:

-mfpu=neon memcpy() will use 4*32Byte NEON operations VLD und VST VLD1.8 {d0,d1,d2,d3}, [r1]! VLD1.8 {d4,d5,d6,d7}, [r1]! VST1.8 {d0,d1,d2,d3}, [r0@128]! VLD1.8 {d0,d1,d2,d3}, [r1]! VST1.8 {d4,d5,d6,d7}, [r0@128]! VLD1.8 {d4,d5,d6,d7}, [r1]! VST1.8 {d0,d1,d2,d3}, [r0@128]! VST1.8 {d4,d5,d6,d7}, [r0@128]!

However none of the registers d0 - d7 seem to be stored in case of a task switch...

I am not entrily sure if I explained this correctly so please have mercy if I didn't. I can provide additional information.

Regards,

Stefan


memcpy NEON support for Cyclone V based architectures build with Altera Quartus 16.1

Posted by heinbali01 on March 16, 2017

Hi Stefan, I'm not sure if this recent topic is useful?


memcpy NEON support for Cyclone V based architectures build with Altera Quartus 16.1

Posted by rtel on March 16, 2017

are there any plans for FreeRTOS to support a NEON optimized version of memcpy?

It already does. I'm not sure if this was in FreeRTOS V9.0.0 but its definitely in V9.0.1 (which is only tagged in SVN, rather than provided as a .zip file). In that version you have the choice to waist CPU cycles and RAM by giving every task a floating point context, and likewise for every nested interrupt - an overhead that outweighs any benefit that is obtained by using the NEON registers in calls to memcpy().


memcpy NEON support for Cyclone V based architectures build with Altera Quartus 16.1

Posted by stefan-bat-mv on March 17, 2017

Thanks!

However on our Cortex-A9 processor there is a FPU unit as well as a NEON unit. Is FreeRTOS 9.0.1 aware which unit is used and which registers have to be saved or is there only support for one of these units and in that case which unit is actually supported?


memcpy NEON support for Cyclone V based architectures build with Altera Quartus 16.1

Posted by rtel on March 17, 2017
Which registers are used by one but not the other?


memcpy NEON support for Cyclone V based architectures build with Altera Quartus 16.1

Posted by stefan-bat-mv on March 21, 2017

Sorry! I guess you are correct! There are no such registers used by one unit only... We will try the latest FreeRTOS version then! Thanks a lot!!!


memcpy NEON support for Cyclone V based architectures build with Altera Quartus 16.1

Posted by thomask on March 21, 2017

Hi!

I'm also experimenting with FreeROTS on Altera's SOCFPGA platform. One problem of the toolchain is the NEON optimazation in memcpy() as mentioned. The other problem is that it doesn't support -mfloat-abi=hard.

I therefore built my own GCC toolchain with Crosstool-NG. You might be interested to try it out:

https://github.com/thomask77/ct-ng-toolchains

Best regards, - thomas


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner