• Getting Started in Real-Time Applications
    hi all ,am the beginner of ARM board and i gonna do my project in real time applications. So please refer me the best ARM board for my project give best ideas and basic book for ARM .And also suggest...
  • How get ARMv7 cache size
    Hi everybody!! I have a question on how get cache size on ARM v7-A, more specifically on A9 (or A7 or A15). In accordance with the TRM at page 1529 I get the value from CSSIDR register and I compute the...
  • How can I configure BTAC and GHB size?
    Hello. According to Cortex-A9 Technical Reference Manual (r3p0-r4p0), BTAC and GHB(global history buffer) sizes can be configured to various sizes. But it does not describe how to configure them....
  • Real Value of PC Register.
    I've been reading books on the ARM Cortex-M architecture and as already mentioned in other post, all the books are consistent in saying that the PC points four bytes (Thumb Instruction Set) forward due...
  • CortexM4:How to change the entrypoint by binary file data in the program
    Hello. There is an executable file built by setting the address of the entry point (RO_Base) to 0x00000000 with Keil's linker setting. I converted this executable file into plain binary format data...