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.
Hi sir ,
while implementing HTTP Client we are facing issue "undefined reference HTTPCli_Construct , HTTPCli_setRequestStatus ,HTTPCli_getResponseStauts" after adding necessary files such simple link , http client in the project file. please help me to solve this issue would be appreciated.
The error I am facing is when am integrating cc3100 with stm32h743 and the firmware were compiled in stm32 cube ide
Hi Arun,
An undefined reference will occur if the application tries to call the API without the source code provided in the project or a static library build of the source linked to the project. Can you try adding these project includes to your STM32 Cube IDE workspace?
Similar E2E post for reference
Thanks,
Jacob
Thanks for the reply jacob Yes , I have added the path in project properties. But still I am getting the error.
Hi Arun,
Can you provide your project includes and the errors you see when building? That will help me determine if you are missing any additional libraries.
Thanks,
Jacob
thanks jacob , issues were resolved , now i have problem in http server after modified the example codes for stm32 things all fine but not going inside httpserver callback. the httpserver example document it mentioned to flash the ucf file uniflash tool i have done those things but in simplelink.net html its shown , help me to solve this would be appreciated.
hii jacob,
thanks , i am trying to flash httpserver.ucf file using uniflash tool, its successful but when i open "mysimplelink.net" its not showing "blink_led.html"page . please help me to solve this issue would be appreciated.
Hi Arun,
Can you try typing ""http://mysimplelink.net" as the browser URL instead of "mysimplelink.net"? You could also try navigating to the IP address in the browser as well.
Thanks,
Jacob
Thanks for the reply , as you have mentioned we did it already we are getting the simplelink.net page but only my queries is after flashing the HTTP server file via Uniflash software i am not getting the Blink_LED Menu in the page as per the http_server.pdf, please help me to solve this issue would helpful.
Hi Arun,
I am attaching the user guide to the HTTP server example for the CC3100. I believe you may have to flash the html files in addition to the .ucf. Can you verify that the blink_led.html is in the html directory?
Do you mean to say you do not see the blink_led page at all? Is there a tab available on the mysimplelink.net page? Can you post a screenshot of what you see?
Thanks,
Jacob