• How to configure GIC in Cortex-R52 for FreeRTOS?
    Hey Guys, I'm trying to emulate FreeRTOS for Cortex-R52 and I was half way successful. Everything is working except the Tick Interrupts. Right now I can create and run tasks using Co-Operative Scheduling...
  • Catching C++ Exceptions with GCC Arm None EABI
    I've been struggling to get exceptions to work properly on a Cortex-M4 project with the Arm's GCC distribution. The throw seems to work successfully but not the catch. class MyExc : public std::exception...
  • Do more, earlier: Development tools for ARM Cortex-R52
    The ARM® Cortex®-R52 processor is the most advanced processor for functional safety and the first implementation of the ARMv8-R architecture. Along with the announcement of the Cortex-R52 , ARM offers...
  • Effect of optimization levels while using freertos on cortex-R52
    Hi everyone, When I'm using FreeRTOS with cortex R52, in optimization level O0, it works fine. context swithing is also fine. But when i use optimization level O3, there are so many issues and they...
  • C274 - absolute specifier illegal
    I am trying to put the software version number (a string) in the code flash at a specific location. When I leave off the "_at_" specifying the address, it works just fine. When I include the "_at_" I...