• 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...
  • 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...
  • 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...
  • 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...
  • How can I get or build a FLM file for MPS3 for Cortex-m33
    AFAIK the RO region in MPS3 from where an application binary would execute is RAM. I.e. a flash algorithm should not be needed. How can I transfer a binary to the target without a flash algorithm. Or...