Difference between revisions of "Lpc"

From Wiki at Neela Nurseries
Jump to: navigation, search
(Begin local notes page for NXP LPC family MCUs.)
 
m (Correction to mark up.)
Line 5: Line 5:
  
 
Overview
 
Overview
========
 
  
 
Local notes page for NXP LPC family MCUs.
 
Local notes page for NXP LPC family MCUs.
  
== On-chip flash related ==
+
== [[#top|^]] On-chip flash related ==
  
 
On-chip flash in at least one LPC part gives an error when reads attempted on erased but not written areas of flash.  Github Zephyr RTOS issue from 2020:
 
On-chip flash in at least one LPC part gives an error when reads attempted on erased but not written areas of flash.  Github Zephyr RTOS issue from 2020:

Revision as of 20:32, 19 February 2025

NXP LPC microcontroller


Overview

Local notes page for NXP LPC family MCUs.

^ On-chip flash related

On-chip flash in at least one LPC part gives an error when reads attempted on erased but not written areas of flash. Github Zephyr RTOS issue from 2020:

Question, is NXP's proprietary flash firmware driver for on-chip / MCU flash needed for applications which run on LPC but don't use on-chip flash other than for program text? Questions go to Kconfig symbol SOC_FLASH_MCUX and seeming associated device tree node `/soc/peripheral@50000000/flash-controller@34000` . . .