Questions tagged [lpcxpresso]

LPCXpresso is a low-cost development system from NXP Semiconductors that supports their LPC range of ARM-based microcontrollers.

22 questions
8
votes
3 answers

Reprogramming LPC3154 at LPCxpresso

I wonder, if that's possible to load lpc3154 at LPCExpresso board with custom firmware? I see that chip supports secure boot, so if AES key was programmed, it is impossible without knowing the key? Or are there any options to boot lpc3154 without…
BarsMonster
  • 3,267
  • 4
  • 45
  • 79
7
votes
7 answers

Which family of ARM processors should I learn: ARM7TDMI or Cortex M3?

I am looking forward to learn the ARM7 family of microcontrollers. When I searched on the internet, I found there are two versions: slightly older ARM7TDMI (LPC21xx etc) and newer Cortex M3 (LPC 17xx etc). I am a bit confused between these two. I…
0xakhil
  • 2,225
  • 7
  • 35
  • 33
6
votes
3 answers

Why isn't my SysTick_Handler() being called in my LPCxpresso C++ Project?

I have created a C++ project for an LPC1227 using LPCExpresso 6.1.0. The project, up until now, builds and runs fine. I have not made any changes to cr_startup_lpc12xx.cpp. I would like to add a SysTick_Handler(). In my main.cpp I have added a…
TDL
  • 439
  • 1
  • 5
  • 12
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
2
votes
1 answer

JTAG Programming with LPC4330

Because the Example Virtual Serial Device project from NXPUSBLib contains a space in it's directory structure (specifically Example_VirtualSerialDevice/LPC43xx M4/...) I can not successfully download code through the GUI programming tool in…
Peaches491
  • 123
  • 4
2
votes
1 answer

NXP LPC1343 GPIO questions

I am an embedded SW developer who wants to get more familiar with HW design. I have an LPCXpresso board with an LPC1343 on it. I want to build some circuit around that. I thought I'll start by finding out what is the maximum current I can get from…
imzs
  • 23
  • 2
2
votes
2 answers

How to automatically allocate a page of flash for in-application storage of settings

I've been using the LPC8xx range of Cortex-M0+ MCUs quite successfully. One difficiency: these don't have inbuilt EEPROM (to preserve settings across power cycles etc). However there is a work-around: using the in-application flash programmer, a…
jdesbonnet
  • 393
  • 1
  • 3
  • 12
1
vote
1 answer

NXP LPC1114 UART doesn't work after reset

I'm building a simple circuit with LPC1114 to make a "hello world" application using UART. Trying to write all the code from scratch, to have a better understanding on what's happening. My problem is that UART only works only after flashing (i.e.…
Farcaller
  • 171
  • 1
  • 9
1
vote
1 answer

USB Stack for LPC1343

I was trying to implement a USB keyboard on LPC1343 using the ROM based HID driver when I came across some information on the internet which stated that the ROM based HID driver is very limited in terms of flexibility and using it for a keyboard…
1
vote
2 answers

Two MinIMU-9 v2 with LPCxpresso, or Arduino Uno/Mega

I am working on a project that interfaces two IMU sensors to one microprocessor (NXP LPCxpresso). The purpose is to read both of gyro and accelero at two different place on the bodies. I have foolishly rushed to buy this product:…
Josh Vo
  • 285
  • 3
  • 15
1
vote
0 answers

LPCxpresso: How to write a constant value to flash memory at programming time?

Is there a file or setting that I can add to my project that maps specific values to specific memory location in IAP flash when it is programmed? The device is LPC1114. The use case is that each device needs a unique serial number that should be set…
TDL
  • 439
  • 1
  • 5
  • 12
1
vote
1 answer

Using LPCxpresso with barebones LPC4337 board

I recently purchased a development board on eBay that will allow me to work with NXPs dual core LPC4337 ARM M4/M0 processor. I have experience working with uVison4 from KEIL, for the FRDM-KL25 from Freescale, although I'd prefer to use the…
Funkyguy
  • 3,558
  • 1
  • 21
  • 45
0
votes
3 answers

Interfacing microSD with LPC1769 Board

So we're trying to store bytes (from an A/D converter) of data into a SanDisk 1Gb microSD card from a LPC1769 microcontroller board using the on-board SPI protocol. I know how all that stuff works, but I have no idea how to start working with the…
christian
  • 31
  • 1
  • 1
0
votes
1 answer

Flashing LPC1769 with FlashMagic

I'm encountering problems flashing my LPCxpresso1769 with FlashMagic. I had previously been able to get it to work using a USB to UART lead (TTL-234X-3V3) and powering the device externally (i.e. not via the USB debug probe). I've since lost the…
19172281
  • 685
  • 1
  • 9
  • 24
0
votes
1 answer

Flashing LPCXpresso1769 with FlashMagic

I'd like to use Flash Magic to load programs onto my LPCXpresso1769 development board (https://www.embeddedartists.com/wp-content/uploads/2018/06/LPCXpresso1769_CD_revD.pdf), via ISP. I purchased a USB to Serial data converter -…
19172281
  • 685
  • 1
  • 9
  • 24
1
2