Raspberry Pi - Simulation - Memory simulation error

Comments

1 comment

  • Avatar
    Fundafix

    I seem to have found the problem. In the startup file for the pi, there is an instruction which enables the mmu and caches. This instruction was apparently resettingthe memory area.

    While further debugging, I have now come across another issue. When the debugger steps into a library function like malloc, the disassembly only shows the assembly code and not the C code it is supposed to refer to. Is there a way to sho the source code in the disassembly section for library function? I can see my source code for e.g.

    Thanks again,

    Fundafix

    0
    Comment actions Permalink

Please sign in to leave a comment.