• Starting with ARM from AVR
    Hello. I've been experimenting with AVR alot for 2 years. But I also got a bit of taste ARM, but not alot. What board should I start for developing? I want a cheap and a small one. Also I don't want one...
  • migration from ARM to AVR
    I would like to know if there is any tool for migrating from ARM mcu's to Atmel? can any one help me on this topic?
  • 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...
  • How to get started with ARM Cortex-M3?
    Hi, I am eager to learn about ARM, I have a miniSTM32F1 board, and I have little bit knowledge of lpc2148? Please suggest me some tutorial,video,or links.
  • How to start boot up in the region of 0x1000 memory address (Cortex-M0)
    Hi, All. I want to start booting up a code in RAM starting with 0x1000 address in below circumstances. Please give me any advices for the below explanations. My platform has one ROM and one RAM. ...