• [CORTEXM4] Tarmac.log in Palladium simulation
    Hi, I am running the ASIC emulation on the Palladium machine. Right now we are using the ARM RTL (instead of ARM PLI) and in such case there is no tarmac.log. Is there an option to run with ARM...
  • Setting up NVIC with ISR in CortexM4
    Could you please send me a snippet of code to set up the NVIC to use an ISR & trigger the ISR ?
  • What is the execution priority inside WFI for CortexM4?
    Hi, We always have the following code to make sure that only the interrupts with higher priority than 0x20 will wake up the processor. PRIMASK = 1 BASEPRI = 0x20 do sth... WFI() do sth...
  • Coding for Neon - Part 5: Rearranging Vectors
    This blog has been updated and formalized into a guide on Arm developer. You can find it here: Coding for Neon - permutation - rearranging vectors This article describes the instructions provided...
  • 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...