2024-05-05 10:58 PM
Hi Tech Support Team,
I would like to connect the B-U585I-IOT2A board to Azure IoT cloud using STM32CUBE IDE.
I am confusing on the setup steps.
Should I go through the steps 1 and 2 then follow steps 3.b?
Or just start with steps 3.b?
And also, when build the TFM_Appli_Secure project it come out error, there is no pid.h file under psa_manifest folder.
Please help. Thanks.
2024-05-06 12:10 AM - edited 2024-05-06 03:08 AM
Hello @bay
I suggest you take a look at user manual and follow all steps that help you configuring your application.
For the TFM_Appli_Secure project, I've been able to reproduce that issue and I've reported internally for correction as soon as possible (under internal ticket number 180694).
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-05-06 12:27 AM
Is it this is the reference manual you are referring to?
um2839-discovery-kit-for-iot-node-with-stm32u5-series-stmicroelectronics.pdf
This reference manual does not mention on the setup steps to Azure IoT. Any other documents that I can refer to?
Can you give an estimated time when I can get the working source code?
2024-05-06 03:32 AM - edited 2024-05-06 03:47 AM
Hi @bay
Can you double check if the paths of files exist and be sure that paths are correct in you STM32CubeIDE project ?
You can update or add non-existing paths as follows:
- go to project properties
- go to C/C++ Build -> Settings -> MCU GCC Compiler -> Include paths
Then correct the paths if paths were wrong !!
If any path is not available, you can add it by clicking on (+) at the top right of include paths windows.
Another suggestions, if all exists and not working, try to avoid any special character like + that I can see in your path.
Try also to avoid very long paths or spaces ....
Below a screenshot showing where to add, verify, remove or correct the paths using cubeIDE. the mouse is on the add button in the screen shoot:
best regards
2024-05-06 06:37 PM - edited 2024-05-06 07:59 PM
Hi CMYL,
I have re-extract the folder into shorter path and remove the special character.
And before and after I added the path, can build the project successfully but with 470 warnings and the TFM_SBSFU_Boot project getting errors.
2024-05-07 03:04 AM
2024-05-07 06:17 PM
2024-05-26 11:31 PM
Hi,
Any update regarding to this issue?
2024-05-26 11:32 PM
Hi,
Any update on this?
2024-06-19 04:18 PM - edited 2024-06-19 04:18 PM
Hi @bay
There is no information in this snapshot that can help to understand the errors.
Can you start from the beginning of the console and copy the full messages ?
Best Regards