• 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.
  • 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. ...
  • 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...
  • Using a register both in timer and main
    I had a code like below to make some Flgas set/clear; unsigned short FlagReg; int main(void) { ... FlagReg = FlagReg | 0x0001; // makes first bit TRUE ... } void Timer1Handler(void) _irq { ...
  • Using both USB Ports as host in LPC2468
    We are Using LPC2468 in our Electronic cash register.Currently we are using USB port1 for the role of host and USB port2 for the role of Device. Now we want to use both USB ports as host simultaneously...