• ARM Cortex-R52 FVP UDP Port Mappings with User Networking
    Guys, I've been working on porting a custom OS (with Networking) onto the Cortex-R52 FVP Model, and so far everything has worked well. We have been able to get the OS ported with the ARM Memory Protection...
  • Stack initialisation in GNU ARM toolchain
    Checking the startup file provided as an example in the GNU ARM toolchain, I couldnt understand one thing. Code snippets provided here are taken from examples included in GNU ARM Embedded Toolchain files...
  • Any suggestion on the best way to include all the paths for header files using GCC and Eclipse plugin for GNU GCC ARM?
    Hello all.. I've developed all my life using IAR and I was willing to give a try on GNU GCC for ARM. To start I have few folders and few files in a project which requires configuration to add the...
  • RTX5 on GCC
    Hi All, I'm trying to port an already working blinky application to GCC. I have it working on Keil uVision (AC6) and I'm using RTX5. I'm targeting the SAMV71Q21B. I'm using CMSIS-Build (cbuild) provided...
  • Resetting the stack pointer in "noreturn" functions?
    Architecture: Cortex-M0 Toolchain: gcc-arm-none-eabi-6-2017-q2-update, gcc-arm-none-eabi-8-2018-q4-major In an attempt to mitigate the possibility of stack overflow I would like to reset the stack...