Other Parts Discussed in Thread: CC3135, BOOSTXL-CC3135, , UNIFLASH, SEGGER
We are working on a project that connects to the AWS server using AWS free rtos SDK through CC3135 wifi module.
Our Host controller is STM32L496, we ported the CC3135 wifi SDk to the STM controller successfully able to communicate with the AWS server. We used BOOSTXL-CC3135 kit for the Wifi connection.
We designed a PCB with STM32 and CC3135 MOD , we tried to run the same code that is working with BOOSTXL-CC3135. But we are getting issues while connecting to the AWS. Issue is briefed below,
1. The application gets the below error response,
[ERROR][NET][29098] Failed to resolve au9b75i3zpxa8-ats.iot.us-east-1.amazonaws.com.
2.On stepping through the code we found the function sl_NetAppDnsGetHostByName() return -6150 instead of 0
3.The wifi is connected to the local hotspot but it is not communicating with the AWS server.
4.nReset pin is made high by default in the hardware.
5.Same code is working perfectly fine with BOOSTXL-CC3135 kit, do we need to modify anything specific to the CC3135MOD.
Kindly help us asap since our production is blocked because of this issue