Other Parts Discussed in Thread: UNIFLASH,
Tool/software:
Hi Team,
My customer is trying to run a program that they loaded via Uniflash.
They are flashing the mmw demo on their IWR1443BOOST (ES3.0) board and using mmWave SDK v2.1.
They connecting the jumpers SOP0 and SOP2 for flash programming mode and writing the xwr14xx.bin file as the metaimage via Uniflash GUI.
After they disconnect power from the board, they remove the SOP2 jumper to enable functional mode and connect to power.
They then connect the User UART COM port via teraterm and send sensorStop command, but there is no response.
They have also tried adding the code below to light up DS3 onboard LED within the mmwDemo_initTask in main.c file, but the LED is not lighting up.
/* Initialize the GPIO */ GPIO_init (); GPIO_write (SOC_XWR14XX_GPIO_2, 1U); //DS3 LED
Do you have any comments or advice to debug this?
Best regards,
Mari Tsunoa