• Configuring both Main and Process stacks
    Hi guys, I'm looking at the startup.s code for an M0 and am wondering how I can configure the process stack for my C code to use. To put this into context, I have a bootloader with the default...
  • Accessing both SRAM0 & SRAM1
    Hi, I am using LPC1317. It has two ram parts- SRAM0 & SRAM1. How to use SRAM1 also. Should I declare any keyword before variables.
  • Intialzing both UARTs
    Hi , I'm newbee to ARM controller family.I'm trying to Receive a Message from GPS(Global Positioning System) and Sending to an GSM modem. I'M using LPC2148 controller. My freq for controller is 12MHz...
  • timers and registers
    i have to record the time taken by an instruction and use it later. then what should i do?
  • RTX on both M0 and M4
    Hi, Does anyone know any resources on how to get RTX to work on both M0 and M4 of NXP LPC43xx family? Meaning that there will be two OS running at the same time, one on M0 and the other on M4. ...