Difference between revisions of "NXP NCJ29D5"

From SEGGER Wiki
Jump to: navigation, search
(Radio Configurations)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
[[Category:Device families]]
 
The '''NXP NCJ29D5''' are Ultra-Wideband (UWB) ICs designed specifically to meet the connectivity and safety needs of the global automotive industry.
 
The '''NXP NCJ29D5''' are Ultra-Wideband (UWB) ICs designed specifically to meet the connectivity and safety needs of the global automotive industry.
 
__TOC__
 
__TOC__
Line 10: Line 11:
 
| Normal-Domain Application || 0x00200000 || 128 KB || style="text-align:center;"| {{YES}}
 
| Normal-Domain Application || 0x00200000 || 128 KB || style="text-align:center;"| {{YES}}
 
|-
 
|-
| RX Radio Configurations || 0x00238A00 || 8 KB || style="text-align:center;"| {{NO}}
+
| RX Radio Configurations || 0x00238A00 || 8 KB || style="text-align:center;"| {{YES}}
 
|-
 
|-
| TX Radio Configurations || 0x0023AA00 || 8 KB || style="text-align:center;"| {{NO}}
+
| TX Radio Configurations || 0x0023AA00 || 4 KB || style="text-align:center;"| {{YES}}
 
|-
 
|-
| Customer Configuration Page || 0x0023C000 || 512 B || style="text-align:center;"| {{NO}}
+
| Customer Configuration Page || 0x0023C000 || 512 B || style="text-align:center;"| {{YES}}
 
|-
 
|-
 
| Baseband DSP Firmware || 0x00230000 ||35 KB || style="text-align:center;"| {{NO}}
 
| Baseband DSP Firmware || 0x00230000 ||35 KB || style="text-align:center;"| {{NO}}
Line 22: Line 23:
 
*Device has ECC flash, reading of un-programmed or erased areas will result in an error.
 
*Device has ECC flash, reading of un-programmed or erased areas will result in an error.
 
*Dedicated verify and blank check functions are implemented.
 
*Dedicated verify and blank check functions are implemented.
  +
  +
====Radio Configurations====
  +
While RX radio configurations can be updated individually, TX radio configurations can only be updated in a set of 2.
  +
  +
All Configurations (Rx,Tx,Customer) can only be programmed if the device state is '''INIT device mode (Application development and deployment)'''.
   
 
==Watchdog Handling==
 
==Watchdog Handling==
Line 36: Line 42:
   
 
==Evaluation Boards==
 
==Evaluation Boards==
*NXP NCJ29D5 UWB Shield Board V4 evaluation board: http://wiki.segger.local/NXP_LID2435
+
*NXP NCJ29D5 UWB Shield Board V4 evaluation board: [[NXP LID2435]]
   
 
==Example Application==
 
==Example Application==
*NXP NCJ29D5 UWB Shield Board V4 evaluation board: http://wiki.segger.local/NXP_LID2435#Example_Project
+
*NXP NCJ29D5 UWB Shield Board V4 evaluation board: [[NXP LID2435#Example Project]]

Latest revision as of 12:01, 16 May 2024

The NXP NCJ29D5 are Ultra-Wideband (UWB) ICs designed specifically to meet the connectivity and safety needs of the global automotive industry.

Flash Banks

Internal Flash

Flash Bank Base address Size J-Link Support
Normal-Domain Application 0x00200000 128 KB YES.png
RX Radio Configurations 0x00238A00 8 KB YES.png
TX Radio Configurations 0x0023AA00 4 KB YES.png
Customer Configuration Page 0x0023C000 512 B YES.png
Baseband DSP Firmware 0x00230000 35 KB NO.png

ECC Flash

  • Device has ECC flash, reading of un-programmed or erased areas will result in an error.
  • Dedicated verify and blank check functions are implemented.

Radio Configurations

While RX radio configurations can be updated individually, TX radio configurations can only be updated in a set of 2.

All Configurations (Rx,Tx,Customer) can only be programmed if the device state is INIT device mode (Application development and deployment).

Watchdog Handling

  • The device has a watchdog which is enabled by default after Reset with 20s timeout.
  • On connect, the reset source of the watchdog will be disabled, so it keeps running, but doesn't force a reset.

Attach

  • Attach is supported.

Device Specific Handling

Reset

  • The devices uses normal Cortex-M reset.
  • After Reset Watchdog is disabled as described above.

Evaluation Boards

  • NXP NCJ29D5 UWB Shield Board V4 evaluation board: NXP LID2435

Example Application