• Dhrystone on Cortex R52x2 (MPS3 board) TCM memory. Cached/uncached
    Hi, As per the defination of TCM, it shoudn't be affected by cached or uncached. But while running Dhrystone using TCM, i am getting different values for it. cached = 10245675 ticks uncached...
  • How to get instruction count on MPS3 board for Cortex R52x2
    How to get instruction count on MPS3 board for Cortex R52x2 I can't find anything in the documentation. ?
  • Cycle count on MPS3 board for cortexR52x2
    I would like to count cycles for some algos. Any idea how to calculate it ? eg .. start = timer_start; algo(); end =timer_end; cycle = start - end; If anyone have any code snippet...
  • MPS3 FPGA prototyping board
    This section contains useful articles relating to the MPS3 FPGA prototyping board for large M-class and small/medium A-class and R-Class systems. The MPS3 board features a large FPGA to implement complex...
  • Getting Started with MPS3 Board
    Hi, I am new to MPS3 board development. I have followed the documentation and ran the selftest_cortexR52 test. I want to now try some basic codes like LED blinking. Can some one help to get started...