Questions tagged [nxp]

NXP is a manufacturer of semiconductors, both ICs and discrete components.

NXP was founded in 2006 by Philips for its semiconductor activities. It was previously named Philips Semiconductor.

Key application areas are:

  • Automotive
  • Wireless infrastructure
  • Industrial
  • Consumer
  • Identification
  • Lighting
  • Mobile
  • Computing

Further reading
NXP website

115 questions
9
votes
1 answer

Does an SD card in SPI mode respect chip select/slave select? Seems to be resetting in my application

I have an application where I have a microcontroller (NXP LPC1343) which is connected to an FPGA via 16-bit SPI. There is also an SD card using the same SPI port (MISO/MOSI) but with a different CS/SS pin (both are active low, as per the SPI…
Zuofu
  • 4,168
  • 2
  • 21
  • 36
8
votes
2 answers

Why are chips used in electronic identity cards?

Why did Germany choose NXP's SmartMX chip in the new Electronic ID Card (see here) instead of having a more conventional solution, like an old credit-card-like approach? In fact, the question is more general: Why is the chip solution considered the…
John Thomas
  • 183
  • 3
5
votes
1 answer

Can an LPC1343 accept its initial program over USB?

The LPC13xx datasheet suggests some clock setup is necessary to use USB. Does the chip's built in boot loader make it possible to load the initial program over USB, or do the clock multipliers have to be configured with JTAG first?
joeforker
  • 5,596
  • 10
  • 38
  • 59
5
votes
1 answer

Running a CAN sample project on LPCXpresso LPC11C24

The LPC11C24 has a on-chip CAN transceiver and a section of ROM with CAN driver software. I am trying to run the can_onchip sample project on the LPCXpresso board. The CAN-High and CAN-Low lines are connected to an MCP2551 (because you need at least…
Erik
  • 511
  • 4
  • 14
4
votes
1 answer

USB 2.0 PCB trace design restrictions

Thanks to the help from this community I am much closer to finishing my new design. Right now I am most worried about my USB 2.0 traces, and I want to make sure that I am doing everything right with spacing and what not. I'm using the USB0 port on…
Adam Vadala-Roth
  • 229
  • 3
  • 13
4
votes
3 answers

How can I store audio files in the uC ROM so as to serially transmit it to a decoder chip?

I am using an NXP micro controller (P89V51RD2) with on board flash of 64kB. I want to interface it with an audio decoder IC, probably VS1011 (if I can get the IC). What should I do to use on board ROM to store the audio files, so that I can serially…
VedVals
  • 177
  • 1
  • 11
4
votes
2 answers

SD Card formatting in FAT 32 file system

I am using NXP Micro for interfacing microSD card with FAT32 file system. for implementation I am using drivers located at below…
Mandar Sansare
  • 133
  • 1
  • 9
4
votes
2 answers

Expand RAM and flash on LPC2294

I have a project in mind. I want to buy an LPC2294 microcontroller, SDRAM IC, and flash IC (those IC's haven't yet been defined). What I want to do is connect those ICs to the microcontroller in order to expand its Program memory and data memory…
morcillo
  • 151
  • 1
  • 4
  • 19
4
votes
1 answer

How to get I2C to shut up while waiting for data in master transmit mode on LPC1114

I have an LPC1114(FN28) that I am writing some code for. Currently I am trying to provide an asynchronous view of the I2C interface to my code (the chip has a built-in I2C controller). The controller itself is basically a state machine, but since…
Thomas
  • 219
  • 2
  • 6
3
votes
3 answers

Consensus on proper wiring for Cortex M 10 Pin JTAG Connector

For the past few weeks I have been working with the new revision of my ARM Cortex M4 design that I posted about a month ago, thanks again to everyone who provided me with much needed guidance and information! Anyways I am still having trouble…
Adam Vadala-Roth
  • 229
  • 3
  • 13
3
votes
0 answers

LPC1788 multichannel ADC DMA

I have problem with reading LPC1788 ADC pins in multichannel with DMA. Here is the procedure I have followed. I use Keil, initialized UART 0 peripheral, have set all of the ADC pins to be analog, set all ADC pins to be opendrain, disabled all…
V.Ajall
  • 69
  • 4
3
votes
1 answer

LPC1343 double pin functions

I was looking to create a LPC1343 development board, but I noticed something odd. If you look at the pinout for this MCU you can see double functions for some pins. This is common, so you can program a pin to use for a particular function. But here…
wuppie367
  • 151
  • 5
3
votes
2 answers

Function of solid plane in the NFC antenna

Below picture shows 2 NFC antenna designed by NXP for their NFC chips . As you can see there are square planes in the middle of antenna,these planes have no Nets(does not connected to any where ). Does any one here has any idea whats function of…
3
votes
4 answers

What are the implications of a ROMLESS device?

I was looking through the microcontrollers area of Digikey and I noticed a device that i'm interested in although there is the description of "ROMLESS" in the program memory…
Funkyguy
  • 3,558
  • 1
  • 21
  • 45
2
votes
1 answer

Using a manufacturer specific Profile and Cluster on NXP JN5168

I am writing a ZigBee application on NXP JN5168 MCU. I would like to create a custom Endpoint with a custom Cluster defined by me instead of one from the ZigBee Cluster Library. Looks like I'm forced by the SDK (1) to use either the full ZigBee…
1
2 3 4 5 6 7 8