Skip to main content

NX40 Pad / Pin Layout

This page explains how to organize NX40 pad and pin planning for custom PCB integration.

Use this page together with the official NX40 pad layout, schematic, and recommended footprint before finalizing the PCB.

caution

Do not use this page as the only source for PCB footprint creation. Always verify against the latest official NX40 mechanical drawing and pad layout.


Main Signal Groups

GroupPurpose
PowerModule supply input
GroundElectrical reference, RF return, and thermal return
SWDProgramming and debugging
ResetBoard recovery and debug control
GPIOApplication signals and peripheral mapping
UART / SPI / I2CHost or sensor communication
Flash-related pinsUsed when external Flash is populated
RF / antenna path2.4 GHz wireless path, depending on variant

Power Pins

ItemRecommendation
FunctionMain module supply
RoutingKeep power path short and stable
DecouplingPlace capacitors close to power pins
MeasurementAdd power test point
VerificationConfirm voltage from final NX40 datasheet/schematic

Ground Pins

Ground pins should be treated as part of both electrical and RF performance.

RuleRecommendation
Connect all required GND pinsDo not leave ground pins floating
Use solid ground planeKeep return path continuous
Add ground viasUse short vias near ground pads
Avoid ground breaksEspecially near RF and high-speed areas
Provide measurement groundAdd accessible GND test point

SWD and Reset Pins

SignalPurposeRecommendation
SWDIOProgramming/debug dataRoute to header or test pad
SWDCLKProgramming/debug clockRoute to header or test pad
RESET / NRESETReset and recoveryRoute to button, header, or test pad
GNDDebug referencePlace near debug signals
Target voltageDebugger referenceAdd if required

Keep these pins accessible for development, recovery, and production programming.


GPIO and Peripheral Pins

GPIO pins should be assigned together with the firmware board configuration.

FunctionExample Use
UARTLogs, host command interface, simple data communication
SPIExternal sensors, memory, or peripherals
I2CSensors and low-speed devices
PWMLED, buzzer, or control output
ADCAnalog input
GPIOButton, interrupt, enable, or status signal
caution

Do not route GPIO based only on hardware convenience. Confirm firmware pin mapping before PCB release.


NX40 32 models include external SPI Flash. 00 models do not.

Model TypePin Planning Note
32 modelsReserve Flash-related pins for external Flash operation
00 modelsConfirm whether these pins can be used as GPIO in firmware
Shared designsAvoid assuming one firmware image fits all hardware variants
ProductionConfirm model marking and firmware pairing

Antenna-related layout should be checked before finalizing the pad/pin routing.

VariantCheck
NX40iChip antenna keep-out and module placement
NX40EExternal antenna path, connector, and ground reference

For detailed RF layout, use the antenna design page.


Footprint Checklist

Before releasing the PCB footprint:

CheckStatus
Official pad layout reviewed
Recommended footprint followed
Power pins connected correctly
Ground pins connected to solid GND plane
SWDIO / SWDCLK accessible
RESET / NRESET accessible
GPIO functions checked against firmware
Flash-related pins checked by model
Antenna area reviewed
Test points added