• How do print asm variable out in firmware?
    Now I'm trying to understand the CM3 firmware code. But especially I found some of the code is made by asm code as the below, unsigned char UartPutc(unsigned char my_ch) { while ((CMSDK_UART2-...
  • Console window in DS-5 eclipse ide
    I am debugging coremark test for ARM cortex A9 MP core.  When I debug using DS-5 eclipse the console window is not appearing to see the normal printf statements. Or I am unable to get the log file .Please...
  • virtual console
    I am writing a software on a CPU without usable I/O (like physical serial port). for the debugging stage I would like to have some I/O (like printf to virtual console). Is there a way to do that, like...
  • Stack usage information
    How does one determine the stack usage and program size? On this page, it says to link with --callgraph to produce a static callgraph, showing information on stack usage and the functions. Not too...
  • DS-5 fails to view Device Memory View
    I am using DS-5 v5.27.1 and using ARM SGI-575 as development platform. platform have a range for RAM, serial and ethernet devices. At kernel/code level I have mapped all memories and able to read/write...