• Beginner question: stack pointer initialization
    Hi, I'm pretty new to ARM processor and STM32 microcontroller, so my question is very basic. In the startup file for a SW4STM32 project (eg startup_stm32f446xx.s) the stack pointer is set in Reset_Handler...
  • Can we inspect contents of the return stack to get the call tree?
    Using Cortex-R5F, I would like to get the contents of the 4-entry call-return stack (i.e. get the addresses). Is this possible through some indirect manner? The goal here is to have the knowlege of...
  • 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...
  • Debug probes interoperability
    Hi, Are CMSIS-DAP debug probes compatible through different vendors (who are chip manufacturers too)? Are RDI/JLINK debug probes compatible through different vendors (who are chip manufacturers...
  • Debugger alternative to DStream
    Hi; We are currently connecting to Xilinx Zynq-7000 ( Cortex A9 , two cores) core by using DStream debugger and DS-5 IDE, through Coresight 10 interface. What are my alternative debuggers to DStream...