• Recommended book on ARM
    HI, i'm an ICT professional (so also with an IT background) and very much interested in embedded development (IoT solutions). Until now I mainly did embedded development (mainly ARM m3, m4 microprocessors...
  • IDEs for PSoC 6 Development
    [re-printed from Cypress Developer Community by Jim Trudeau - to learn more about PSoC 6 join the Cypress PSoC 6 EAP Community ] Here’s the good news. You can use just about any IDE to create firmware...
  • Please, recommend a book to learn coding in assembly
    Dear all, I really appreciate if someone recommend a book to learn coding in assembly. The target processor is STM32F0. Anyone there? I already checked those of Joseph Yiu. Actually, I need a book...
  • 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...
  • How to configure Cortex M3 endianness?
    I found two statements in cortex m3 guide(red book) 1. Cortex m3 supports both Little as well as big endianness. 2. After reset endianness cannot be changed dynamically. So indirectly it is telling...