LPC804 Github Project and Examples with Focus on PLU Setup

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC804 Github Project and Examples with Focus on PLU Setup

782 Views
olikraus
Contributor II

Hi All

I have stared to document my own experience withthe LPC804 and its PLU on a github project:

GitHub - olikraus/lpc804_plu: LPC804 toolchain with PLU compiler and Flash-ROM upload tool 

Additinally I created several posts to describe details of the project.

ISP Upload for the NXP LPC804 | drolliblog 

NXP LPC804 Toolchain and Blink Project | drolliblog 

NXP LPC804 CTIMER and LVLSHFT | drolliblog 

NXP LPC804 PLU LUT Configuration | drolliblog 

NXP LPC804 automatic PLU configuration | drolliblog 

State Machine Implementation for the LPC804 PLU | drolliblog 

Plan is to write further examples and posts especially for the PLU.

Please let me know any mistakes and suggestions.

Oliver

Labels (1)
Tags (3)
0 Kudos
1 Reply

618 Views
olikraus
Contributor II

I have added more examples for the LPC804. There is another post for a more complex state machine: BMS, Binary Counter, Debounce and LPC804 PLU | drolliblog.

Another application for the PLU could be voltage conversion: I have created and discussed a small step up (boost) converter which acts as a LED current driver:  NXP LPC804 PLU Step Up Converter | drolliblog.

Inspired by the NXP video on the PLU subsystem, I have created one more example for driving WS2812b RGB LEDs. My approach does not require the CTIMER subsystem. Instead the timing and waveform generation is done by the PLU only: NXP LPC804 PLU WS2812b Controller | drolliblog.

Oliver

0 Kudos