• How to use DTCM in multicore ?
    How to initialize global variables in DTCM's of other cores?? Can It be done by using Scatter file?? In multi-core environment usually the early initialization(scatter loading, library function initialization...
  • Best low power low cost ARM Cortex-M family part
    I would like to help my clients move off PIC. Many seem to like the low cost of entry, use it to get started, and then come to us asking us to finish. The PIC platform is not the best for what they need...
  • [Cortex M0] Number of clock cycles for LDR instruction
    Hello, I need to know the exact number of the clock cycles per each instruction in terms of the system clock frequency especially the "LDR" instruction Here is the needed instruction: "LDR r3,[r1...
  • CTRLSTAT = 0xffffffff
    Sir, I am working on Cortex-M4 over serial wire debug protocol, i am able to read IDCODE(0x2ba01477) which is correct as per arm cortex m4 technical reference manual, and i am writing 0x50000000 to CTRLSTAT...
  • Arm cortex M3(LPC1769) MPU settings
    Hello everyone, I am trying to set up the MPU in my LPC1769 Xpresso board. The memory map of LPC1769 is as given below: 512kB FLASH @ 0x0000 0000 – 0x0007 FFFF 32kB on-chip SRAM @ 0x1000 0000 – 0x1000...