• Is Advanced-SIMD supported in Cortex-R5F?
    Hi, I have a Cortex-R5F core in which integration register value CPACR.ASEDIS = 1 and CPACR.D32DIS = 1m which says Advanced SIMD is not available. However, in ARM Cortex-R5F Technical Reference Manual...
  • CAN Stack Integration for ARM cortex R5F
    Hello All, I am integrating CAN stack, on Spansion S6J3xx series. I have configured Main clock as Input frequency , configured CAN transceiver IC and called CclPowerOnInit() . Now calling CanTransmit...
  • Timer interrupts synchronization in Cortex M4
    Hi, I am working on Cortex M4 based Microcontroller. I have one timer(TIM0) running and when it gets restarted, GPIO pin is set. I have one more timer (TIM1) running separately and it sets another...
  • Cortex-R5: Data abort handling
    This may sound stupid but I'd like to confirm my understanding of the processor behavior, in the event of a Data Abort. Section 3.8 of the Cortex R5 Techincal Reference Manual explains the Exception handling...