• 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 ?
  • ARM cortexM4 improve rearranging an unsinged int variable
    I'm just start learning ARM cortex-M4, that have advanced funcition like DSP instruction,FPU, ... uint32_t my_rearrange(uint32_t value){ uint32_t value_high = (value & 0xffff0000)>>16; uint32_t...
  • 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...
  • PC doesn't update in simulation
    Dear All, Now I'm trying to digging the M3 operation in especially reset sequence with hello example of cortex design kit. Current situation is that reg14[31:0] is fixed in 0xFFFFFFFF and reg15[31...
  • Cortex_M0 simulation fail
    Deare I am using Cortex-M0 DesignStart Pro. When I use my program to simulation, I found the HADDR from 0, to 4, and the to ffff_fffd8, the HRDATA is 0x2000_06f8 and 0x800_0159,the HADDR should not...