• coming from AVR 8-bitter,starting ARM CORTEX-M programming
    Hi everyone, as I wrote in the title, I'm coming from AVR 8-bit MCUs programming and in the last year I learnt a lot about AVR 8-bit architecture,CPU,registers and so on. I've done a few projects coding...
  • How to get Cortex m3 soft core
    Hi, I needed to know where i could get arm cortex m3 soft core. Its for my masters thesis for which i'll be also using Keil uvision 5. Thanks in advance
  • Cortex-M0: How to switch from one program to another
    Hi, In my Cortex-M0 project, there are two program images residing at different memory locations: 0x0000_0000 and 0x0010_0000.  Each program has its own vector table.  M0 will boot from the program at...
  • setting breakpoint from code
    Hi, my app (cortex m3) needs to set up a breakpoint directly from code, in order to jump to an interrupt when an instruction from a certain address is fetched. This WITHOUT using a debugger. Any hint...
  • cortex-m0 address branching from ROM to RAM
    I'm designing a MCU platform that is using ROM and RAM. My boot up scenario is as follows. First, ROM F/W is executed after power up(ROM F/W is excecuted only 1 time). And then, core waits for...