• 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...
  • 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 { ...
  • USB - Connecting both Host & Device to LPC1768
    I have the MBC1760 eval-board for soft development and working on a new PCB. Suppose, I have both A(host) and B(device) connectors. Their VBUS and GND are handled separately. And I have another GPIO...