-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fail for STM32 B-L75E sample_azure_iot_embedded_sdk #36
Comments
@kae-made, The application size is over the stm32l475 RAM size, could you add "#define SAMPLE_PACKET_COUNT (16)" in nx_port.h to reduce the application size to fit stm32l475? then it can be compiled with stm32l475 linker file. |
@wangwen-4220 , thank you for good information.
It seems that DNS server initialization failed. |
Yes, please give it a try. |
I confirmed that B-L4S5I-IOT01A app run on STM32 B-L475. Thank you! |
I'm tring https://github.com/azure-rtos/samples/releases/download/v6.2_rel/Azure_RTOS_6.2_STM32L4+-DISCO_STM32CubeIDE_Samples_2022_11_30.zip.
I've worked according to Azure_RTOS_STM32L4+-DISCO_Azure_IoT_Embedded_SDK_For_STM32CubeIDE.pdf.
This document describe that
The board I'm using STM32 B-L475E so I do this selection and build.
But build error occurs.
When I select STM32L4SSVITX_FLASH.ld, this build success.
Please let me know how to fix this problem.
The text was updated successfully, but these errors were encountered: