• What is the performance difference in writing C and C++ code for ARM Cortex M7 mcu ?
    Hello All, So far, I have been writing code for ARM Cortex M7 (STM32F7691) using C language. But I am planning to write more structured, OOPS style coding for my next application. And so, I am thinking...
  • MPU config and memory attributes
    I want config STM32F746 MPU , In the ARM Cortex M7 generic user guide External RAM memory region (0x60000000 - 0x7FFFFFFF)(512MByte) has WBWA (write back write allocate) cache policy see this link ...
  • 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...
  • How to start ARM Programming???
    Dear All, I am new to Arm Processors, I don't know how to start Arm Programming and Application development, can anybody help me? I have working experience on DSP Processor, and Microcontroller, which...
  • 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...