This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2538: UART not working for CC2538ZNP-without-SBL

Part Number: CC2538
Other Parts Discussed in Thread: Z-STACK, CC2592

Hi

I've compiled the stack, and I got the CC2538ZNP-with-SBL talking to the Z-Tool with RTS and CTS as well as without.

However, I can not get CC2538ZNP-without-SBL talking to the Z-Tool.

I'm using SmartRF06 paired with CC2538-CC2592EM.

Here are the options that I've used:

xHAL_UART_USB
xUSB_SETUP_MAX_NUMBER_OF_INTERFACES=5
xHAL_SPI=TRUE
HAL_UART=TRUE
BDB_FINDING_BINDING_CAPABILITY_ENABLED=0
DISABLE_GREENPOWER_BASIC_PROXY
TC_LINKKEY_JOIN
ewarm
CC2538_USE_ALTERNATE_INTERRUPT_MAP=1
CC2538ZNP
ZNP_ALT
xPOWER_SAVING
FEATURE_SYSTEM_STATS
FEATURE_RESET_MACRO
ZDNWKMGR_MIN_TRANSMISSIONS=0
MT_UART_DEFAULT_OVERFLOW=FALSE
ASSERT_RESET
MAKE_CRC_SHDW
SBL_CLIENT
ZCL_READ
ZCL_DISCOVER
ZCL_WRITE
ZCL_BASIC

I've commented:

//-DHOLD_AUTO_START from znp.cfg

I've used ZNP_ALT and MT_UART_DEFAULT_OVERFLOW=FALSE and that will disable CTS and RTS, but ultimately I want CTS and RTS.

Is there something that I've missed?

Cheers

Harry